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) |
|
HyperParameterTrainingJobSummary.Builder |
HyperParameterTrainingJobSummary.Builder.finalHyperParameterTuningJobObjectiveMetric(FinalHyperParameterTuningJobObjectiveMetric finalHyperParameterTuningJobObjectiveMetric) |
|
HyperParameterTrainingJobSummary.Builder |
HyperParameterTrainingJobSummary.Builder.objectiveStatus(String objectiveStatus) |
The status of the objective metric for the training job:
|
HyperParameterTrainingJobSummary.Builder |
HyperParameterTrainingJobSummary.Builder.objectiveStatus(ObjectiveStatus 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.
|