Class: Aws::Types::HyperParameterTuningJobCompletionDetails

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#convergence_detected_time::Time

Returns the value of attribute convergence_detected_time.

Returns:

  • (::Time)


6335
6336
6337
# File 'sig/types.rbs', line 6335

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.

Returns:

  • (::Integer)


6334
6335
6336
# File 'sig/types.rbs', line 6334

def number_of_training_jobs_objective_not_improving
  @number_of_training_jobs_objective_not_improving
end