Uses of Class
software.amazon.awscdk.services.bedrock.alpha.ChatPromptVariantProps.Builder
Packages that use ChatPromptVariantProps.Builder
-
Uses of ChatPromptVariantProps.Builder in software.amazon.awscdk.services.bedrock.alpha
Methods in software.amazon.awscdk.services.bedrock.alpha that return ChatPromptVariantProps.BuilderModifier and TypeMethodDescriptionChatPromptVariantProps.builder()
ChatPromptVariantProps.Builder.inferenceConfiguration
(PromptInferenceConfiguration inferenceConfiguration) Sets the value ofChatPromptVariantProps.getInferenceConfiguration()
ChatPromptVariantProps.Builder.messages
(List<? extends ChatMessage> messages) Sets the value ofChatPromptVariantProps.getMessages()
ChatPromptVariantProps.Builder.model
(IBedrockInvokable model) Sets the value ofCommonPromptVariantProps.getModel()
ChatPromptVariantProps.Builder.promptVariables
(List<String> promptVariables) Sets the value ofCommonPromptVariantProps.getPromptVariables()
Sets the value ofChatPromptVariantProps.getSystem()
ChatPromptVariantProps.Builder.toolConfiguration
(ToolConfiguration toolConfiguration) Sets the value ofChatPromptVariantProps.getToolConfiguration()
ChatPromptVariantProps.Builder.variantName
(String variantName) Sets the value ofCommonPromptVariantProps.getVariantName()
Constructors in software.amazon.awscdk.services.bedrock.alpha with parameters of type ChatPromptVariantProps.BuilderModifierConstructorDescriptionprotected
Jsii$Proxy
(ChatPromptVariantProps.Builder builder) Constructor that initializes the object based on literal property values passed by theChatPromptVariantProps.Builder
.