Class: Aws::BedrockAgent::Types::IngestionJob

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

Overview

Contains the information of an ingestion job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_source_idString

Identifier for a resource.

Returns:

  • (String)


1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1804

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

#descriptionString

Description of the Resource.

Returns:

  • (String)


1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1804

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

#failure_reasonsArray<String>

Failure Reasons for Error.

Returns:

  • (Array<String>)


1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1804

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

#ingestion_job_idString

Identifier for a resource.

Returns:

  • (String)


1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1804

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

#knowledge_base_idString

Identifier for a resource.

Returns:

  • (String)


1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1804

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

#started_atTime

Time Stamp.

Returns:

  • (Time)


1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1804

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

#statisticsTypes::IngestionJobStatistics

The document level statistics of an ingestion job



1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1804

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

#statusString

The status of an ingestion job.

Returns:

  • (String)


1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1804

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

#updated_atTime

Time Stamp.

Returns:

  • (Time)


1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1804

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