trainingJobEarlyStoppingType property

TrainingJobEarlyStoppingType? trainingJobEarlyStoppingType
final

Specifies whether to use early stopping for training jobs launched by the hyperparameter tuning job. This can be one of the following values (the default value is OFF):

OFF
Training jobs launched by the hyperparameter tuning job do not use early stopping.
AUTO
Amazon SageMaker stops training jobs launched by the hyperparameter tuning job when they are unlikely to perform better than previously completed training jobs. For more information, see Stop Training Jobs Early.

Implementation

final TrainingJobEarlyStoppingType? trainingJobEarlyStoppingType;