Class: Aws::BedrockAgent::Types::SqlKnowledgeBaseConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::SqlKnowledgeBaseConfiguration
- Defined in:
- gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb
Overview
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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#redshift_configuration ⇒ Types::RedshiftConfiguration
Specifies configurations for a knowledge base connected to an Amazon Redshift database.
-
#type ⇒ String
The type of SQL database to connect to the knowledge base.
Instance Attribute Details
#redshift_configuration ⇒ Types::RedshiftConfiguration
Specifies configurations for a knowledge base connected to an Amazon Redshift database.
8915 8916 8917 8918 8919 8920 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 8915 class SqlKnowledgeBaseConfiguration < Struct.new( :redshift_configuration, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of SQL database to connect to the knowledge base.
8915 8916 8917 8918 8919 8920 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 8915 class SqlKnowledgeBaseConfiguration < Struct.new( :redshift_configuration, :type) SENSITIVE = [] include Aws::Structure end |