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

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

Instance Attribute Details

#created_atTime

The time at which the data source was created.

Returns:

  • (Time)


1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1362

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

Contains details about how the data source is stored.



1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1362

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_idString

The unique identifier of the data source.

Returns:

  • (String)


1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1362

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

#descriptionString

The description of the data source.

Returns:

  • (String)


1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1362

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_idString

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

Returns:

  • (String)


1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1362

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

#nameString

The name of the data source.

Returns:

  • (String)


1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1362

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

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



1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1362

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

#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)


1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1362

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_atTime

The time at which the data source was last updated.

Returns:

  • (Time)


1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1362

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

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



1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1362

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