toggle menu
pulumi-aws-native-kotlin
1.28.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.bedrock.kotlin.outputs
/
PromptMetadataEntry
Prompt
Metadata
Entry
data
class
PromptMetadataEntry
(
val
key
:
String
,
val
value
:
String
)
Contains a key-value pair that defines a metadata tag and value to attach to a prompt variant.
Members
Constructors
Prompt
Metadata
Entry
Link copied to clipboard
constructor
(
key
:
String
,
value
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
key
Link copied to clipboard
val
key
:
String
value
Link copied to clipboard
val
value
:
String