Class: Aws::Types::HyperParameterAlgorithmSpecification

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#algorithm_name::String

Returns the value of attribute algorithm_name.

Returns:

  • (::String)


6268
6269
6270
# File 'sig/types.rbs', line 6268

def algorithm_name
  @algorithm_name
end

#metric_definitions::Array[Types::MetricDefinition]

Returns the value of attribute metric_definitions.

Returns:



6269
6270
6271
# File 'sig/types.rbs', line 6269

def metric_definitions
  @metric_definitions
end

#training_image::String

Returns the value of attribute training_image.

Returns:

  • (::String)


6266
6267
6268
# File 'sig/types.rbs', line 6266

def training_image
  @training_image
end

#training_input_mode"Pipe", ...

Returns the value of attribute training_input_mode.

Returns:

  • ("Pipe", "File", "FastFile")


6267
6268
6269
# File 'sig/types.rbs', line 6267

def training_input_mode
  @training_input_mode
end