| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
HyperParameterTuningJobCompletionDetails |
HyperParameterTuningJobCompletionDetails.clone() |
HyperParameterTuningJobCompletionDetails |
DescribeHyperParameterTuningJobResult.getTuningJobCompletionDetails()
Tuning job completion information returned as the response from a hyperparameter tuning job.
|
HyperParameterTuningJobCompletionDetails |
HyperParameterTuningJobSearchEntity.getTuningJobCompletionDetails()
Information about either a current or completed hyperparameter tuning job.
|
HyperParameterTuningJobCompletionDetails |
HyperParameterTuningJobCompletionDetails.withConvergenceDetectedTime(Date convergenceDetectedTime)
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.
|
HyperParameterTuningJobCompletionDetails |
HyperParameterTuningJobCompletionDetails.withNumberOfTrainingJobsObjectiveNotImproving(Integer numberOfTrainingJobsObjectiveNotImproving)
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeHyperParameterTuningJobResult.setTuningJobCompletionDetails(HyperParameterTuningJobCompletionDetails tuningJobCompletionDetails)
Tuning job completion information returned as the response from a hyperparameter tuning job.
|
void |
HyperParameterTuningJobSearchEntity.setTuningJobCompletionDetails(HyperParameterTuningJobCompletionDetails tuningJobCompletionDetails)
Information about either a current or completed hyperparameter tuning job.
|
DescribeHyperParameterTuningJobResult |
DescribeHyperParameterTuningJobResult.withTuningJobCompletionDetails(HyperParameterTuningJobCompletionDetails tuningJobCompletionDetails)
Tuning job completion information returned as the response from a hyperparameter tuning job.
|
HyperParameterTuningJobSearchEntity |
HyperParameterTuningJobSearchEntity.withTuningJobCompletionDetails(HyperParameterTuningJobCompletionDetails tuningJobCompletionDetails)
Information about either a current or completed hyperparameter tuning job.
|
Copyright © 2024. All rights reserved.