@Generated(value="software.amazon.awssdk:codegen") public final class HyperParameterTuningJobSearchEntity extends Object implements SdkPojo, Serializable, ToCopyableBuilder<HyperParameterTuningJobSearchEntity.Builder,HyperParameterTuningJobSearchEntity>
An entity having characteristics over which a user can search for a hyperparameter tuning job.
| Modifier and Type | Class and Description |
|---|---|
static interface |
HyperParameterTuningJobSearchEntity.Builder |
| Modifier and Type | Method and Description |
|---|---|
HyperParameterTrainingJobSummary |
bestTrainingJob()
Returns the value of the BestTrainingJob property for this object.
|
static HyperParameterTuningJobSearchEntity.Builder |
builder() |
Instant |
creationTime()
The time that a hyperparameter tuning job was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
failureReason()
The error that was created when a hyperparameter tuning job failed.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasTags()
For responses, this returns true if the service returned a value for the Tags property.
|
boolean |
hasTrainingJobDefinitions()
For responses, this returns true if the service returned a value for the TrainingJobDefinitions property.
|
Instant |
hyperParameterTuningEndTime()
The time that a hyperparameter tuning job ended.
|
String |
hyperParameterTuningJobArn()
The Amazon Resource Name (ARN) of a hyperparameter tuning job.
|
HyperParameterTuningJobConfig |
hyperParameterTuningJobConfig()
Returns the value of the HyperParameterTuningJobConfig property for this object.
|
String |
hyperParameterTuningJobName()
The name of a hyperparameter tuning job.
|
HyperParameterTuningJobStatus |
hyperParameterTuningJobStatus()
The status of a hyperparameter tuning job.
|
String |
hyperParameterTuningJobStatusAsString()
The status of a hyperparameter tuning job.
|
Instant |
lastModifiedTime()
The time that a hyperparameter tuning job was last modified.
|
ObjectiveStatusCounters |
objectiveStatusCounters()
Returns the value of the ObjectiveStatusCounters property for this object.
|
HyperParameterTrainingJobSummary |
overallBestTrainingJob()
Returns the value of the OverallBestTrainingJob property for this object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends HyperParameterTuningJobSearchEntity.Builder> |
serializableBuilderClass() |
List<Tag> |
tags()
The tags associated with a hyperparameter tuning job.
|
HyperParameterTuningJobSearchEntity.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
HyperParameterTrainingJobDefinition |
trainingJobDefinition()
Returns the value of the TrainingJobDefinition property for this object.
|
List<HyperParameterTrainingJobDefinition> |
trainingJobDefinitions()
The job definitions included in a hyperparameter tuning job.
|
TrainingJobStatusCounters |
trainingJobStatusCounters()
Returns the value of the TrainingJobStatusCounters property for this object.
|
HyperParameterTuningJobWarmStartConfig |
warmStartConfig()
Returns the value of the WarmStartConfig property for this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String hyperParameterTuningJobName()
The name of a hyperparameter tuning job.
public final String hyperParameterTuningJobArn()
The Amazon Resource Name (ARN) of a hyperparameter tuning job.
public final HyperParameterTuningJobConfig hyperParameterTuningJobConfig()
public final HyperParameterTrainingJobDefinition trainingJobDefinition()
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()
The job definitions included in a hyperparameter 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 a hyperparameter 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 a hyperparameter 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 Instant creationTime()
The time that a hyperparameter tuning job was created.
public final Instant hyperParameterTuningEndTime()
The time that a hyperparameter tuning job ended.
public final Instant lastModifiedTime()
The time that a hyperparameter tuning job was last modified.
public final TrainingJobStatusCounters trainingJobStatusCounters()
public final ObjectiveStatusCounters objectiveStatusCounters()
public final HyperParameterTrainingJobSummary bestTrainingJob()
public final HyperParameterTrainingJobSummary overallBestTrainingJob()
public final HyperParameterTuningJobWarmStartConfig warmStartConfig()
public final String failureReason()
The error that was created when a hyperparameter tuning job failed.
public final boolean hasTags()
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<Tag> tags()
The tags associated with a hyperparameter tuning job. For more information see Tagging Amazon Web Services resources.
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 hasTags() method.
public HyperParameterTuningJobSearchEntity.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<HyperParameterTuningJobSearchEntity.Builder,HyperParameterTuningJobSearchEntity>public static HyperParameterTuningJobSearchEntity.Builder builder()
public static Class<? extends HyperParameterTuningJobSearchEntity.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.