Class: Aws::Neptunedata::Types::GetMLModelTrainingJobOutput
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Neptunedata::Types::GetMLModelTrainingJobOutput
 
- Defined in:
- gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #hpo_job  ⇒ Types::MlResourceDefinition 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The HPO job. 
- 
  
    
      #id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The unique identifier of this model-training job. 
- 
  
    
      #ml_models  ⇒ Array<Types::MlConfigDefinition> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A list of the configurations of the ML models being used. 
- 
  
    
      #model_transform_job  ⇒ Types::MlResourceDefinition 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The model transform job. 
- 
  
    
      #processing_job  ⇒ Types::MlResourceDefinition 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The data processing job. 
- 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The status of the model training job. 
Instance Attribute Details
#hpo_job ⇒ Types::MlResourceDefinition
The HPO job.
| 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 | # File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 1307 class GetMLModelTrainingJobOutput < Struct.new( :status, :id, :processing_job, :hpo_job, :model_transform_job, :ml_models) SENSITIVE = [] include Aws::Structure end | 
#id ⇒ String
The unique identifier of this model-training job.
| 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 | # File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 1307 class GetMLModelTrainingJobOutput < Struct.new( :status, :id, :processing_job, :hpo_job, :model_transform_job, :ml_models) SENSITIVE = [] include Aws::Structure end | 
#ml_models ⇒ Array<Types::MlConfigDefinition>
A list of the configurations of the ML models being used.
| 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 | # File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 1307 class GetMLModelTrainingJobOutput < Struct.new( :status, :id, :processing_job, :hpo_job, :model_transform_job, :ml_models) SENSITIVE = [] include Aws::Structure end | 
#model_transform_job ⇒ Types::MlResourceDefinition
The model transform job.
| 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 | # File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 1307 class GetMLModelTrainingJobOutput < Struct.new( :status, :id, :processing_job, :hpo_job, :model_transform_job, :ml_models) SENSITIVE = [] include Aws::Structure end | 
#processing_job ⇒ Types::MlResourceDefinition
The data processing job.
| 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 | # File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 1307 class GetMLModelTrainingJobOutput < Struct.new( :status, :id, :processing_job, :hpo_job, :model_transform_job, :ml_models) SENSITIVE = [] include Aws::Structure end | 
#status ⇒ String
The status of the model training job.
| 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 | # File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 1307 class GetMLModelTrainingJobOutput < Struct.new( :status, :id, :processing_job, :hpo_job, :model_transform_job, :ml_models) SENSITIVE = [] include Aws::Structure end |