Uses of Class
software.amazon.awssdk.services.bedrockagent.model.SqlKnowledgeBaseConfiguration
-
Packages that use SqlKnowledgeBaseConfiguration Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of SqlKnowledgeBaseConfiguration in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return SqlKnowledgeBaseConfiguration Modifier and Type Method Description SqlKnowledgeBaseConfigurationKnowledgeBaseConfiguration. sqlKnowledgeBaseConfiguration()Specifies configurations for a knowledge base connected to an SQL database.Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type SqlKnowledgeBaseConfiguration Modifier and Type Method Description KnowledgeBaseConfiguration.BuilderKnowledgeBaseConfiguration.Builder. sqlKnowledgeBaseConfiguration(SqlKnowledgeBaseConfiguration sqlKnowledgeBaseConfiguration)Specifies configurations for a knowledge base connected to an SQL database.
-