Class: Aws::BedrockAgent::Types::IngestionJobSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::IngestionJobSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagent/types.rb
Overview
Contains details about a data ingestion job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_source_id ⇒ String
The unique identifier of the data source for the data ingestion job.
-
#description ⇒ String
The description of the data ingestion job.
-
#ingestion_job_id ⇒ String
The unique identifier of the data ingestion job.
-
#knowledge_base_id ⇒ String
The unique identifier of the knowledge base for the data ingestion job.
-
#started_at ⇒ Time
The time the data ingestion job started.
-
#statistics ⇒ Types::IngestionJobStatistics
Contains statistics for the data ingestion job.
-
#status ⇒ String
The status of the data ingestion job.
-
#updated_at ⇒ Time
The time the data ingestion job was last updated.
Instance Attribute Details
#data_source_id ⇒ String
The unique identifier of the data source for the data ingestion job.
5853 5854 5855 5856 5857 5858 5859 5860 5861 5862 5863 5864 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 5853 class IngestionJobSummary < Struct.new( :knowledge_base_id, :data_source_id, :ingestion_job_id, :description, :status, :started_at, :updated_at, :statistics) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the data ingestion job.
5853 5854 5855 5856 5857 5858 5859 5860 5861 5862 5863 5864 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 5853 class IngestionJobSummary < Struct.new( :knowledge_base_id, :data_source_id, :ingestion_job_id, :description, :status, :started_at, :updated_at, :statistics) SENSITIVE = [] include Aws::Structure end |
#ingestion_job_id ⇒ String
The unique identifier of the data ingestion job.
5853 5854 5855 5856 5857 5858 5859 5860 5861 5862 5863 5864 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 5853 class IngestionJobSummary < Struct.new( :knowledge_base_id, :data_source_id, :ingestion_job_id, :description, :status, :started_at, :updated_at, :statistics) SENSITIVE = [] include Aws::Structure end |
#knowledge_base_id ⇒ String
The unique identifier of the knowledge base for the data ingestion job.
5853 5854 5855 5856 5857 5858 5859 5860 5861 5862 5863 5864 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 5853 class IngestionJobSummary < Struct.new( :knowledge_base_id, :data_source_id, :ingestion_job_id, :description, :status, :started_at, :updated_at, :statistics) SENSITIVE = [] include Aws::Structure end |
#started_at ⇒ Time
The time the data ingestion job started.
5853 5854 5855 5856 5857 5858 5859 5860 5861 5862 5863 5864 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 5853 class IngestionJobSummary < Struct.new( :knowledge_base_id, :data_source_id, :ingestion_job_id, :description, :status, :started_at, :updated_at, :statistics) SENSITIVE = [] include Aws::Structure end |
#statistics ⇒ Types::IngestionJobStatistics
Contains statistics for the data ingestion job.
5853 5854 5855 5856 5857 5858 5859 5860 5861 5862 5863 5864 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 5853 class IngestionJobSummary < Struct.new( :knowledge_base_id, :data_source_id, :ingestion_job_id, :description, :status, :started_at, :updated_at, :statistics) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the data ingestion job.
5853 5854 5855 5856 5857 5858 5859 5860 5861 5862 5863 5864 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 5853 class IngestionJobSummary < Struct.new( :knowledge_base_id, :data_source_id, :ingestion_job_id, :description, :status, :started_at, :updated_at, :statistics) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The time the data ingestion job was last updated.
5853 5854 5855 5856 5857 5858 5859 5860 5861 5862 5863 5864 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 5853 class IngestionJobSummary < Struct.new( :knowledge_base_id, :data_source_id, :ingestion_job_id, :description, :status, :started_at, :updated_at, :statistics) SENSITIVE = [] include Aws::Structure end |