Class: Aws::BedrockAgent::Types::DataSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::DataSource
- Defined in:
- gems/aws-sdk-bedrockagent/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_deletion_policy ⇒ String
The data deletion policy for the data source.
-
#data_source_configuration ⇒ Types::DataSourceConfiguration
The connection configuration for the data source.
-
#data_source_id ⇒ String
The unique identifier of the data source.
-
#description ⇒ String
The description of the data source.
-
#failure_reasons ⇒ Array<String>
The detailed reasons on the failure to delete a 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.
2434 2435 2436 2437 2438 2439 2440 2441 2442 2443 2444 2445 2446 2447 2448 2449 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 2434 class DataSource < Struct.new( :created_at, :data_deletion_policy, :data_source_configuration, :data_source_id, :description, :failure_reasons, :knowledge_base_id, :name, :server_side_encryption_configuration, :status, :updated_at, :vector_ingestion_configuration) SENSITIVE = [] include Aws::Structure end |
#data_deletion_policy ⇒ String
The data deletion policy for the data source.
2434 2435 2436 2437 2438 2439 2440 2441 2442 2443 2444 2445 2446 2447 2448 2449 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 2434 class DataSource < Struct.new( :created_at, :data_deletion_policy, :data_source_configuration, :data_source_id, :description, :failure_reasons, :knowledge_base_id, :name, :server_side_encryption_configuration, :status, :updated_at, :vector_ingestion_configuration) SENSITIVE = [] include Aws::Structure end |
#data_source_configuration ⇒ Types::DataSourceConfiguration
The connection configuration for the data source.
2434 2435 2436 2437 2438 2439 2440 2441 2442 2443 2444 2445 2446 2447 2448 2449 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 2434 class DataSource < Struct.new( :created_at, :data_deletion_policy, :data_source_configuration, :data_source_id, :description, :failure_reasons, :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.
2434 2435 2436 2437 2438 2439 2440 2441 2442 2443 2444 2445 2446 2447 2448 2449 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 2434 class DataSource < Struct.new( :created_at, :data_deletion_policy, :data_source_configuration, :data_source_id, :description, :failure_reasons, :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.
2434 2435 2436 2437 2438 2439 2440 2441 2442 2443 2444 2445 2446 2447 2448 2449 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 2434 class DataSource < Struct.new( :created_at, :data_deletion_policy, :data_source_configuration, :data_source_id, :description, :failure_reasons, :knowledge_base_id, :name, :server_side_encryption_configuration, :status, :updated_at, :vector_ingestion_configuration) SENSITIVE = [] include Aws::Structure end |
#failure_reasons ⇒ Array<String>
The detailed reasons on the failure to delete a data source.
2434 2435 2436 2437 2438 2439 2440 2441 2442 2443 2444 2445 2446 2447 2448 2449 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 2434 class DataSource < Struct.new( :created_at, :data_deletion_policy, :data_source_configuration, :data_source_id, :description, :failure_reasons, :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.
2434 2435 2436 2437 2438 2439 2440 2441 2442 2443 2444 2445 2446 2447 2448 2449 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 2434 class DataSource < Struct.new( :created_at, :data_deletion_policy, :data_source_configuration, :data_source_id, :description, :failure_reasons, :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.
2434 2435 2436 2437 2438 2439 2440 2441 2442 2443 2444 2445 2446 2447 2448 2449 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 2434 class DataSource < Struct.new( :created_at, :data_deletion_policy, :data_source_configuration, :data_source_id, :description, :failure_reasons, :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.
2434 2435 2436 2437 2438 2439 2440 2441 2442 2443 2444 2445 2446 2447 2448 2449 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 2434 class DataSource < Struct.new( :created_at, :data_deletion_policy, :data_source_configuration, :data_source_id, :description, :failure_reasons, :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.
2434 2435 2436 2437 2438 2439 2440 2441 2442 2443 2444 2445 2446 2447 2448 2449 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 2434 class DataSource < Struct.new( :created_at, :data_deletion_policy, :data_source_configuration, :data_source_id, :description, :failure_reasons, :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.
2434 2435 2436 2437 2438 2439 2440 2441 2442 2443 2444 2445 2446 2447 2448 2449 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 2434 class DataSource < Struct.new( :created_at, :data_deletion_policy, :data_source_configuration, :data_source_id, :description, :failure_reasons, :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.
2434 2435 2436 2437 2438 2439 2440 2441 2442 2443 2444 2445 2446 2447 2448 2449 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 2434 class DataSource < Struct.new( :created_at, :data_deletion_policy, :data_source_configuration, :data_source_id, :description, :failure_reasons, :knowledge_base_id, :name, :server_side_encryption_configuration, :status, :updated_at, :vector_ingestion_configuration) SENSITIVE = [] include Aws::Structure end |