public static interface HyperParameterTrainingJobSummary.Builder extends SdkPojo, CopyableBuilder<HyperParameterTrainingJobSummary.Builder,HyperParameterTrainingJobSummary>
Modifier and Type | Method and Description |
---|---|
HyperParameterTrainingJobSummary.Builder |
creationTime(Instant creationTime)
The date and time that the training job was created.
|
HyperParameterTrainingJobSummary.Builder |
failureReason(String failureReason)
The reason that the training job failed.
|
default 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 |
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 |
objectiveStatus(ObjectiveStatus objectiveStatus)
The status of the objective metric for the training job:
|
HyperParameterTrainingJobSummary.Builder |
objectiveStatus(String objectiveStatus)
The status of the objective metric for the training job:
|
HyperParameterTrainingJobSummary.Builder |
trainingEndTime(Instant trainingEndTime)
The date and time that the training job ended.
|
HyperParameterTrainingJobSummary.Builder |
trainingJobArn(String trainingJobArn)
The Amazon Resource Name (ARN) of the training job.
|
HyperParameterTrainingJobSummary.Builder |
trainingJobName(String trainingJobName)
The name of the training job.
|
HyperParameterTrainingJobSummary.Builder |
trainingJobStatus(String trainingJobStatus)
The status of the training job.
|
HyperParameterTrainingJobSummary.Builder |
trainingJobStatus(TrainingJobStatus trainingJobStatus)
The status of the training job.
|
HyperParameterTrainingJobSummary.Builder |
trainingStartTime(Instant trainingStartTime)
The date and time that the training job started.
|
HyperParameterTrainingJobSummary.Builder |
tunedHyperParameters(Map<String,String> tunedHyperParameters)
A list of the hyperparameters for which you specified ranges to search.
|
HyperParameterTrainingJobSummary.Builder |
tuningJobName(String tuningJobName)
The name of the hyperparameter tuning job that launched this training job.
|
copy
applyMutation, build
HyperParameterTrainingJobSummary.Builder trainingJobName(String trainingJobName)
The name of the training job.
trainingJobName
- The name of the training job.HyperParameterTrainingJobSummary.Builder trainingJobArn(String trainingJobArn)
The Amazon Resource Name (ARN) of the training job.
trainingJobArn
- The Amazon Resource Name (ARN) of the training job.HyperParameterTrainingJobSummary.Builder tuningJobName(String tuningJobName)
The name of the hyperparameter tuning job that launched this training job.
tuningJobName
- The name of the hyperparameter tuning job that launched this training job.HyperParameterTrainingJobSummary.Builder creationTime(Instant creationTime)
The date and time that the training job was created.
creationTime
- The date and time that the training job was created.HyperParameterTrainingJobSummary.Builder trainingStartTime(Instant trainingStartTime)
The date and time that the training job started.
trainingStartTime
- The date and time that the training job started.HyperParameterTrainingJobSummary.Builder trainingEndTime(Instant trainingEndTime)
The date and time that the training job ended.
trainingEndTime
- The date and time that the training job ended.HyperParameterTrainingJobSummary.Builder trainingJobStatus(String trainingJobStatus)
The status of the training job.
trainingJobStatus
- The status of the training job.TrainingJobStatus
,
TrainingJobStatus
HyperParameterTrainingJobSummary.Builder trainingJobStatus(TrainingJobStatus trainingJobStatus)
The status of the training job.
trainingJobStatus
- The status of the training job.TrainingJobStatus
,
TrainingJobStatus
HyperParameterTrainingJobSummary.Builder tunedHyperParameters(Map<String,String> tunedHyperParameters)
A list of the hyperparameters for which you specified ranges to search.
tunedHyperParameters
- A list of the hyperparameters for which you specified ranges to search.HyperParameterTrainingJobSummary.Builder failureReason(String failureReason)
The reason that the training job failed.
failureReason
- The reason that the training job failed.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.
finalHyperParameterTuningJobObjectiveMetric
- The FinalHyperParameterTuningJobObjectiveMetric object that specifies the value of the
objective metric of the tuning job that launched this training job.default 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.
This is a convenience that creates an instance of theFinalHyperParameterTuningJobObjectiveMetric.Builder
avoiding the need to create one manually via
FinalHyperParameterTuningJobObjectiveMetric.builder()
.
When the Consumer
completes, SdkBuilder.build()
is
called immediately and its result is passed to
finalHyperParameterTuningJobObjectiveMetric(FinalHyperParameterTuningJobObjectiveMetric)
.finalHyperParameterTuningJobObjectiveMetric
- a consumer that will call methods on FinalHyperParameterTuningJobObjectiveMetric.Builder
finalHyperParameterTuningJobObjectiveMetric(FinalHyperParameterTuningJobObjectiveMetric)
HyperParameterTrainingJobSummary.Builder objectiveStatus(String objectiveStatus)
The status of the objective metric for the training job:
Succeeded: The final objective metric for the training job was evaluated by the hyperparameter tuning job and used in the hyperparameter tuning process.
Pending: The training job is in progress and evaluation of its final objective metric is pending.
Failed: The final objective metric for the training job was not evaluated, and was not used in the hyperparameter tuning process. This typically occurs when the training job failed or did not emit an objective metric.
objectiveStatus
- The status of the objective metric for the training job:
Succeeded: The final objective metric for the training job was evaluated by the hyperparameter tuning job and used in the hyperparameter tuning process.
Pending: The training job is in progress and evaluation of its final objective metric is pending.
Failed: The final objective metric for the training job was not evaluated, and was not used in the hyperparameter tuning process. This typically occurs when the training job failed or did not emit an objective metric.
ObjectiveStatus
,
ObjectiveStatus
HyperParameterTrainingJobSummary.Builder objectiveStatus(ObjectiveStatus objectiveStatus)
The status of the objective metric for the training job:
Succeeded: The final objective metric for the training job was evaluated by the hyperparameter tuning job and used in the hyperparameter tuning process.
Pending: The training job is in progress and evaluation of its final objective metric is pending.
Failed: The final objective metric for the training job was not evaluated, and was not used in the hyperparameter tuning process. This typically occurs when the training job failed or did not emit an objective metric.
objectiveStatus
- The status of the objective metric for the training job:
Succeeded: The final objective metric for the training job was evaluated by the hyperparameter tuning job and used in the hyperparameter tuning process.
Pending: The training job is in progress and evaluation of its final objective metric is pending.
Failed: The final objective metric for the training job was not evaluated, and was not used in the hyperparameter tuning process. This typically occurs when the training job failed or did not emit an objective metric.
ObjectiveStatus
,
ObjectiveStatus
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.