Class: Aws::Types::CreateInferenceSchedulerResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateInferenceSchedulerResponse
- 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_quality ⇒ "QUALITY_THRESHOLD_MET", ...
Returns the value of attribute model_quality.
-
#status ⇒ "PENDING", ...
Returns the value of attribute status.
Instance Attribute Details
#inference_scheduler_arn ⇒ ::String
Returns the value of attribute inference_scheduler_arn.
64 65 66 |
# File 'sig/types.rbs', line 64 def inference_scheduler_arn @inference_scheduler_arn end |
#inference_scheduler_name ⇒ ::String
Returns the value of attribute inference_scheduler_name.
65 66 67 |
# File 'sig/types.rbs', line 65 def inference_scheduler_name @inference_scheduler_name end |
#model_quality ⇒ "QUALITY_THRESHOLD_MET", ...
Returns the value of attribute model_quality.
67 68 69 |
# File 'sig/types.rbs', line 67 def model_quality @model_quality end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
66 67 68 |
# File 'sig/types.rbs', line 66 def status @status end |