Class: Aws::Types::HyperParameterTuningJobCompletionDetails
- Inherits:
-
Object
- Object
- Aws::Types::HyperParameterTuningJobCompletionDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#convergence_detected_time ⇒ ::Time
Returns the value of attribute convergence_detected_time.
-
#number_of_training_jobs_objective_not_improving ⇒ ::Integer
Returns the value of attribute number_of_training_jobs_objective_not_improving.
Instance Attribute Details
#convergence_detected_time ⇒ ::Time
Returns the value of attribute convergence_detected_time.
6331 6332 6333 |
# File 'sig/types.rbs', line 6331 def convergence_detected_time @convergence_detected_time end |
#number_of_training_jobs_objective_not_improving ⇒ ::Integer
Returns the value of attribute number_of_training_jobs_objective_not_improving.
6330 6331 6332 |
# File 'sig/types.rbs', line 6330 def number_of_training_jobs_objective_not_improving @number_of_training_jobs_objective_not_improving end |