Class: Aws::LookoutEquipment::Types::ImportDatasetResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::LookoutEquipment::Types::ImportDatasetResponse
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lookoutequipment/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #dataset_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Amazon Resource Name (ARN) of the dataset that was imported. 
- 
  
    
      #dataset_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the created machine learning dataset. 
- 
  
    
      #job_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A unique identifier for the job of importing the dataset. 
- 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The status of the ‘ImportDataset` operation. 
Instance Attribute Details
#dataset_arn ⇒ String
The Amazon Resource Name (ARN) of the dataset that was imported.
| 2081 2082 2083 2084 2085 2086 2087 2088 | # File 'lib/aws-sdk-lookoutequipment/types.rb', line 2081 class ImportDatasetResponse < Struct.new( :dataset_name, :dataset_arn, :status, :job_id) SENSITIVE = [] include Aws::Structure end | 
#dataset_name ⇒ String
The name of the created machine learning dataset.
| 2081 2082 2083 2084 2085 2086 2087 2088 | # File 'lib/aws-sdk-lookoutequipment/types.rb', line 2081 class ImportDatasetResponse < Struct.new( :dataset_name, :dataset_arn, :status, :job_id) SENSITIVE = [] include Aws::Structure end | 
#job_id ⇒ String
A unique identifier for the job of importing the dataset.
| 2081 2082 2083 2084 2085 2086 2087 2088 | # File 'lib/aws-sdk-lookoutequipment/types.rb', line 2081 class ImportDatasetResponse < Struct.new( :dataset_name, :dataset_arn, :status, :job_id) SENSITIVE = [] include Aws::Structure end | 
#status ⇒ String
The status of the ‘ImportDataset` operation.
| 2081 2082 2083 2084 2085 2086 2087 2088 | # File 'lib/aws-sdk-lookoutequipment/types.rb', line 2081 class ImportDatasetResponse < Struct.new( :dataset_name, :dataset_arn, :status, :job_id) SENSITIVE = [] include Aws::Structure end |