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 a data ingestion job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_source_idString

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

Returns:

  • (String)


4794
4795
4796
4797
4798
4799
4800
4801
4802
4803
4804
4805
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 4794

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 data ingestion job.

Returns:

  • (String)


4794
4795
4796
4797
4798
4799
4800
4801
4802
4803
4804
4805
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 4794

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 data ingestion job.

Returns:

  • (String)


4794
4795
4796
4797
4798
4799
4800
4801
4802
4803
4804
4805
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 4794

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 for the data ingestion job.

Returns:

  • (String)


4794
4795
4796
4797
4798
4799
4800
4801
4802
4803
4804
4805
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 4794

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 the data ingestion job started.

Returns:

  • (Time)


4794
4795
4796
4797
4798
4799
4800
4801
4802
4803
4804
4805
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 4794

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 data ingestion job.



4794
4795
4796
4797
4798
4799
4800
4801
4802
4803
4804
4805
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 4794

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 data ingestion job.

Returns:

  • (String)


4794
4795
4796
4797
4798
4799
4800
4801
4802
4803
4804
4805
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 4794

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 the data ingestion job was last updated.

Returns:

  • (Time)


4794
4795
4796
4797
4798
4799
4800
4801
4802
4803
4804
4805
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 4794

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