@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) |
boolean |
equalsBySdkFields(Object obj) |
String |
failureReason()
If the tuning job failed, the reason it failed.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasTrainingJobDefinitions()
Returns true if the TrainingJobDefinitions property was specified by the sender (it may be empty), or false if
the sender did not specify the value (it will be empty).
|
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() |
String |
toString()
Returns a string representation of this object.
|
HyperParameterTrainingJobDefinition |
trainingJobDefinition()
The HyperParameterTrainingJobDefinition object that specifies the definition of the training jobs that
this tuning job launches.
|
List<HyperParameterTrainingJobDefinition> |
trainingJobDefinitions()
A list of the HyperParameterTrainingJobDefinition objects launched for this tuning job.
|
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
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
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 boolean hasTrainingJobDefinitions()
public List<HyperParameterTrainingJobDefinition> trainingJobDefinitions()
A list of the HyperParameterTrainingJobDefinition objects launched for this tuning job.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasTrainingJobDefinitions()
to see if a value was sent in this field.
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()
toBuilder
in interface ToCopyableBuilder<DescribeHyperParameterTuningJobResponse.Builder,DescribeHyperParameterTuningJobResponse>
toBuilder
in class AwsResponse
public static DescribeHyperParameterTuningJobResponse.Builder builder()
public static Class<? extends DescribeHyperParameterTuningJobResponse.Builder> serializableBuilderClass()
public int hashCode()
hashCode
in class AwsResponse
public boolean equals(Object obj)
equals
in class AwsResponse
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkResponse
Copyright © 2020. All rights reserved.