Class SqlKnowledgeBaseConfiguration

java.lang.Object
software.amazon.awssdk.services.bedrockagent.model.SqlKnowledgeBaseConfiguration
All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<SqlKnowledgeBaseConfiguration.Builder,SqlKnowledgeBaseConfiguration>

@Generated("software.amazon.awssdk:codegen") public final class SqlKnowledgeBaseConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SqlKnowledgeBaseConfiguration.Builder,SqlKnowledgeBaseConfiguration>

Contains configurations for a knowledge base connected to an SQL database. Specify the SQL database type in the type field and include the corresponding field. For more information, see Build a knowledge base by connecting to a structured data source in the Amazon Bedrock User Guide.

See Also: