| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
HyperParameterTrainingJobSummary |
HyperParameterTrainingJobSummary.addTunedHyperParametersEntry(String key,
String value) |
HyperParameterTrainingJobSummary |
HyperParameterTrainingJobSummary.clearTunedHyperParametersEntries()
Removes all the entries added into TunedHyperParameters.
|
HyperParameterTrainingJobSummary |
HyperParameterTrainingJobSummary.clone() |
HyperParameterTrainingJobSummary |
DescribeHyperParameterTuningJobResult.getBestTrainingJob()
A TrainingJobSummary object that describes the training job that completed with the best current
HyperParameterTuningJobObjective.
|
HyperParameterTrainingJobSummary |
HyperParameterTrainingJobSummary.withCreationTime(Date creationTime)
The date and time that the training job was created.
|
HyperParameterTrainingJobSummary |
HyperParameterTrainingJobSummary.withFailureReason(String failureReason)
The reason that the training job failed.
|
HyperParameterTrainingJobSummary |
HyperParameterTrainingJobSummary.withFinalHyperParameterTuningJobObjectiveMetric(FinalHyperParameterTuningJobObjectiveMetric finalHyperParameterTuningJobObjectiveMetric)
The FinalHyperParameterTuningJobObjectiveMetric object that specifies the value of the objective metric of
the tuning job that launched this training job.
|
HyperParameterTrainingJobSummary |
HyperParameterTrainingJobSummary.withObjectiveStatus(ObjectiveStatus objectiveStatus)
The status of the objective metric for the training job:
|
HyperParameterTrainingJobSummary |
HyperParameterTrainingJobSummary.withObjectiveStatus(String objectiveStatus)
The status of the objective metric for the training job:
|
HyperParameterTrainingJobSummary |
HyperParameterTrainingJobSummary.withTrainingEndTime(Date trainingEndTime)
The date and time that the training job ended.
|
HyperParameterTrainingJobSummary |
HyperParameterTrainingJobSummary.withTrainingJobArn(String trainingJobArn)
The Amazon Resource Name (ARN) of the training job.
|
HyperParameterTrainingJobSummary |
HyperParameterTrainingJobSummary.withTrainingJobName(String trainingJobName)
The name of the training job.
|
HyperParameterTrainingJobSummary |
HyperParameterTrainingJobSummary.withTrainingJobStatus(String trainingJobStatus)
The status of the training job.
|
HyperParameterTrainingJobSummary |
HyperParameterTrainingJobSummary.withTrainingJobStatus(TrainingJobStatus trainingJobStatus)
The status of the training job.
|
HyperParameterTrainingJobSummary |
HyperParameterTrainingJobSummary.withTrainingStartTime(Date trainingStartTime)
The date and time that the training job started.
|
HyperParameterTrainingJobSummary |
HyperParameterTrainingJobSummary.withTunedHyperParameters(Map<String,String> tunedHyperParameters)
A list of the hyperparameters for which you specified ranges to search.
|
| Modifier and Type | Method and Description |
|---|---|
List<HyperParameterTrainingJobSummary> |
ListTrainingJobsForHyperParameterTuningJobResult.getTrainingJobSummaries()
A list of TrainingJobSummary objects that describe the training jobs that the
ListTrainingJobsForHyperParameterTuningJob request returned. |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeHyperParameterTuningJobResult.setBestTrainingJob(HyperParameterTrainingJobSummary bestTrainingJob)
A TrainingJobSummary object that describes the training job that completed with the best current
HyperParameterTuningJobObjective.
|
DescribeHyperParameterTuningJobResult |
DescribeHyperParameterTuningJobResult.withBestTrainingJob(HyperParameterTrainingJobSummary bestTrainingJob)
A TrainingJobSummary object that describes the training job that completed with the best current
HyperParameterTuningJobObjective.
|
ListTrainingJobsForHyperParameterTuningJobResult |
ListTrainingJobsForHyperParameterTuningJobResult.withTrainingJobSummaries(HyperParameterTrainingJobSummary... trainingJobSummaries)
A list of TrainingJobSummary objects that describe the training jobs that the
ListTrainingJobsForHyperParameterTuningJob request returned. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListTrainingJobsForHyperParameterTuningJobResult.setTrainingJobSummaries(Collection<HyperParameterTrainingJobSummary> trainingJobSummaries)
A list of TrainingJobSummary objects that describe the training jobs that the
ListTrainingJobsForHyperParameterTuningJob request returned. |
ListTrainingJobsForHyperParameterTuningJobResult |
ListTrainingJobsForHyperParameterTuningJobResult.withTrainingJobSummaries(Collection<HyperParameterTrainingJobSummary> trainingJobSummaries)
A list of TrainingJobSummary objects that describe the training jobs that the
ListTrainingJobsForHyperParameterTuningJob request returned. |
Copyright © 2018. All rights reserved.