Class: Aws::Types::StopInferenceExperimentRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#desired_model_variants::Array[Types::ModelVariantConfig]

Returns the value of attribute desired_model_variants.

Returns:



11128
11129
11130
# File 'sig/types.rbs', line 11128

def desired_model_variants
  @desired_model_variants
end

#desired_state"Completed", "Cancelled"

Returns the value of attribute desired_state.

Returns:

  • ("Completed", "Cancelled")


11129
11130
11131
# File 'sig/types.rbs', line 11129

def desired_state
  @desired_state
end

#model_variant_actions::Hash[::String, ("Retain" | "Remove" | "Promote")]

Returns the value of attribute model_variant_actions.

Returns:

  • (::Hash[::String, ("Retain" | "Remove" | "Promote")])


11127
11128
11129
# File 'sig/types.rbs', line 11127

def model_variant_actions
  @model_variant_actions
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


11126
11127
11128
# File 'sig/types.rbs', line 11126

def name
  @name
end

#reason::String

Returns the value of attribute reason.

Returns:

  • (::String)


11130
11131
11132
# File 'sig/types.rbs', line 11130

def reason
  @reason
end