| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model | |
| software.amazon.awssdk.services.sagemaker.paginators |
| Modifier and Type | Method and Description |
|---|---|
HyperParameterTrainingJobSummary |
HyperParameterTuningJobSearchEntity.bestTrainingJob()
Returns the value of the BestTrainingJob property for this object.
|
HyperParameterTrainingJobSummary |
DescribeHyperParameterTuningJobResponse.bestTrainingJob()
A TrainingJobSummary object that describes the training job that completed with the best current
HyperParameterTuningJobObjective.
|
HyperParameterTrainingJobSummary |
HyperParameterTuningJobSearchEntity.overallBestTrainingJob()
Returns the value of the OverallBestTrainingJob property for this object.
|
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 |
|---|---|
HyperParameterTuningJobSearchEntity.Builder |
HyperParameterTuningJobSearchEntity.Builder.bestTrainingJob(HyperParameterTrainingJobSummary bestTrainingJob)
Sets the value of the BestTrainingJob property for this object.
|
DescribeHyperParameterTuningJobResponse.Builder |
DescribeHyperParameterTuningJobResponse.Builder.bestTrainingJob(HyperParameterTrainingJobSummary bestTrainingJob)
A TrainingJobSummary object that describes the training job that completed with the best current
HyperParameterTuningJobObjective.
|
HyperParameterTuningJobSearchEntity.Builder |
HyperParameterTuningJobSearchEntity.Builder.overallBestTrainingJob(HyperParameterTrainingJobSummary overallBestTrainingJob)
Sets the value of the OverallBestTrainingJob property for this object.
|
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. |
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<HyperParameterTrainingJobSummary> |
ListTrainingJobsForHyperParameterTuningJobIterable.trainingJobSummaries()
Returns an iterable to iterate through the paginated
ListTrainingJobsForHyperParameterTuningJobResponse.trainingJobSummaries() member. |
SdkPublisher<HyperParameterTrainingJobSummary> |
ListTrainingJobsForHyperParameterTuningJobPublisher.trainingJobSummaries()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2023. All rights reserved.