@Generated(value="software.amazon.awssdk:codegen") public final class TrainingJobSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TrainingJobSummary.Builder,TrainingJobSummary>
Provides summary information about a training job.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TrainingJobSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TrainingJobSummary.Builder |
builder() |
Instant |
creationTime()
A timestamp that shows when the training job was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastModifiedTime()
Timestamp when the training job was last modified.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends TrainingJobSummary.Builder> |
serializableBuilderClass() |
TrainingJobSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Instant |
trainingEndTime()
A timestamp that shows when the training job ended.
|
String |
trainingJobArn()
The Amazon Resource Name (ARN) of the training job.
|
String |
trainingJobName()
The name of the training job that you want a summary for.
|
TrainingJobStatus |
trainingJobStatus()
The status of the training job.
|
String |
trainingJobStatusAsString()
The status of the training job.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String trainingJobName()
The name of the training job that you want a summary for.
public final String trainingJobArn()
The Amazon Resource Name (ARN) of the training job.
public final Instant creationTime()
A timestamp that shows when the training job was created.
public final Instant trainingEndTime()
A timestamp that shows when the training job ended. This field is set only if the training job has one of the
terminal statuses (Completed, Failed, or Stopped).
Completed, Failed, or Stopped).public final Instant lastModifiedTime()
Timestamp when the training job was last modified.
public final TrainingJobStatus trainingJobStatus()
The status of the training job.
If the service returns an enum value that is not available in the current SDK version, trainingJobStatus
will return TrainingJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from trainingJobStatusAsString().
TrainingJobStatuspublic final String trainingJobStatusAsString()
The status of the training job.
If the service returns an enum value that is not available in the current SDK version, trainingJobStatus
will return TrainingJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from trainingJobStatusAsString().
TrainingJobStatuspublic TrainingJobSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TrainingJobSummary.Builder,TrainingJobSummary>public static TrainingJobSummary.Builder builder()
public static Class<? extends TrainingJobSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.