Class: Aws::SageMaker::Types::HyperParameterTuningJobCompletionDetails

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb

Overview

A structure that contains runtime information about both current and completed hyperparameter tuning jobs.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#convergence_detected_timeTime

The time in timestamp format that AMT detected model convergence, as defined by a lack of significant improvement over time based on criteria developed over a wide range of diverse benchmarking tests.

Returns:

  • (Time)


21910
21911
21912
21913
21914
21915
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 21910

class HyperParameterTuningJobCompletionDetails < Struct.new(
  :number_of_training_jobs_objective_not_improving,
  :convergence_detected_time)
  SENSITIVE = []
  include Aws::Structure
end

#number_of_training_jobs_objective_not_improvingInteger

The number of training jobs launched by a tuning job that are not improving (1% or less) as measured by model performance evaluated against an objective function.

Returns:

  • (Integer)


21910
21911
21912
21913
21914
21915
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 21910

class HyperParameterTuningJobCompletionDetails < Struct.new(
  :number_of_training_jobs_objective_not_improving,
  :convergence_detected_time)
  SENSITIVE = []
  include Aws::Structure
end