public static interface DescribeHyperParameterTuningJobResponse.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<DescribeHyperParameterTuningJobResponse.Builder,DescribeHyperParameterTuningJobResponse>
Modifier and Type | Method and Description |
---|---|
default DescribeHyperParameterTuningJobResponse.Builder |
bestTrainingJob(Consumer<HyperParameterTrainingJobSummary.Builder> bestTrainingJob)
A TrainingJobSummary object that describes the training job that completed with the best current
HyperParameterTuningJobObjective.
|
DescribeHyperParameterTuningJobResponse.Builder |
bestTrainingJob(HyperParameterTrainingJobSummary bestTrainingJob)
A TrainingJobSummary object that describes the training job that completed with the best current
HyperParameterTuningJobObjective.
|
DescribeHyperParameterTuningJobResponse.Builder |
creationTime(Instant creationTime)
The date and time that the tuning job started.
|
DescribeHyperParameterTuningJobResponse.Builder |
failureReason(String failureReason)
If the tuning job failed, the reason it failed.
|
DescribeHyperParameterTuningJobResponse.Builder |
hyperParameterTuningEndTime(Instant hyperParameterTuningEndTime)
The date and time that the tuning job ended.
|
DescribeHyperParameterTuningJobResponse.Builder |
hyperParameterTuningJobArn(String hyperParameterTuningJobArn)
The Amazon Resource Name (ARN) of the tuning job.
|
default DescribeHyperParameterTuningJobResponse.Builder |
hyperParameterTuningJobConfig(Consumer<HyperParameterTuningJobConfig.Builder> hyperParameterTuningJobConfig)
The HyperParameterTuningJobConfig object that specifies the configuration of the tuning job.
|
DescribeHyperParameterTuningJobResponse.Builder |
hyperParameterTuningJobConfig(HyperParameterTuningJobConfig hyperParameterTuningJobConfig)
The HyperParameterTuningJobConfig object that specifies the configuration of the tuning job.
|
DescribeHyperParameterTuningJobResponse.Builder |
hyperParameterTuningJobName(String hyperParameterTuningJobName)
The name of the tuning job.
|
DescribeHyperParameterTuningJobResponse.Builder |
hyperParameterTuningJobStatus(HyperParameterTuningJobStatus hyperParameterTuningJobStatus)
The status of the tuning job: InProgress, Completed, Failed, Stopping, or Stopped.
|
DescribeHyperParameterTuningJobResponse.Builder |
hyperParameterTuningJobStatus(String hyperParameterTuningJobStatus)
The status of the tuning job: InProgress, Completed, Failed, Stopping, or Stopped.
|
DescribeHyperParameterTuningJobResponse.Builder |
lastModifiedTime(Instant lastModifiedTime)
The date and time that the status of the tuning job was modified.
|
default 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 |
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 |
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 |
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. |
default 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 |
trainingJobDefinition(HyperParameterTrainingJobDefinition trainingJobDefinition)
The HyperParameterTrainingJobDefinition object that specifies the definition of the training jobs that
this tuning job launches.
|
DescribeHyperParameterTuningJobResponse.Builder |
trainingJobDefinitions(Collection<HyperParameterTrainingJobDefinition> trainingJobDefinitions)
A list of the HyperParameterTrainingJobDefinition objects launched for this tuning job.
|
DescribeHyperParameterTuningJobResponse.Builder |
trainingJobDefinitions(Consumer<HyperParameterTrainingJobDefinition.Builder>... trainingJobDefinitions)
A list of the HyperParameterTrainingJobDefinition objects launched for this tuning job.
|
DescribeHyperParameterTuningJobResponse.Builder |
trainingJobDefinitions(HyperParameterTrainingJobDefinition... trainingJobDefinitions)
A list of the HyperParameterTrainingJobDefinition objects launched for this tuning job.
|
default 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 |
trainingJobStatusCounters(TrainingJobStatusCounters trainingJobStatusCounters)
The TrainingJobStatusCounters object that specifies the number of training jobs, categorized by
status, that this tuning job launched.
|
default 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 |
warmStartConfig(HyperParameterTuningJobWarmStartConfig warmStartConfig)
The configuration for starting the hyperparameter parameter tuning job using one or more previous tuning jobs
as a starting point.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
DescribeHyperParameterTuningJobResponse.Builder hyperParameterTuningJobName(String hyperParameterTuningJobName)
The name of the tuning job.
hyperParameterTuningJobName
- The name of the tuning job.DescribeHyperParameterTuningJobResponse.Builder hyperParameterTuningJobArn(String hyperParameterTuningJobArn)
The Amazon Resource Name (ARN) of the tuning job.
hyperParameterTuningJobArn
- The Amazon Resource Name (ARN) of the tuning job.DescribeHyperParameterTuningJobResponse.Builder hyperParameterTuningJobConfig(HyperParameterTuningJobConfig hyperParameterTuningJobConfig)
The HyperParameterTuningJobConfig object that specifies the configuration of the tuning job.
hyperParameterTuningJobConfig
- The HyperParameterTuningJobConfig object that specifies the configuration of the tuning job.default DescribeHyperParameterTuningJobResponse.Builder hyperParameterTuningJobConfig(Consumer<HyperParameterTuningJobConfig.Builder> hyperParameterTuningJobConfig)
The HyperParameterTuningJobConfig object that specifies the configuration of the tuning job.
This is a convenience method that creates an instance of theHyperParameterTuningJobConfig.Builder
avoiding the need to create one manually via HyperParameterTuningJobConfig.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called
immediately and its result is passed to hyperParameterTuningJobConfig(HyperParameterTuningJobConfig)
.hyperParameterTuningJobConfig
- a consumer that will call methods on HyperParameterTuningJobConfig.Builder
hyperParameterTuningJobConfig(HyperParameterTuningJobConfig)
DescribeHyperParameterTuningJobResponse.Builder trainingJobDefinition(HyperParameterTrainingJobDefinition trainingJobDefinition)
The HyperParameterTrainingJobDefinition object that specifies the definition of the training jobs that this tuning job launches.
trainingJobDefinition
- The HyperParameterTrainingJobDefinition object that specifies the definition of the training
jobs that this tuning job launches.default DescribeHyperParameterTuningJobResponse.Builder trainingJobDefinition(Consumer<HyperParameterTrainingJobDefinition.Builder> trainingJobDefinition)
The HyperParameterTrainingJobDefinition object that specifies the definition of the training jobs that this tuning job launches.
This is a convenience method that creates an instance of theHyperParameterTrainingJobDefinition.Builder
avoiding the need to create one manually via
HyperParameterTrainingJobDefinition.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called
immediately and its result is passed to trainingJobDefinition(HyperParameterTrainingJobDefinition)
.trainingJobDefinition
- a consumer that will call methods on HyperParameterTrainingJobDefinition.Builder
trainingJobDefinition(HyperParameterTrainingJobDefinition)
DescribeHyperParameterTuningJobResponse.Builder trainingJobDefinitions(Collection<HyperParameterTrainingJobDefinition> trainingJobDefinitions)
A list of the HyperParameterTrainingJobDefinition objects launched for this tuning job.
trainingJobDefinitions
- A list of the HyperParameterTrainingJobDefinition objects launched for this tuning job.DescribeHyperParameterTuningJobResponse.Builder trainingJobDefinitions(HyperParameterTrainingJobDefinition... trainingJobDefinitions)
A list of the HyperParameterTrainingJobDefinition objects launched for this tuning job.
trainingJobDefinitions
- A list of the HyperParameterTrainingJobDefinition objects launched for this tuning job.DescribeHyperParameterTuningJobResponse.Builder trainingJobDefinitions(Consumer<HyperParameterTrainingJobDefinition.Builder>... trainingJobDefinitions)
A list of the HyperParameterTrainingJobDefinition objects launched for this tuning job.
This is a convenience method that creates an instance of the.Builder
avoiding the need to create one manually via #builder()
.
When the Consumer
completes, List.Builder#build()
is
called immediately and its result is passed to #trainingJobDefinitions(List)
.trainingJobDefinitions
- a consumer that will call methods on List.Builder
#trainingJobDefinitions(List)
DescribeHyperParameterTuningJobResponse.Builder hyperParameterTuningJobStatus(String hyperParameterTuningJobStatus)
The status of the tuning job: InProgress, Completed, Failed, Stopping, or Stopped.
hyperParameterTuningJobStatus
- The status of the tuning job: InProgress, Completed, Failed, Stopping, or Stopped.HyperParameterTuningJobStatus
,
HyperParameterTuningJobStatus
DescribeHyperParameterTuningJobResponse.Builder hyperParameterTuningJobStatus(HyperParameterTuningJobStatus hyperParameterTuningJobStatus)
The status of the tuning job: InProgress, Completed, Failed, Stopping, or Stopped.
hyperParameterTuningJobStatus
- The status of the tuning job: InProgress, Completed, Failed, Stopping, or Stopped.HyperParameterTuningJobStatus
,
HyperParameterTuningJobStatus
DescribeHyperParameterTuningJobResponse.Builder creationTime(Instant creationTime)
The date and time that the tuning job started.
creationTime
- The date and time that the tuning job started.DescribeHyperParameterTuningJobResponse.Builder hyperParameterTuningEndTime(Instant hyperParameterTuningEndTime)
The date and time that the tuning job ended.
hyperParameterTuningEndTime
- The date and time that the tuning job ended.DescribeHyperParameterTuningJobResponse.Builder lastModifiedTime(Instant lastModifiedTime)
The date and time that the status of the tuning job was modified.
lastModifiedTime
- The date and time that the status of the tuning job was modified.DescribeHyperParameterTuningJobResponse.Builder trainingJobStatusCounters(TrainingJobStatusCounters trainingJobStatusCounters)
The TrainingJobStatusCounters object that specifies the number of training jobs, categorized by status, that this tuning job launched.
trainingJobStatusCounters
- The TrainingJobStatusCounters object that specifies the number of training jobs, categorized by
status, that this tuning job launched.default 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.
This is a convenience method that creates an instance of theTrainingJobStatusCounters.Builder
avoiding the need to create one manually via TrainingJobStatusCounters.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately
and its result is passed to trainingJobStatusCounters(TrainingJobStatusCounters)
.trainingJobStatusCounters
- a consumer that will call methods on TrainingJobStatusCounters.Builder
trainingJobStatusCounters(TrainingJobStatusCounters)
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.
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 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.
This is a convenience method that creates an instance of theObjectiveStatusCounters.Builder
avoiding
the need to create one manually via ObjectiveStatusCounters.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately
and its result is passed to objectiveStatusCounters(ObjectiveStatusCounters)
.objectiveStatusCounters
- a consumer that will call methods on ObjectiveStatusCounters.Builder
objectiveStatusCounters(ObjectiveStatusCounters)
DescribeHyperParameterTuningJobResponse.Builder bestTrainingJob(HyperParameterTrainingJobSummary bestTrainingJob)
A TrainingJobSummary object that describes the training job that completed with the best current HyperParameterTuningJobObjective.
bestTrainingJob
- A TrainingJobSummary object that describes the training job that completed with the best
current HyperParameterTuningJobObjective.default DescribeHyperParameterTuningJobResponse.Builder bestTrainingJob(Consumer<HyperParameterTrainingJobSummary.Builder> bestTrainingJob)
A TrainingJobSummary object that describes the training job that completed with the best current HyperParameterTuningJobObjective.
This is a convenience method that creates an instance of theHyperParameterTrainingJobSummary.Builder
avoiding the need to create one manually via HyperParameterTrainingJobSummary.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called
immediately and its result is passed to bestTrainingJob(HyperParameterTrainingJobSummary)
.bestTrainingJob
- a consumer that will call methods on HyperParameterTrainingJobSummary.Builder
bestTrainingJob(HyperParameterTrainingJobSummary)
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.
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.default 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.
HyperParameterTrainingJobSummary.Builder
avoiding the need to create one manually via HyperParameterTrainingJobSummary.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called
immediately and its result is passed to overallBestTrainingJob(HyperParameterTrainingJobSummary)
.overallBestTrainingJob
- a consumer that will call methods on HyperParameterTrainingJobSummary.Builder
overallBestTrainingJob(HyperParameterTrainingJobSummary)
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. The results of previous tuning jobs are used to inform which combinations of hyperparameters to search over in the new tuning job.
warmStartConfig
- The configuration for starting the hyperparameter parameter tuning job using one or more previous
tuning jobs as a starting point. The results of previous tuning jobs are used to inform which
combinations of hyperparameters to search over in the new tuning job.default 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. The results of previous tuning jobs are used to inform which combinations of hyperparameters to search over in the new tuning job.
This is a convenience method that creates an instance of theHyperParameterTuningJobWarmStartConfig.Builder
avoiding the need to create one manually via
HyperParameterTuningJobWarmStartConfig.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called
immediately and its result is passed to warmStartConfig(HyperParameterTuningJobWarmStartConfig)
.warmStartConfig
- a consumer that will call methods on HyperParameterTuningJobWarmStartConfig.Builder
warmStartConfig(HyperParameterTuningJobWarmStartConfig)
DescribeHyperParameterTuningJobResponse.Builder failureReason(String failureReason)
If the tuning job failed, the reason it failed.
failureReason
- If the tuning job failed, the reason it failed.Copyright © 2022. All rights reserved.