| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static TrainingJobEarlyStoppingType |
TrainingJobEarlyStoppingType.fromValue(String value)
Use this in place of valueOf.
|
static TrainingJobEarlyStoppingType |
TrainingJobEarlyStoppingType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TrainingJobEarlyStoppingType[] |
TrainingJobEarlyStoppingType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
HyperParameterTuningJobConfig |
HyperParameterTuningJobConfig.withTrainingJobEarlyStoppingType(TrainingJobEarlyStoppingType trainingJobEarlyStoppingType)
Specifies whether to use early stopping for training jobs launched by the hyperparameter tuning job.
|
Copyright © 2020. All rights reserved.