Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.PromptVariant.Builder
Packages that use PromptVariant.Builder
-
Uses of PromptVariant.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return PromptVariant.BuilderModifier and TypeMethodDescriptionPromptVariant.Builder.additionalModelRequestFields(Document additionalModelRequestFields) Contains model-specific inference configurations that aren't in theinferenceConfigurationfield.static PromptVariant.BuilderPromptVariant.builder()default PromptVariant.BuilderPromptVariant.Builder.genAiResource(Consumer<PromptGenAiResource.Builder> genAiResource) Specifies a generative AI resource with which to use the prompt.PromptVariant.Builder.genAiResource(PromptGenAiResource genAiResource) Specifies a generative AI resource with which to use the prompt.default PromptVariant.BuilderPromptVariant.Builder.inferenceConfiguration(Consumer<PromptInferenceConfiguration.Builder> inferenceConfiguration) Contains inference configurations for the prompt variant.PromptVariant.Builder.inferenceConfiguration(PromptInferenceConfiguration inferenceConfiguration) Contains inference configurations for the prompt variant.PromptVariant.Builder.metadata(Collection<PromptMetadataEntry> metadata) An array of objects, each containing a key-value pair that defines a metadata tag and value to attach to a prompt variant.PromptVariant.Builder.metadata(Consumer<PromptMetadataEntry.Builder>... metadata) An array of objects, each containing a key-value pair that defines a metadata tag and value to attach to a prompt variant.PromptVariant.Builder.metadata(PromptMetadataEntry... metadata) An array of objects, each containing a key-value pair that defines a metadata tag and value to attach to a prompt variant.The unique identifier of the model or inference profile with which to run inference on the prompt.The name of the prompt variant.default PromptVariant.BuilderPromptVariant.Builder.templateConfiguration(Consumer<PromptTemplateConfiguration.Builder> templateConfiguration) Contains configurations for the prompt template.PromptVariant.Builder.templateConfiguration(PromptTemplateConfiguration templateConfiguration) Contains configurations for the prompt template.PromptVariant.Builder.templateType(String templateType) The type of prompt template to use.PromptVariant.Builder.templateType(PromptTemplateType templateType) The type of prompt template to use.PromptVariant.toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type PromptVariant.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PromptVariant.Builder>PromptVariant.serializableBuilderClass()