Class: Aws::Types::GetMLModelTransformJobOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetMLModelTransformJobOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#base_processing_job ⇒ Types::MlResourceDefinition
Returns the value of attribute base_processing_job.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#models ⇒ ::Array[Types::MlConfigDefinition]
Returns the value of attribute models.
-
#remote_model_transform_job ⇒ Types::MlResourceDefinition
Returns the value of attribute remote_model_transform_job.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#base_processing_job ⇒ Types::MlResourceDefinition
Returns the value of attribute base_processing_job.
387 388 389 |
# File 'sig/types.rbs', line 387 def base_processing_job @base_processing_job end |
#id ⇒ ::String
Returns the value of attribute id.
386 387 388 |
# File 'sig/types.rbs', line 386 def id @id end |
#models ⇒ ::Array[Types::MlConfigDefinition]
Returns the value of attribute models.
389 390 391 |
# File 'sig/types.rbs', line 389 def models @models end |
#remote_model_transform_job ⇒ Types::MlResourceDefinition
Returns the value of attribute remote_model_transform_job.
388 389 390 |
# File 'sig/types.rbs', line 388 def remote_model_transform_job @remote_model_transform_job end |
#status ⇒ ::String
Returns the value of attribute status.
385 386 387 |
# File 'sig/types.rbs', line 385 def status @status end |