| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
HyperParameterTrainingJobSummary |
DescribeHyperParameterTuningJobResponse.bestTrainingJob()
A TrainingJobSummary object that describes the training job that completed with the best current
HyperParameterTuningJobObjective.
|
HyperParameterTrainingJobSummary |
DescribeHyperParameterTuningJobResponse.overallBestTrainingJob()
If the hyperparameter tuning job is an warm start tuning job with a
WarmStartType of
IDENTICAL_DATA_AND_ALGORITHM, this is the TrainingJobSummary for the training job with the
best objective metric value of all training jobs launched by this tuning job and all parent jobs specified for
the warm start tuning job. |
| Modifier and Type | Method and Description |
|---|---|
List<HyperParameterTrainingJobSummary> |
ListTrainingJobsForHyperParameterTuningJobResponse.trainingJobSummaries()
A list of TrainingJobSummary objects that describe the training jobs that the
ListTrainingJobsForHyperParameterTuningJob request returned. |
| Modifier and Type | Method and Description |
|---|---|
DescribeHyperParameterTuningJobResponse.Builder |
DescribeHyperParameterTuningJobResponse.Builder.bestTrainingJob(HyperParameterTrainingJobSummary bestTrainingJob)
A TrainingJobSummary object that describes the training job that completed with the best current
HyperParameterTuningJobObjective.
|
DescribeHyperParameterTuningJobResponse.Builder |
DescribeHyperParameterTuningJobResponse.Builder.overallBestTrainingJob(HyperParameterTrainingJobSummary overallBestTrainingJob)
If the hyperparameter tuning job is an warm start tuning job with a
WarmStartType of
IDENTICAL_DATA_AND_ALGORITHM, this is the TrainingJobSummary for the training job with
the best objective metric value of all training jobs launched by this tuning job and all parent jobs
specified for the warm start tuning job. |
ListTrainingJobsForHyperParameterTuningJobResponse.Builder |
ListTrainingJobsForHyperParameterTuningJobResponse.Builder.trainingJobSummaries(HyperParameterTrainingJobSummary... trainingJobSummaries)
A list of TrainingJobSummary objects that describe the training jobs that the
ListTrainingJobsForHyperParameterTuningJob request returned. |
| Modifier and Type | Method and Description |
|---|---|
ListTrainingJobsForHyperParameterTuningJobResponse.Builder |
ListTrainingJobsForHyperParameterTuningJobResponse.Builder.trainingJobSummaries(Collection<HyperParameterTrainingJobSummary> trainingJobSummaries)
A list of TrainingJobSummary objects that describe the training jobs that the
ListTrainingJobsForHyperParameterTuningJob request returned. |
Copyright © 2019. All rights reserved.