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)


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.

Returns:

  • (::Integer)


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