Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.TransformationConfiguration
-
Packages that use TransformationConfiguration Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of TransformationConfiguration in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return TransformationConfiguration Modifier and Type Method Description TransformationConfigurationGenerateQueryRequest. transformationConfiguration()Specifies configurations for transforming the natural language query into SQL.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type TransformationConfiguration Modifier and Type Method Description GenerateQueryRequest.BuilderGenerateQueryRequest.Builder. transformationConfiguration(TransformationConfiguration transformationConfiguration)Specifies configurations for transforming the natural language query into SQL.
-