@Generated(value="software.amazon.awssdk:codegen") public final class DescribeHyperParameterTuningJobResponse extends SageMakerResponse implements ToCopyableBuilder<DescribeHyperParameterTuningJobResponse.Builder,DescribeHyperParameterTuningJobResponse>
Modifier and Type | Class and Description |
---|---|
static interface |
DescribeHyperParameterTuningJobResponse.Builder |
Modifier and Type | Method and Description |
---|---|
HyperParameterTrainingJobSummary |
bestTrainingJob()
A TrainingJobSummary object that describes the training job that completed with the best current
HyperParameterTuningJobObjective.
|
static DescribeHyperParameterTuningJobResponse.Builder |
builder() |
Instant |
creationTime()
The date and time that the tuning job started.
|
boolean |
equals(Object obj) |
String |
failureReason()
If the tuning job failed, the reason it failed.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz)
Used to retrieve the value of a field from any class that extends
SdkResponse . |
int |
hashCode() |
Instant |
hyperParameterTuningEndTime()
The date and time that the tuning job ended.
|
String |
hyperParameterTuningJobArn()
The Amazon Resource Name (ARN) of the tuning job.
|
HyperParameterTuningJobConfig |
hyperParameterTuningJobConfig()
The HyperParameterTuningJobConfig object that specifies the configuration of the tuning job.
|
String |
hyperParameterTuningJobName()
The name of the tuning job.
|
HyperParameterTuningJobStatus |
hyperParameterTuningJobStatus()
The status of the tuning job: InProgress, Completed, Failed, Stopping, or Stopped.
|
String |
hyperParameterTuningJobStatusAsString()
The status of the tuning job: InProgress, Completed, Failed, Stopping, or Stopped.
|
Instant |
lastModifiedTime()
The date and time that the status of the tuning job was modified.
|
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.
|
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. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeHyperParameterTuningJobResponse.Builder> |
serializableBuilderClass() |
DescribeHyperParameterTuningJobResponse.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
HyperParameterTrainingJobDefinition |
trainingJobDefinition()
The HyperParameterTrainingJobDefinition object that specifies the definition of the training jobs that
this tuning job launches.
|
TrainingJobStatusCounters |
trainingJobStatusCounters()
The TrainingJobStatusCounters object that specifies the number of training jobs, categorized by status,
that this tuning job launched.
|
HyperParameterTuningJobWarmStartConfig |
warmStartConfig()
The configuration for starting the hyperparameter parameter tuning job using one or more previous tuning jobs as
a starting point.
|
responseMetadata
sdkHttpResponse
copy
public String hyperParameterTuningJobName()
The name of the tuning job.
public String hyperParameterTuningJobArn()
The Amazon Resource Name (ARN) of the tuning job.
public HyperParameterTuningJobConfig hyperParameterTuningJobConfig()
The HyperParameterTuningJobConfig object that specifies the configuration of the tuning job.
public HyperParameterTrainingJobDefinition trainingJobDefinition()
The HyperParameterTrainingJobDefinition object that specifies the definition of the training jobs that this tuning job launches.
public HyperParameterTuningJobStatus hyperParameterTuningJobStatus()
The status of the tuning job: InProgress, Completed, Failed, Stopping, or Stopped.
If the service returns an enum value that is not available in the current SDK version,
hyperParameterTuningJobStatus
will return HyperParameterTuningJobStatus.UNKNOWN_TO_SDK_VERSION
.
The raw value returned by the service is available from hyperParameterTuningJobStatusAsString()
.
HyperParameterTuningJobStatus
public String hyperParameterTuningJobStatusAsString()
The status of the tuning job: InProgress, Completed, Failed, Stopping, or Stopped.
If the service returns an enum value that is not available in the current SDK version,
hyperParameterTuningJobStatus
will return HyperParameterTuningJobStatus.UNKNOWN_TO_SDK_VERSION
.
The raw value returned by the service is available from hyperParameterTuningJobStatusAsString()
.
HyperParameterTuningJobStatus
public Instant creationTime()
The date and time that the tuning job started.
public Instant hyperParameterTuningEndTime()
The date and time that the tuning job ended.
public Instant lastModifiedTime()
The date and time that the status of the tuning job was modified.
public TrainingJobStatusCounters trainingJobStatusCounters()
The TrainingJobStatusCounters object that specifies the number of training jobs, categorized by status, that this tuning job launched.
public 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.
public HyperParameterTrainingJobSummary bestTrainingJob()
A TrainingJobSummary object that describes the training job that completed with the best current HyperParameterTuningJobObjective.
public 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.
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.public 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.
public String failureReason()
If the tuning job failed, the reason it failed.
public DescribeHyperParameterTuningJobResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribeHyperParameterTuningJobResponse.Builder,DescribeHyperParameterTuningJobResponse>
toBuilder
in class AwsResponse
public static DescribeHyperParameterTuningJobResponse.Builder builder()
public static Class<? extends DescribeHyperParameterTuningJobResponse.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
SdkResponse
SdkResponse
. The field name
specified should match the member name from the corresponding service-2.json model specified in the
codegen-resources folder for a given service. The class specifies what class to cast the returned value to.
If the returned value is also a modeled class, the SdkResponse.getValueForField(String, Class)
method will
again be available.getValueForField
in class SdkResponse
fieldName
- The name of the member to be retrieved.clazz
- The class to cast the returned object to.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.