Class: Aws::Types::HyperParameterAlgorithmSpecification
- Inherits:
-
Object
- Object
- Aws::Types::HyperParameterAlgorithmSpecification
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#algorithm_name ⇒ ::String
Returns the value of attribute algorithm_name.
-
#metric_definitions ⇒ ::Array[Types::MetricDefinition]
Returns the value of attribute metric_definitions.
-
#training_image ⇒ ::String
Returns the value of attribute training_image.
-
#training_input_mode ⇒ "Pipe", ...
Returns the value of attribute training_input_mode.
Instance Attribute Details
#algorithm_name ⇒ ::String
Returns the value of attribute algorithm_name.
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.
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.
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.
6271 6272 6273 |
# File 'sig/types.rbs', line 6271 def training_input_mode @training_input_mode end |