Class: Aws::Types::AutoMLConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#metric_name ⇒ ::String

Returns the value of attribute metric_name.

Returns:

  • (::String)


32
33
34
# File 'sig/types.rbs', line 32

def metric_name
  @metric_name
end

#recipe_list ⇒ ::Array[::String]

Returns the value of attribute recipe_list.

Returns:

  • (::Array[::String])


33
34
35
# File 'sig/types.rbs', line 33

def recipe_list
  @recipe_list
end