Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.TextToSqlKnowledgeBaseConfiguration
-
Packages that use TextToSqlKnowledgeBaseConfiguration Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of TextToSqlKnowledgeBaseConfiguration in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return TextToSqlKnowledgeBaseConfiguration Modifier and Type Method Description TextToSqlKnowledgeBaseConfigurationTextToSqlConfiguration. knowledgeBaseConfiguration()Specifies configurations for a knowledge base to use in transformation.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type TextToSqlKnowledgeBaseConfiguration Modifier and Type Method Description TextToSqlConfiguration.BuilderTextToSqlConfiguration.Builder. knowledgeBaseConfiguration(TextToSqlKnowledgeBaseConfiguration knowledgeBaseConfiguration)Specifies configurations for a knowledge base to use in transformation.
-