@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()
For responses, this returns true if the service returned a value for the TrainingJobDefinitions property.
|
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 final String hyperParameterTuningJobName()
The name of the tuning job.
public final String hyperParameterTuningJobArn()
The Amazon Resource Name (ARN) of the tuning job.
public final HyperParameterTuningJobConfig hyperParameterTuningJobConfig()
The HyperParameterTuningJobConfig object that specifies the configuration of the tuning job.
public final HyperParameterTrainingJobDefinition trainingJobDefinition()
The HyperParameterTrainingJobDefinition object that specifies the definition of the training jobs that this tuning job launches.
public final boolean hasTrainingJobDefinitions()
isEmpty()
method on the
property). This is useful because the SDK will never return a null collection or map, but you may need to
differentiate between the service returning nothing (or null) and the service returning an empty collection or
map. For requests, this returns true if a value for the property was specified in the request builder, and false
if a value was not specified.public final 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.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasTrainingJobDefinitions()
method.
public final 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 final 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 final Instant creationTime()
The date and time that the tuning job started.
public final Instant hyperParameterTuningEndTime()
The date and time that the tuning job ended.
public final Instant lastModifiedTime()
The date and time that the status of the tuning job was modified.
public final TrainingJobStatusCounters trainingJobStatusCounters()
The TrainingJobStatusCounters object that specifies the number of training jobs, categorized by status, that this tuning job launched.
public final 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 final HyperParameterTrainingJobSummary bestTrainingJob()
A TrainingJobSummary object that describes the training job that completed with the best current HyperParameterTuningJobObjective.
public final 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 final 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 final 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 final int hashCode()
hashCode
in class AwsResponse
public final boolean equals(Object obj)
equals
in class AwsResponse
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkResponse
Copyright © 2022. All rights reserved.