Class: Aws::LookoutEquipment::Types::DataIngestionJobSummary
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::LookoutEquipment::Types::DataIngestionJobSummary
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-lookoutequipment/types.rb
 
Overview
Provides information about a specified data ingestion job, including dataset information, data ingestion configuration, and status.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #dataset_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the dataset used in the data ingestion job.
 - 
  
    
      #dataset_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the dataset used for the data ingestion job.
 - 
  
    
      #ingestion_input_configuration  ⇒ Types::IngestionInputConfiguration 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specifies information for the input data for the data inference job, including data Amazon S3 location parameters.
 - 
  
    
      #job_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Indicates the job ID of the data ingestion job.
 - 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Indicates the status of the data ingestion job.
 
Instance Attribute Details
#dataset_arn ⇒ String
The Amazon Resource Name (ARN) of the dataset used in the data ingestion job.
      654 655 656 657 658 659 660 661 662  | 
    
      # File 'lib/aws-sdk-lookoutequipment/types.rb', line 654 class DataIngestionJobSummary < Struct.new( :job_id, :dataset_name, :dataset_arn, :ingestion_input_configuration, :status) SENSITIVE = [] include Aws::Structure end  | 
  
#dataset_name ⇒ String
The name of the dataset used for the data ingestion job.
      654 655 656 657 658 659 660 661 662  | 
    
      # File 'lib/aws-sdk-lookoutequipment/types.rb', line 654 class DataIngestionJobSummary < Struct.new( :job_id, :dataset_name, :dataset_arn, :ingestion_input_configuration, :status) SENSITIVE = [] include Aws::Structure end  | 
  
#ingestion_input_configuration ⇒ Types::IngestionInputConfiguration
Specifies information for the input data for the data inference job, including data Amazon S3 location parameters.
      654 655 656 657 658 659 660 661 662  | 
    
      # File 'lib/aws-sdk-lookoutequipment/types.rb', line 654 class DataIngestionJobSummary < Struct.new( :job_id, :dataset_name, :dataset_arn, :ingestion_input_configuration, :status) SENSITIVE = [] include Aws::Structure end  | 
  
#job_id ⇒ String
Indicates the job ID of the data ingestion job.
      654 655 656 657 658 659 660 661 662  | 
    
      # File 'lib/aws-sdk-lookoutequipment/types.rb', line 654 class DataIngestionJobSummary < Struct.new( :job_id, :dataset_name, :dataset_arn, :ingestion_input_configuration, :status) SENSITIVE = [] include Aws::Structure end  | 
  
#status ⇒ String
Indicates the status of the data ingestion job.
      654 655 656 657 658 659 660 661 662  | 
    
      # File 'lib/aws-sdk-lookoutequipment/types.rb', line 654 class DataIngestionJobSummary < Struct.new( :job_id, :dataset_name, :dataset_arn, :ingestion_input_configuration, :status) SENSITIVE = [] include Aws::Structure end  |