Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.BedrockModelSpecification
-
Packages that use BedrockModelSpecification Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of BedrockModelSpecification in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return BedrockModelSpecification Modifier and Type Method Description BedrockModelSpecificationQnAIntentConfiguration. bedrockModelConfiguration()Returns the value of the BedrockModelConfiguration property for this object.BedrockModelSpecificationDescriptiveBotBuilderSpecification. bedrockModelSpecification()An object containing information about the Amazon Bedrock model used to interpret the prompt used in descriptive bot building.BedrockModelSpecificationSampleUtteranceGenerationSpecification. bedrockModelSpecification()Returns the value of the BedrockModelSpecification property for this object.BedrockModelSpecificationSlotResolutionImprovementSpecification. bedrockModelSpecification()An object containing information about the Amazon Bedrock model used to assist slot resolution.Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type BedrockModelSpecification Modifier and Type Method Description QnAIntentConfiguration.BuilderQnAIntentConfiguration.Builder. bedrockModelConfiguration(BedrockModelSpecification bedrockModelConfiguration)Sets the value of the BedrockModelConfiguration property for this object.DescriptiveBotBuilderSpecification.BuilderDescriptiveBotBuilderSpecification.Builder. bedrockModelSpecification(BedrockModelSpecification bedrockModelSpecification)An object containing information about the Amazon Bedrock model used to interpret the prompt used in descriptive bot building.SampleUtteranceGenerationSpecification.BuilderSampleUtteranceGenerationSpecification.Builder. bedrockModelSpecification(BedrockModelSpecification bedrockModelSpecification)Sets the value of the BedrockModelSpecification property for this object.SlotResolutionImprovementSpecification.BuilderSlotResolutionImprovementSpecification.Builder. bedrockModelSpecification(BedrockModelSpecification bedrockModelSpecification)An object containing information about the Amazon Bedrock model used to assist slot resolution.
-