Class: Aws::BedrockAgent::Types::DataSource

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#created_atTime

The time at which the data source was created.

Returns:

  • (Time)


1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 1412

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_policyString

The data deletion policy for a data source.

Returns:

  • (String)


1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 1412

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_configurationTypes::DataSourceConfiguration

Contains details about how the data source is stored.



1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 1412

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_idString

The unique identifier of the data source.

Returns:

  • (String)


1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 1412

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

#descriptionString

The description of the data source.

Returns:

  • (String)


1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 1412

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_reasonsArray<String>

The detailed reasons on the failure to delete a data source.

Returns:

  • (Array<String>)


1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 1412

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_idString

The unique identifier of the knowledge base to which the data source belongs.

Returns:

  • (String)


1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 1412

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

#nameString

The name of the data source.

Returns:

  • (String)


1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 1412

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_configurationTypes::ServerSideEncryptionConfiguration

Contains details about the configuration of the server-side encryption.



1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 1412

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

#statusString

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.

Returns:

  • (String)


1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 1412

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_atTime

The time at which the data source was last updated.

Returns:

  • (Time)


1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 1412

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_configurationTypes::VectorIngestionConfiguration

Contains details about how to ingest the documents in the data source.



1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 1412

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