@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) |
<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 use for each
iteration.
|
String |
strategyAsString()
Specifies the search strategy hyperparameter tuning uses to choose which hyperparameters to use for each
iteration.
|
HyperParameterTuningJobSummary.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
TrainingJobStatusCounters |
trainingJobStatusCounters()
The TrainingJobStatusCounters object that specifies the numbers of training jobs, categorized by status,
that this tuning job launched.
|
copy
public String hyperParameterTuningJobName()
The name of the tuning job.
public String hyperParameterTuningJobArn()
The Amazon Resource Name (ARN) of the tuning job.
public 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()
.
HyperParameterTuningJobStatus
public 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()
.
HyperParameterTuningJobStatus
public HyperParameterTuningJobStrategyType strategy()
Specifies the search strategy hyperparameter tuning uses to choose which hyperparameters to use for each iteration. Currently, the only valid value is Bayesian.
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()
.
HyperParameterTuningJobStrategyType
public String strategyAsString()
Specifies the search strategy hyperparameter tuning uses to choose which hyperparameters to use for each iteration. Currently, the only valid value is Bayesian.
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()
.
HyperParameterTuningJobStrategyType
public Instant creationTime()
The date and time that the tuning job was created.
public Instant hyperParameterTuningEndTime()
The date and time that the tuning job ended.
public Instant lastModifiedTime()
The date and time that the tuning job was modified.
public TrainingJobStatusCounters trainingJobStatusCounters()
The TrainingJobStatusCounters object that specifies the numbers of training jobs, categorized by status, that this tuning job launched.
public ObjectiveStatusCounters objectiveStatusCounters()
The ObjectiveStatusCounters object that specifies the numbers of training jobs, categorized by objective metric status, that this tuning job launched.
public 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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<HyperParameterTuningJobSummary.Builder,HyperParameterTuningJobSummary>
public static HyperParameterTuningJobSummary.Builder builder()
public static Class<? extends HyperParameterTuningJobSummary.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.