Class: Aws::BedrockAgent::Types::DataSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::DataSource
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagent/types.rb
Overview
Contains the information of a data source.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
Time Stamp.
-
#data_source_configuration ⇒ Types::DataSourceConfiguration
Specifies a raw data source location to ingest.
-
#data_source_id ⇒ String
Identifier for a resource.
-
#description ⇒ String
Description of the Resource.
-
#knowledge_base_id ⇒ String
Identifier for a resource.
-
#name ⇒ String
Name for a resource.
-
#server_side_encryption_configuration ⇒ Types::ServerSideEncryptionConfiguration
Server-side encryption configuration.
-
#status ⇒ String
The status of a data source.
-
#updated_at ⇒ Time
Time Stamp.
-
#vector_ingestion_configuration ⇒ Types::VectorIngestionConfiguration
Configures ingestion for a vector knowledge base.
Instance Attribute Details
#created_at ⇒ Time
Time Stamp.
1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1114 class DataSource < Struct.new( :knowledge_base_id, :data_source_id, :name, :status, :description, :data_source_configuration, :server_side_encryption_configuration, :vector_ingestion_configuration, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#data_source_configuration ⇒ Types::DataSourceConfiguration
Specifies a raw data source location to ingest.
1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1114 class DataSource < Struct.new( :knowledge_base_id, :data_source_id, :name, :status, :description, :data_source_configuration, :server_side_encryption_configuration, :vector_ingestion_configuration, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#data_source_id ⇒ String
Identifier for a resource.
1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1114 class DataSource < Struct.new( :knowledge_base_id, :data_source_id, :name, :status, :description, :data_source_configuration, :server_side_encryption_configuration, :vector_ingestion_configuration, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
Description of the Resource.
1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1114 class DataSource < Struct.new( :knowledge_base_id, :data_source_id, :name, :status, :description, :data_source_configuration, :server_side_encryption_configuration, :vector_ingestion_configuration, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#knowledge_base_id ⇒ String
Identifier for a resource.
1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1114 class DataSource < Struct.new( :knowledge_base_id, :data_source_id, :name, :status, :description, :data_source_configuration, :server_side_encryption_configuration, :vector_ingestion_configuration, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Name for a resource.
1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1114 class DataSource < Struct.new( :knowledge_base_id, :data_source_id, :name, :status, :description, :data_source_configuration, :server_side_encryption_configuration, :vector_ingestion_configuration, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#server_side_encryption_configuration ⇒ Types::ServerSideEncryptionConfiguration
Server-side encryption configuration.
1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1114 class DataSource < Struct.new( :knowledge_base_id, :data_source_id, :name, :status, :description, :data_source_configuration, :server_side_encryption_configuration, :vector_ingestion_configuration, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of a data source.
1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1114 class DataSource < Struct.new( :knowledge_base_id, :data_source_id, :name, :status, :description, :data_source_configuration, :server_side_encryption_configuration, :vector_ingestion_configuration, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
Time Stamp.
1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1114 class DataSource < Struct.new( :knowledge_base_id, :data_source_id, :name, :status, :description, :data_source_configuration, :server_side_encryption_configuration, :vector_ingestion_configuration, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#vector_ingestion_configuration ⇒ Types::VectorIngestionConfiguration
Configures ingestion for a vector knowledge base
1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1114 class DataSource < Struct.new( :knowledge_base_id, :data_source_id, :name, :status, :description, :data_source_configuration, :server_side_encryption_configuration, :vector_ingestion_configuration, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |