Class: Aws::Types::TuningJobCompletionCriteria
- Inherits:
-
Object
- Object
- Aws::Types::TuningJobCompletionCriteria
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#best_objective_not_improving ⇒ Types::BestObjectiveNotImproving
Returns the value of attribute best_objective_not_improving.
-
#convergence_detected ⇒ Types::ConvergenceDetected
Returns the value of attribute convergence_detected.
-
#target_objective_metric_value ⇒ ::Float
Returns the value of attribute target_objective_metric_value.
Instance Attribute Details
#best_objective_not_improving ⇒ Types::BestObjectiveNotImproving
Returns the value of attribute best_objective_not_improving.
11827 11828 11829 |
# File 'sig/types.rbs', line 11827 def best_objective_not_improving @best_objective_not_improving end |
#convergence_detected ⇒ Types::ConvergenceDetected
Returns the value of attribute convergence_detected.
11828 11829 11830 |
# File 'sig/types.rbs', line 11828 def convergence_detected @convergence_detected end |
#target_objective_metric_value ⇒ ::Float
Returns the value of attribute target_objective_metric_value.
11826 11827 11828 |
# File 'sig/types.rbs', line 11826 def target_objective_metric_value @target_objective_metric_value end |