Interface: CommonPromptVariantProps
March 19, 2026 ยท View on GitHub
@cdklabs/generative-ai-cdk-constructs
@cdklabs/generative-ai-cdk-constructs / bedrock / CommonPromptVariantProps
Interface: CommonPromptVariantProps
Extended by
Properties
model
readonlymodel:IInvokable
The model which is used to run the prompt. The model could be a foundation model, a custom model, or a provisioned model.
promptVariables?
readonlyoptionalpromptVariables?:string[]
The variables in the prompt template that can be filled in at runtime.
variantName
readonlyvariantName:string
The name of the prompt variant.