Class: Aws::Types::StartRetrainingSchedulerResponse
- Inherits:
-
Object
- Object
- Aws::Types::StartRetrainingSchedulerResponse
- 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.
974 975 976 |
# File 'sig/types.rbs', line 974 def model_arn @model_arn end |
#model_name ⇒ ::String
Returns the value of attribute model_name.
973 974 975 |
# File 'sig/types.rbs', line 973 def model_name @model_name end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
975 976 977 |
# File 'sig/types.rbs', line 975 def status @status end |