Class: Aws::Types::HPOConfig
- Inherits:
-
Object
- Object
- Aws::Types::HPOConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#algorithm_hyper_parameter_ranges ⇒ Types::HyperParameterRanges
Returns the value of attribute algorithm_hyper_parameter_ranges.
-
#hpo_objective ⇒ Types::HPOObjective
Returns the value of attribute hpo_objective.
-
#hpo_resource_config ⇒ Types::HPOResourceConfig
Returns the value of attribute hpo_resource_config.
Instance Attribute Details
#algorithm_hyper_parameter_ranges ⇒ Types::HyperParameterRanges
Returns the value of attribute algorithm_hyper_parameter_ranges.
910 911 912 |
# File 'sig/types.rbs', line 910 def algorithm_hyper_parameter_ranges @algorithm_hyper_parameter_ranges end |
#hpo_objective ⇒ Types::HPOObjective
Returns the value of attribute hpo_objective.
908 909 910 |
# File 'sig/types.rbs', line 908 def hpo_objective @hpo_objective end |
#hpo_resource_config ⇒ Types::HPOResourceConfig
Returns the value of attribute hpo_resource_config.
909 910 911 |
# File 'sig/types.rbs', line 909 def hpo_resource_config @hpo_resource_config end |