Class: Aws::Types::GetMLModelInput
- Inherits:
-
Object
- Object
- Aws::Types::GetMLModelInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ml_model_id ⇒ ::String
Returns the value of attribute ml_model_id.
-
#verbose ⇒ Boolean
Returns the value of attribute verbose.
Instance Attribute Details
#ml_model_id ⇒ ::String
Returns the value of attribute ml_model_id.
421 422 423 |
# File 'sig/types.rbs', line 421 def ml_model_id @ml_model_id end |
#verbose ⇒ Boolean
Returns the value of attribute verbose.
422 423 424 |
# File 'sig/types.rbs', line 422 def verbose @verbose end |