Uses of Class
software.amazon.awscdk.services.bedrock.alpha.Prompt.Builder
Packages that use Prompt.Builder
-
Uses of Prompt.Builder in software.amazon.awscdk.services.bedrock.alpha
Methods in software.amazon.awscdk.services.bedrock.alpha that return Prompt.BuilderModifier and TypeMethodDescriptionstatic Prompt.BuilderPrompt.Builder.defaultVariant(IPromptVariant defaultVariant) (experimental) The Prompt Variant that will be used by default.Prompt.Builder.description(String description) (experimental) A description of what the prompt does.(experimental) The KMS key that the prompt is encrypted with.Prompt.Builder.promptName(String promptName) (experimental) The name of the prompt.(experimental) Tags to apply to the prompt.Prompt.Builder.variants(List<? extends IPromptVariant> variants) (experimental) The variants of your prompt.