| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static HyperParameterTrainingJobSummary.Builder |
HyperParameterTrainingJobSummary.builder() |
HyperParameterTrainingJobSummary.Builder |
HyperParameterTrainingJobSummary.Builder.creationTime(Instant creationTime)
The date and time that the training job was created.
|
HyperParameterTrainingJobSummary.Builder |
HyperParameterTrainingJobSummary.Builder.failureReason(String failureReason)
The reason that the training job failed.
|
default HyperParameterTrainingJobSummary.Builder |
HyperParameterTrainingJobSummary.Builder.finalHyperParameterTuningJobObjectiveMetric(Consumer<FinalHyperParameterTuningJobObjectiveMetric.Builder> finalHyperParameterTuningJobObjectiveMetric)
The FinalHyperParameterTuningJobObjectiveMetric object that specifies the value of the objective metric of
the tuning job that launched this training job.
|
HyperParameterTrainingJobSummary.Builder |
HyperParameterTrainingJobSummary.Builder.finalHyperParameterTuningJobObjectiveMetric(FinalHyperParameterTuningJobObjectiveMetric finalHyperParameterTuningJobObjectiveMetric)
The FinalHyperParameterTuningJobObjectiveMetric object that specifies the value of the objective metric of
the tuning job that launched this training job.
|
HyperParameterTrainingJobSummary.Builder |
HyperParameterTrainingJobSummary.Builder.objectiveStatus(ObjectiveStatus objectiveStatus)
The status of the objective metric for the training job:
|
HyperParameterTrainingJobSummary.Builder |
HyperParameterTrainingJobSummary.Builder.objectiveStatus(String objectiveStatus)
The status of the objective metric for the training job:
|
HyperParameterTrainingJobSummary.Builder |
HyperParameterTrainingJobSummary.toBuilder() |
HyperParameterTrainingJobSummary.Builder |
HyperParameterTrainingJobSummary.Builder.trainingEndTime(Instant trainingEndTime)
Specifies the time when the training job ends on training instances.
|
HyperParameterTrainingJobSummary.Builder |
HyperParameterTrainingJobSummary.Builder.trainingJobArn(String trainingJobArn)
The Amazon Resource Name (ARN) of the training job.
|
HyperParameterTrainingJobSummary.Builder |
HyperParameterTrainingJobSummary.Builder.trainingJobDefinitionName(String trainingJobDefinitionName)
The training job definition name.
|
HyperParameterTrainingJobSummary.Builder |
HyperParameterTrainingJobSummary.Builder.trainingJobName(String trainingJobName)
The name of the training job.
|
HyperParameterTrainingJobSummary.Builder |
HyperParameterTrainingJobSummary.Builder.trainingJobStatus(String trainingJobStatus)
The status of the training job.
|
HyperParameterTrainingJobSummary.Builder |
HyperParameterTrainingJobSummary.Builder.trainingJobStatus(TrainingJobStatus trainingJobStatus)
The status of the training job.
|
HyperParameterTrainingJobSummary.Builder |
HyperParameterTrainingJobSummary.Builder.trainingStartTime(Instant trainingStartTime)
The date and time that the training job started.
|
HyperParameterTrainingJobSummary.Builder |
HyperParameterTrainingJobSummary.Builder.tunedHyperParameters(Map<String,String> tunedHyperParameters)
A list of the hyperparameters for which you specified ranges to search.
|
HyperParameterTrainingJobSummary.Builder |
HyperParameterTrainingJobSummary.Builder.tuningJobName(String tuningJobName)
The HyperParameter tuning job that launched the training job.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends HyperParameterTrainingJobSummary.Builder> |
HyperParameterTrainingJobSummary.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default HyperParameterTuningJobSearchEntity.Builder |
HyperParameterTuningJobSearchEntity.Builder.bestTrainingJob(Consumer<HyperParameterTrainingJobSummary.Builder> bestTrainingJob)
Sets the value of the BestTrainingJob property for this object.
|
default DescribeHyperParameterTuningJobResponse.Builder |
DescribeHyperParameterTuningJobResponse.Builder.bestTrainingJob(Consumer<HyperParameterTrainingJobSummary.Builder> bestTrainingJob)
A
TrainingJobSummary object that describes the training job that completed with the best current HyperParameterTuningJobObjective.
|
default HyperParameterTuningJobSearchEntity.Builder |
HyperParameterTuningJobSearchEntity.Builder.overallBestTrainingJob(Consumer<HyperParameterTrainingJobSummary.Builder> overallBestTrainingJob)
Sets the value of the OverallBestTrainingJob property for this object.
|
default DescribeHyperParameterTuningJobResponse.Builder |
DescribeHyperParameterTuningJobResponse.Builder.overallBestTrainingJob(Consumer<HyperParameterTrainingJobSummary.Builder> 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. |
Copyright © 2023. All rights reserved.