Class: Aws::Types::GetMLModelTrainingJobOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetMLModelTrainingJobOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#hpo_job ⇒ Types::MlResourceDefinition
Returns the value of attribute hpo_job.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#ml_models ⇒ ::Array[Types::MlConfigDefinition]
Returns the value of attribute ml_models.
-
#model_transform_job ⇒ Types::MlResourceDefinition
Returns the value of attribute model_transform_job.
-
#processing_job ⇒ Types::MlResourceDefinition
Returns the value of attribute processing_job.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#hpo_job ⇒ Types::MlResourceDefinition
Returns the value of attribute hpo_job.
372 373 374 |
# File 'sig/types.rbs', line 372 def hpo_job @hpo_job end |
#id ⇒ ::String
Returns the value of attribute id.
370 371 372 |
# File 'sig/types.rbs', line 370 def id @id end |
#ml_models ⇒ ::Array[Types::MlConfigDefinition]
Returns the value of attribute ml_models.
374 375 376 |
# File 'sig/types.rbs', line 374 def ml_models @ml_models end |
#model_transform_job ⇒ Types::MlResourceDefinition
Returns the value of attribute model_transform_job.
373 374 375 |
# File 'sig/types.rbs', line 373 def model_transform_job @model_transform_job end |
#processing_job ⇒ Types::MlResourceDefinition
Returns the value of attribute processing_job.
371 372 373 |
# File 'sig/types.rbs', line 371 def processing_job @processing_job end |
#status ⇒ ::String
Returns the value of attribute status.
369 370 371 |
# File 'sig/types.rbs', line 369 def status @status end |