Class: Aws::Types::StopInferenceExperimentRequest
- Inherits:
-
Object
- Object
- Aws::Types::StopInferenceExperimentRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#desired_model_variants ⇒ ::Array[Types::ModelVariantConfig]
Returns the value of attribute desired_model_variants.
-
#desired_state ⇒ "Completed", "Cancelled"
Returns the value of attribute desired_state.
-
#model_variant_actions ⇒ ::Hash[::String, ("Retain" | "Remove" | "Promote")]
Returns the value of attribute model_variant_actions.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#reason ⇒ ::String
Returns the value of attribute reason.
Instance Attribute Details
#desired_model_variants ⇒ ::Array[Types::ModelVariantConfig]
Returns the value of attribute desired_model_variants.
11120 11121 11122 |
# File 'sig/types.rbs', line 11120 def desired_model_variants @desired_model_variants end |
#desired_state ⇒ "Completed", "Cancelled"
Returns the value of attribute desired_state.
11121 11122 11123 |
# File 'sig/types.rbs', line 11121 def desired_state @desired_state end |
#model_variant_actions ⇒ ::Hash[::String, ("Retain" | "Remove" | "Promote")]
Returns the value of attribute model_variant_actions.
11119 11120 11121 |
# File 'sig/types.rbs', line 11119 def model_variant_actions @model_variant_actions end |
#name ⇒ ::String
Returns the value of attribute name.
11118 11119 11120 |
# File 'sig/types.rbs', line 11118 def name @name end |
#reason ⇒ ::String
Returns the value of attribute reason.
11122 11123 11124 |
# File 'sig/types.rbs', line 11122 def reason @reason end |