@cdklabs/generative-ai-cdk-constructs
@cdklabs/generative-ai-cdk-constructs / bedrock / PromptProps
PROPS FOR NEW CONSTRUCT ***************************************************************************
readonlyoptionaldefaultVariant:PromptVariant
The Prompt Variant that will be used by default.
- No default variant provided.
readonlyoptionaldescription:string
A description of what the prompt does.
- No description provided.
readonlyoptionalkmsKey:IKey
The KMS key that the prompt is encrypted with.
- AWS owned and managed key.
readonlypromptName:string
The name of the prompt.
readonlyoptionalvariants:PromptVariant[]
The variants of your prompt. Variants can use different messages, models, or configurations so that you can compare their outputs to decide the best variant for your use case. Maximum of 3 variants.