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)


6272
6273
6274
# File 'sig/types.rbs', line 6272

def algorithm_name
  @algorithm_name
end

#metric_definitions::Array[Types::MetricDefinition]

Returns the value of attribute metric_definitions.

Returns:



6273
6274
6275
# File 'sig/types.rbs', line 6273

def metric_definitions
  @metric_definitions
end

#training_image::String

Returns the value of attribute training_image.

Returns:

  • (::String)


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

def training_image
  @training_image
end

#training_input_mode"Pipe", ...

Returns the value of attribute training_input_mode.

Returns:

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


6271
6272
6273
# File 'sig/types.rbs', line 6271

def training_input_mode
  @training_input_mode
end