Class: Aws::Types::StartInferenceSchedulerResponse
- Inherits:
-
Object
- Object
- Aws::Types::StartInferenceSchedulerResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#inference_scheduler_arn ⇒ ::String
Returns the value of attribute inference_scheduler_arn.
-
#inference_scheduler_name ⇒ ::String
Returns the value of attribute inference_scheduler_name.
-
#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
#inference_scheduler_arn ⇒ ::String
Returns the value of attribute inference_scheduler_arn.
962 963 964 |
# File 'sig/types.rbs', line 962 def inference_scheduler_arn @inference_scheduler_arn end |
#inference_scheduler_name ⇒ ::String
Returns the value of attribute inference_scheduler_name.
961 962 963 |
# File 'sig/types.rbs', line 961 def inference_scheduler_name @inference_scheduler_name end |
#model_arn ⇒ ::String
Returns the value of attribute model_arn.
959 960 961 |
# File 'sig/types.rbs', line 959 def model_arn @model_arn end |
#model_name ⇒ ::String
Returns the value of attribute model_name.
960 961 962 |
# File 'sig/types.rbs', line 960 def model_name @model_name end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
963 964 965 |
# File 'sig/types.rbs', line 963 def status @status end |