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)


6312
6313
6314
# File 'sig/types.rbs', line 6312

def algorithm_name
  @algorithm_name
end

#metric_definitions::Array[Types::MetricDefinition]

Returns the value of attribute metric_definitions.

Returns:



6313
6314
6315
# File 'sig/types.rbs', line 6313

def metric_definitions
  @metric_definitions
end

#training_image::String

Returns the value of attribute training_image.

Returns:

  • (::String)


6310
6311
6312
# File 'sig/types.rbs', line 6310

def training_image
  @training_image
end

#training_input_mode"Pipe", ...

Returns the value of attribute training_input_mode.

Returns:

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


6311
6312
6313
# File 'sig/types.rbs', line 6311

def training_input_mode
  @training_input_mode
end