Class: Aws::Types::HyperParameterTuningJobConfig
- Inherits:
-
Object
- Object
- Aws::Types::HyperParameterTuningJobConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#hyper_parameter_tuning_job_objective ⇒ Types::HyperParameterTuningJobObjective
Returns the value of attribute hyper_parameter_tuning_job_objective.
-
#parameter_ranges ⇒ Types::ParameterRanges
Returns the value of attribute parameter_ranges.
-
#random_seed ⇒ ::Integer
Returns the value of attribute random_seed.
-
#resource_limits ⇒ Types::ResourceLimits
Returns the value of attribute resource_limits.
-
#strategy ⇒ "Bayesian", ...
Returns the value of attribute strategy.
-
#strategy_config ⇒ Types::HyperParameterTuningJobStrategyConfig
Returns the value of attribute strategy_config.
-
#training_job_early_stopping_type ⇒ "Off", "Auto"
Returns the value of attribute training_job_early_stopping_type.
-
#tuning_job_completion_criteria ⇒ Types::TuningJobCompletionCriteria
Returns the value of attribute tuning_job_completion_criteria.
Instance Attribute Details
#hyper_parameter_tuning_job_objective ⇒ Types::HyperParameterTuningJobObjective
Returns the value of attribute hyper_parameter_tuning_job_objective.
6338 6339 6340 |
# File 'sig/types.rbs', line 6338 def hyper_parameter_tuning_job_objective @hyper_parameter_tuning_job_objective end |
#parameter_ranges ⇒ Types::ParameterRanges
Returns the value of attribute parameter_ranges.
6340 6341 6342 |
# File 'sig/types.rbs', line 6340 def parameter_ranges @parameter_ranges end |
#random_seed ⇒ ::Integer
Returns the value of attribute random_seed.
6343 6344 6345 |
# File 'sig/types.rbs', line 6343 def random_seed @random_seed end |
#resource_limits ⇒ Types::ResourceLimits
Returns the value of attribute resource_limits.
6339 6340 6341 |
# File 'sig/types.rbs', line 6339 def resource_limits @resource_limits end |
#strategy ⇒ "Bayesian", ...
Returns the value of attribute strategy.
6336 6337 6338 |
# File 'sig/types.rbs', line 6336 def strategy @strategy end |
#strategy_config ⇒ Types::HyperParameterTuningJobStrategyConfig
Returns the value of attribute strategy_config.
6337 6338 6339 |
# File 'sig/types.rbs', line 6337 def strategy_config @strategy_config end |
#training_job_early_stopping_type ⇒ "Off", "Auto"
Returns the value of attribute training_job_early_stopping_type.
6341 6342 6343 |
# File 'sig/types.rbs', line 6341 def training_job_early_stopping_type @training_job_early_stopping_type end |
#tuning_job_completion_criteria ⇒ Types::TuningJobCompletionCriteria
Returns the value of attribute tuning_job_completion_criteria.
6342 6343 6344 |
# File 'sig/types.rbs', line 6342 def tuning_job_completion_criteria @tuning_job_completion_criteria end |