Uses of Class
software.amazon.awscdk.services.bedrock.alpha.TextPromptVariantProps.Builder
Packages that use TextPromptVariantProps.Builder
-
Uses of TextPromptVariantProps.Builder in software.amazon.awscdk.services.bedrock.alpha
Methods in software.amazon.awscdk.services.bedrock.alpha that return TextPromptVariantProps.BuilderModifier and TypeMethodDescriptionTextPromptVariantProps.builder()
TextPromptVariantProps.Builder.inferenceConfiguration
(PromptInferenceConfiguration inferenceConfiguration) Sets the value ofTextPromptVariantProps.getInferenceConfiguration()
TextPromptVariantProps.Builder.model
(IBedrockInvokable model) Sets the value ofCommonPromptVariantProps.getModel()
TextPromptVariantProps.Builder.promptText
(String promptText) Sets the value ofTextPromptVariantProps.getPromptText()
TextPromptVariantProps.Builder.promptVariables
(List<String> promptVariables) Sets the value ofCommonPromptVariantProps.getPromptVariables()
TextPromptVariantProps.Builder.variantName
(String variantName) Sets the value ofCommonPromptVariantProps.getVariantName()
Constructors in software.amazon.awscdk.services.bedrock.alpha with parameters of type TextPromptVariantProps.BuilderModifierConstructorDescriptionprotected
Jsii$Proxy
(TextPromptVariantProps.Builder builder) Constructor that initializes the object based on literal property values passed by theTextPromptVariantProps.Builder
.