@Generated(value="software.amazon.awssdk:codegen") public final class HyperParameterTuningJobSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<HyperParameterTuningJobSummary.Builder,HyperParameterTuningJobSummary>
Provides summary information about a hyperparameter tuning job.
| Modifier and Type | Class and Description |
|---|---|
static interface |
HyperParameterTuningJobSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static HyperParameterTuningJobSummary.Builder |
builder() |
Instant |
creationTime()
The date and time that the tuning job was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
hyperParameterTuningEndTime()
The date and time that the tuning job ended.
|
String |
hyperParameterTuningJobArn()
The Amazon Resource Name (ARN) of the tuning job.
|
String |
hyperParameterTuningJobName()
The name of the tuning job.
|
HyperParameterTuningJobStatus |
hyperParameterTuningJobStatus()
The status of the tuning job.
|
String |
hyperParameterTuningJobStatusAsString()
The status of the tuning job.
|
Instant |
lastModifiedTime()
The date and time that the tuning job was modified.
|
ObjectiveStatusCounters |
objectiveStatusCounters()
The ObjectiveStatusCounters object that specifies the numbers of training jobs, categorized by objective
metric status, that this tuning job launched.
|
ResourceLimits |
resourceLimits()
The ResourceLimits object that specifies the maximum number of training jobs and parallel training jobs
allowed for this tuning job.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends HyperParameterTuningJobSummary.Builder> |
serializableBuilderClass() |
HyperParameterTuningJobStrategyType |
strategy()
Specifies the search strategy hyperparameter tuning uses to choose which hyperparameters to evaluate at each
iteration.
|
String |
strategyAsString()
Specifies the search strategy hyperparameter tuning uses to choose which hyperparameters to evaluate at each
iteration.
|
HyperParameterTuningJobSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
TrainingJobStatusCounters |
trainingJobStatusCounters()
The TrainingJobStatusCounters object that specifies the numbers of training jobs, categorized by status,
that this tuning job launched.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String hyperParameterTuningJobName()
The name of the tuning job.
public final String hyperParameterTuningJobArn()
The Amazon Resource Name (ARN) of the tuning job.
public final HyperParameterTuningJobStatus hyperParameterTuningJobStatus()
The status of the tuning job.
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().
HyperParameterTuningJobStatuspublic final String hyperParameterTuningJobStatusAsString()
The status of the tuning job.
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().
HyperParameterTuningJobStatuspublic final HyperParameterTuningJobStrategyType strategy()
Specifies the search strategy hyperparameter tuning uses to choose which hyperparameters to evaluate at each iteration.
If the service returns an enum value that is not available in the current SDK version, strategy will
return HyperParameterTuningJobStrategyType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service
is available from strategyAsString().
HyperParameterTuningJobStrategyTypepublic final String strategyAsString()
Specifies the search strategy hyperparameter tuning uses to choose which hyperparameters to evaluate at each iteration.
If the service returns an enum value that is not available in the current SDK version, strategy will
return HyperParameterTuningJobStrategyType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service
is available from strategyAsString().
HyperParameterTuningJobStrategyTypepublic final Instant creationTime()
The date and time that the tuning job was created.
public final Instant hyperParameterTuningEndTime()
The date and time that the tuning job ended.
public final Instant lastModifiedTime()
The date and time that the tuning job was modified.
public final TrainingJobStatusCounters trainingJobStatusCounters()
The TrainingJobStatusCounters object that specifies the numbers of training jobs, categorized by status, that this tuning job launched.
public final ObjectiveStatusCounters objectiveStatusCounters()
The ObjectiveStatusCounters object that specifies the numbers of training jobs, categorized by objective metric status, that this tuning job launched.
public final ResourceLimits resourceLimits()
The ResourceLimits object that specifies the maximum number of training jobs and parallel training jobs allowed for this tuning job.
public HyperParameterTuningJobSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<HyperParameterTuningJobSummary.Builder,HyperParameterTuningJobSummary>public static HyperParameterTuningJobSummary.Builder builder()
public static Class<? extends HyperParameterTuningJobSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.