Class: Aws::Types::StopRetrainingSchedulerResponse
- Inherits:
-
Object
- Object
- Aws::Types::StopRetrainingSchedulerResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#model_arn ⇒ ::String
Returns the value of attribute model_arn.
-
#model_name ⇒ ::String
Returns the value of attribute model_name.
-
#status ⇒ "PENDING", ...
Returns the value of attribute status.
Instance Attribute Details
#model_arn ⇒ ::String
Returns the value of attribute model_arn.
1000 1001 1002 |
# File 'sig/types.rbs', line 1000 def model_arn @model_arn end |
#model_name ⇒ ::String
Returns the value of attribute model_name.
999 1000 1001 |
# File 'sig/types.rbs', line 999 def model_name @model_name end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
1001 1002 1003 |
# File 'sig/types.rbs', line 1001 def status @status end |