Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.TextToSqlConfiguration.Builder
Packages that use TextToSqlConfiguration.Builder
-
Uses of TextToSqlConfiguration.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return TextToSqlConfiguration.BuilderModifier and TypeMethodDescriptionTextToSqlConfiguration.builder()default TextToSqlConfiguration.BuilderTextToSqlConfiguration.Builder.knowledgeBaseConfiguration(Consumer<TextToSqlKnowledgeBaseConfiguration.Builder> knowledgeBaseConfiguration) Specifies configurations for a knowledge base to use in transformation.TextToSqlConfiguration.Builder.knowledgeBaseConfiguration(TextToSqlKnowledgeBaseConfiguration knowledgeBaseConfiguration) Specifies configurations for a knowledge base to use in transformation.TextToSqlConfiguration.toBuilder()The type of resource to use in transformation.TextToSqlConfiguration.Builder.type(TextToSqlConfigurationType type) The type of resource to use in transformation.Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type TextToSqlConfiguration.BuilderModifier and TypeMethodDescriptionstatic Class<? extends TextToSqlConfiguration.Builder>TextToSqlConfiguration.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type TextToSqlConfiguration.BuilderModifier and TypeMethodDescriptionTransformationConfiguration.Builder.textToSqlConfiguration(Consumer<TextToSqlConfiguration.Builder> textToSqlConfiguration) Specifies configurations for transforming text to SQL.