| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
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.
|
DescribeHyperParameterTuningJobResponse.Builder |
DescribeHyperParameterTuningJobResponse.Builder.bestTrainingJob(HyperParameterTrainingJobSummary bestTrainingJob)
A TrainingJobSummary object that describes the training job that completed with the best current
HyperParameterTuningJobObjective.
|
static DescribeHyperParameterTuningJobResponse.Builder |
DescribeHyperParameterTuningJobResponse.builder() |
DescribeHyperParameterTuningJobResponse.Builder |
DescribeHyperParameterTuningJobResponse.Builder.creationTime(Instant creationTime)
The date and time that the tuning job started.
|
DescribeHyperParameterTuningJobResponse.Builder |
DescribeHyperParameterTuningJobResponse.Builder.failureReason(String failureReason)
If the tuning job failed, the reason it failed.
|
DescribeHyperParameterTuningJobResponse.Builder |
DescribeHyperParameterTuningJobResponse.Builder.hyperParameterTuningEndTime(Instant hyperParameterTuningEndTime)
The date and time that the tuning job ended.
|
DescribeHyperParameterTuningJobResponse.Builder |
DescribeHyperParameterTuningJobResponse.Builder.hyperParameterTuningJobArn(String hyperParameterTuningJobArn)
The Amazon Resource Name (ARN) of the tuning job.
|
default DescribeHyperParameterTuningJobResponse.Builder |
DescribeHyperParameterTuningJobResponse.Builder.hyperParameterTuningJobConfig(Consumer<HyperParameterTuningJobConfig.Builder> hyperParameterTuningJobConfig)
The HyperParameterTuningJobConfig object that specifies the configuration of the tuning job.
|
DescribeHyperParameterTuningJobResponse.Builder |
DescribeHyperParameterTuningJobResponse.Builder.hyperParameterTuningJobConfig(HyperParameterTuningJobConfig hyperParameterTuningJobConfig)
The HyperParameterTuningJobConfig object that specifies the configuration of the tuning job.
|
DescribeHyperParameterTuningJobResponse.Builder |
DescribeHyperParameterTuningJobResponse.Builder.hyperParameterTuningJobName(String hyperParameterTuningJobName)
The name of the tuning job.
|
DescribeHyperParameterTuningJobResponse.Builder |
DescribeHyperParameterTuningJobResponse.Builder.hyperParameterTuningJobStatus(HyperParameterTuningJobStatus hyperParameterTuningJobStatus)
The status of the tuning job: InProgress, Completed, Failed, Stopping, or Stopped.
|
DescribeHyperParameterTuningJobResponse.Builder |
DescribeHyperParameterTuningJobResponse.Builder.hyperParameterTuningJobStatus(String hyperParameterTuningJobStatus)
The status of the tuning job: InProgress, Completed, Failed, Stopping, or Stopped.
|
DescribeHyperParameterTuningJobResponse.Builder |
DescribeHyperParameterTuningJobResponse.Builder.lastModifiedTime(Instant lastModifiedTime)
The date and time that the status of the tuning job was modified.
|
default DescribeHyperParameterTuningJobResponse.Builder |
DescribeHyperParameterTuningJobResponse.Builder.objectiveStatusCounters(Consumer<ObjectiveStatusCounters.Builder> objectiveStatusCounters)
The ObjectiveStatusCounters object that specifies the number of training jobs, categorized by the
status of their final objective metric, that this tuning job launched.
|
DescribeHyperParameterTuningJobResponse.Builder |
DescribeHyperParameterTuningJobResponse.Builder.objectiveStatusCounters(ObjectiveStatusCounters objectiveStatusCounters)
The ObjectiveStatusCounters object that specifies the number of training jobs, categorized by the
status of their final objective metric, that this tuning job launched.
|
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. |
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. |
DescribeHyperParameterTuningJobResponse.Builder |
DescribeHyperParameterTuningJobResponse.toBuilder() |
default DescribeHyperParameterTuningJobResponse.Builder |
DescribeHyperParameterTuningJobResponse.Builder.trainingJobDefinition(Consumer<HyperParameterTrainingJobDefinition.Builder> trainingJobDefinition)
The HyperParameterTrainingJobDefinition object that specifies the definition of the training jobs that
this tuning job launches.
|
DescribeHyperParameterTuningJobResponse.Builder |
DescribeHyperParameterTuningJobResponse.Builder.trainingJobDefinition(HyperParameterTrainingJobDefinition trainingJobDefinition)
The HyperParameterTrainingJobDefinition object that specifies the definition of the training jobs that
this tuning job launches.
|
DescribeHyperParameterTuningJobResponse.Builder |
DescribeHyperParameterTuningJobResponse.Builder.trainingJobDefinitions(Collection<HyperParameterTrainingJobDefinition> trainingJobDefinitions)
A list of the HyperParameterTrainingJobDefinition objects launched for this tuning job.
|
DescribeHyperParameterTuningJobResponse.Builder |
DescribeHyperParameterTuningJobResponse.Builder.trainingJobDefinitions(Consumer<HyperParameterTrainingJobDefinition.Builder>... trainingJobDefinitions)
A list of the HyperParameterTrainingJobDefinition objects launched for this tuning job.
|
DescribeHyperParameterTuningJobResponse.Builder |
DescribeHyperParameterTuningJobResponse.Builder.trainingJobDefinitions(HyperParameterTrainingJobDefinition... trainingJobDefinitions)
A list of the HyperParameterTrainingJobDefinition objects launched for this tuning job.
|
default DescribeHyperParameterTuningJobResponse.Builder |
DescribeHyperParameterTuningJobResponse.Builder.trainingJobStatusCounters(Consumer<TrainingJobStatusCounters.Builder> trainingJobStatusCounters)
The TrainingJobStatusCounters object that specifies the number of training jobs, categorized by
status, that this tuning job launched.
|
DescribeHyperParameterTuningJobResponse.Builder |
DescribeHyperParameterTuningJobResponse.Builder.trainingJobStatusCounters(TrainingJobStatusCounters trainingJobStatusCounters)
The TrainingJobStatusCounters object that specifies the number of training jobs, categorized by
status, that this tuning job launched.
|
default DescribeHyperParameterTuningJobResponse.Builder |
DescribeHyperParameterTuningJobResponse.Builder.warmStartConfig(Consumer<HyperParameterTuningJobWarmStartConfig.Builder> warmStartConfig)
The configuration for starting the hyperparameter parameter tuning job using one or more previous tuning jobs
as a starting point.
|
DescribeHyperParameterTuningJobResponse.Builder |
DescribeHyperParameterTuningJobResponse.Builder.warmStartConfig(HyperParameterTuningJobWarmStartConfig warmStartConfig)
The configuration for starting the hyperparameter parameter tuning job using one or more previous tuning jobs
as a starting point.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribeHyperParameterTuningJobResponse.Builder> |
DescribeHyperParameterTuningJobResponse.serializableBuilderClass() |
Copyright © 2021. All rights reserved.