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 an ingestion job.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #data_source_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique identifier of the data source in the ingestion job.
 - 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The description of the ingestion job.
 - 
  
    
      #ingestion_job_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique identifier of the ingestion job.
 - 
  
    
      #knowledge_base_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique identifier of the knowledge base to which the data source is added.
 - 
  
    
      #started_at  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time at which the ingestion job was started.
 - 
  
    
      #statistics  ⇒ Types::IngestionJobStatistics 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Contains statistics for the ingestion job.
 - 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The status of the ingestion job.
 - 
  
    
      #updated_at  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time at which the ingestion job was last updated.
 
Instance Attribute Details
#data_source_id ⇒ String
The unique identifier of the data source in the ingestion job.
      4394 4395 4396 4397 4398 4399 4400 4401 4402 4403 4404 4405  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 4394 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  | 
  
#description ⇒ String
The description of the ingestion job.
      4394 4395 4396 4397 4398 4399 4400 4401 4402 4403 4404 4405  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 4394 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_id ⇒ String
The unique identifier of the ingestion job.
      4394 4395 4396 4397 4398 4399 4400 4401 4402 4403 4404 4405  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 4394 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_id ⇒ String
The unique identifier of the knowledge base to which the data source is added.
      4394 4395 4396 4397 4398 4399 4400 4401 4402 4403 4404 4405  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 4394 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_at ⇒ Time
The time at which the ingestion job was started.
      4394 4395 4396 4397 4398 4399 4400 4401 4402 4403 4404 4405  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 4394 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  | 
  
#statistics ⇒ Types::IngestionJobStatistics
Contains statistics for the ingestion job.
      4394 4395 4396 4397 4398 4399 4400 4401 4402 4403 4404 4405  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 4394 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  | 
  
#status ⇒ String
The status of the ingestion job.
      4394 4395 4396 4397 4398 4399 4400 4401 4402 4403 4404 4405  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 4394 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_at ⇒ Time
The time at which the ingestion job was last updated.
      4394 4395 4396 4397 4398 4399 4400 4401 4402 4403 4404 4405  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 4394 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  |