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 details about a data source.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The time at which the data source was created.
-
#data_source_configuration ⇒ Types::DataSourceConfiguration
Contains details about how the data source is stored.
-
#data_source_id ⇒ String
The unique identifier of the data source.
-
#description ⇒ String
The description of the data source.
-
#knowledge_base_id ⇒ String
The unique identifier of the knowledge base to which the data source belongs.
-
#name ⇒ String
The name of the data source.
-
#server_side_encryption_configuration ⇒ Types::ServerSideEncryptionConfiguration
Contains details about the configuration of the server-side encryption.
-
#status ⇒ String
The status of the data source.
-
#updated_at ⇒ Time
The time at which the data source was last updated.
-
#vector_ingestion_configuration ⇒ Types::VectorIngestionConfiguration
Contains details about how to ingest the documents in the data source.
Instance Attribute Details
#created_at ⇒ Time
The time at which the data source was created.
1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1382 class DataSource < Struct.new( :created_at, :data_source_configuration, :data_source_id, :description, :knowledge_base_id, :name, :server_side_encryption_configuration, :status, :updated_at, :vector_ingestion_configuration) SENSITIVE = [] include Aws::Structure end |
#data_source_configuration ⇒ Types::DataSourceConfiguration
Contains details about how the data source is stored.
1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1382 class DataSource < Struct.new( :created_at, :data_source_configuration, :data_source_id, :description, :knowledge_base_id, :name, :server_side_encryption_configuration, :status, :updated_at, :vector_ingestion_configuration) SENSITIVE = [] include Aws::Structure end |
#data_source_id ⇒ String
The unique identifier of the data source.
1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1382 class DataSource < Struct.new( :created_at, :data_source_configuration, :data_source_id, :description, :knowledge_base_id, :name, :server_side_encryption_configuration, :status, :updated_at, :vector_ingestion_configuration) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the data source.
1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1382 class DataSource < Struct.new( :created_at, :data_source_configuration, :data_source_id, :description, :knowledge_base_id, :name, :server_side_encryption_configuration, :status, :updated_at, :vector_ingestion_configuration) SENSITIVE = [] include Aws::Structure end |
#knowledge_base_id ⇒ String
The unique identifier of the knowledge base to which the data source belongs.
1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1382 class DataSource < Struct.new( :created_at, :data_source_configuration, :data_source_id, :description, :knowledge_base_id, :name, :server_side_encryption_configuration, :status, :updated_at, :vector_ingestion_configuration) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the data source.
1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1382 class DataSource < Struct.new( :created_at, :data_source_configuration, :data_source_id, :description, :knowledge_base_id, :name, :server_side_encryption_configuration, :status, :updated_at, :vector_ingestion_configuration) SENSITIVE = [] include Aws::Structure end |
#server_side_encryption_configuration ⇒ Types::ServerSideEncryptionConfiguration
Contains details about the configuration of the server-side encryption.
1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1382 class DataSource < Struct.new( :created_at, :data_source_configuration, :data_source_id, :description, :knowledge_base_id, :name, :server_side_encryption_configuration, :status, :updated_at, :vector_ingestion_configuration) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the data source. The following statuses are possible:
-
Available – The data source has been created and is ready for ingestion into the knowledge base.
-
Deleting – The data source is being deleted.
1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1382 class DataSource < Struct.new( :created_at, :data_source_configuration, :data_source_id, :description, :knowledge_base_id, :name, :server_side_encryption_configuration, :status, :updated_at, :vector_ingestion_configuration) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The time at which the data source was last updated.
1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1382 class DataSource < Struct.new( :created_at, :data_source_configuration, :data_source_id, :description, :knowledge_base_id, :name, :server_side_encryption_configuration, :status, :updated_at, :vector_ingestion_configuration) SENSITIVE = [] include Aws::Structure end |
#vector_ingestion_configuration ⇒ Types::VectorIngestionConfiguration
Contains details about how to ingest the documents in the data source.
1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1382 class DataSource < Struct.new( :created_at, :data_source_configuration, :data_source_id, :description, :knowledge_base_id, :name, :server_side_encryption_configuration, :status, :updated_at, :vector_ingestion_configuration) SENSITIVE = [] include Aws::Structure end |