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.
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.
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.
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.
6267 6268 6269 |
# File 'sig/types.rbs', line 6267 def training_input_mode @training_input_mode end |