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.
11204 11205 11206 |
# File 'sig/types.rbs', line 11204 def desired_model_variants @desired_model_variants end |
#desired_state ⇒ "Completed", "Cancelled"
Returns the value of attribute desired_state.
11205 11206 11207 |
# File 'sig/types.rbs', line 11205 def desired_state @desired_state end |
#model_variant_actions ⇒ ::Hash[::String, ("Retain" | "Remove" | "Promote")]
Returns the value of attribute model_variant_actions.
11203 11204 11205 |
# File 'sig/types.rbs', line 11203 def model_variant_actions @model_variant_actions end |
#name ⇒ ::String
Returns the value of attribute name.
11202 11203 11204 |
# File 'sig/types.rbs', line 11202 def name @name end |
#reason ⇒ ::String
Returns the value of attribute reason.
11206 11207 11208 |
# File 'sig/types.rbs', line 11206 def reason @reason end |