Class: Aws::BedrockAgent::Types::IngestionJob
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::IngestionJob
- 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
-
#data_source_id ⇒ String
Identifier for a resource.
-
#description ⇒ String
Description of the Resource.
-
#failure_reasons ⇒ Array<String>
Failure Reasons for Error.
-
#ingestion_job_id ⇒ String
Identifier for a resource.
-
#knowledge_base_id ⇒ String
Identifier for a resource.
-
#started_at ⇒ Time
Time Stamp.
-
#statistics ⇒ Types::IngestionJobStatistics
The document level statistics of an ingestion job.
-
#status ⇒ String
The status of an ingestion job.
-
#updated_at ⇒ Time
Time Stamp.
Instance Attribute Details
#data_source_id ⇒ String
Identifier for a resource.
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 |
#description ⇒ String
Description of the Resource.
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_reasons ⇒ Array<String>
Failure Reasons for Error.
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_id ⇒ String
Identifier for a resource.
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_id ⇒ String
Identifier for a resource.
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_at ⇒ Time
Time Stamp.
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 |
#statistics ⇒ Types::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 |
#status ⇒ String
The status 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 |
#updated_at ⇒ Time
Time Stamp.
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 |