Class: Aws::BedrockAgent::Types::IngestionJobSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb

Overview

Contains details about an ingestion job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_source_idString

The unique identifier of the data source in the ingestion job.

Returns:

  • (String)


2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 2351

class IngestionJobSummary < Struct.new(
  :data_source_id,
  :description,
  :ingestion_job_id,
  :knowledge_base_id,
  :started_at,
  :statistics,
  :status,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the ingestion job.

Returns:

  • (String)


2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 2351

class IngestionJobSummary < Struct.new(
  :data_source_id,
  :description,
  :ingestion_job_id,
  :knowledge_base_id,
  :started_at,
  :statistics,
  :status,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#ingestion_job_idString

The unique identifier of the ingestion job.

Returns:

  • (String)


2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 2351

class IngestionJobSummary < Struct.new(
  :data_source_id,
  :description,
  :ingestion_job_id,
  :knowledge_base_id,
  :started_at,
  :statistics,
  :status,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#knowledge_base_idString

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

Returns:

  • (String)


2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 2351

class IngestionJobSummary < Struct.new(
  :data_source_id,
  :description,
  :ingestion_job_id,
  :knowledge_base_id,
  :started_at,
  :statistics,
  :status,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#started_atTime

The time at which the ingestion job was started.

Returns:

  • (Time)


2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 2351

class IngestionJobSummary < Struct.new(
  :data_source_id,
  :description,
  :ingestion_job_id,
  :knowledge_base_id,
  :started_at,
  :statistics,
  :status,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#statisticsTypes::IngestionJobStatistics

Contains statistics for the ingestion job.



2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 2351

class IngestionJobSummary < Struct.new(
  :data_source_id,
  :description,
  :ingestion_job_id,
  :knowledge_base_id,
  :started_at,
  :statistics,
  :status,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the ingestion job.

Returns:

  • (String)


2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 2351

class IngestionJobSummary < Struct.new(
  :data_source_id,
  :description,
  :ingestion_job_id,
  :knowledge_base_id,
  :started_at,
  :statistics,
  :status,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

The time at which the ingestion job was last updated.

Returns:

  • (Time)


2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 2351

class IngestionJobSummary < Struct.new(
  :data_source_id,
  :description,
  :ingestion_job_id,
  :knowledge_base_id,
  :started_at,
  :statistics,
  :status,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end