@Generated(value="software.amazon.awssdk:codegen") public final class AutoMLJobSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AutoMLJobSummary.Builder,AutoMLJobSummary>
Provides a summary about an AutoML job.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AutoMLJobSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
autoMLJobArn()
The ARN of the AutoML job.
|
String |
autoMLJobName()
The name of the AutoML you are requesting.
|
AutoMLJobSecondaryStatus |
autoMLJobSecondaryStatus()
The secondary status of the AutoML job.
|
String |
autoMLJobSecondaryStatusAsString()
The secondary status of the AutoML job.
|
AutoMLJobStatus |
autoMLJobStatus()
The status of the AutoML job.
|
String |
autoMLJobStatusAsString()
The status of the AutoML job.
|
static AutoMLJobSummary.Builder |
builder() |
Instant |
creationTime()
When the AutoML job was created.
|
Instant |
endTime()
The end time of an AutoML job.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
failureReason()
The failure reason of an AutoML job.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasPartialFailureReasons()
Returns true if the PartialFailureReasons property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
Instant |
lastModifiedTime()
When the AutoML job was last modified.
|
List<AutoMLPartialFailureReason> |
partialFailureReasons()
The list of reasons for partial failures within an AutoML job.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AutoMLJobSummary.Builder> |
serializableBuilderClass() |
AutoMLJobSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String autoMLJobName()
The name of the AutoML you are requesting.
public final String autoMLJobArn()
The ARN of the AutoML job.
public final AutoMLJobStatus autoMLJobStatus()
The status of the AutoML job.
If the service returns an enum value that is not available in the current SDK version, autoMLJobStatus
will return AutoMLJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from autoMLJobStatusAsString().
AutoMLJobStatuspublic final String autoMLJobStatusAsString()
The status of the AutoML job.
If the service returns an enum value that is not available in the current SDK version, autoMLJobStatus
will return AutoMLJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from autoMLJobStatusAsString().
AutoMLJobStatuspublic final AutoMLJobSecondaryStatus autoMLJobSecondaryStatus()
The secondary status of the AutoML job.
If the service returns an enum value that is not available in the current SDK version,
autoMLJobSecondaryStatus will return AutoMLJobSecondaryStatus.UNKNOWN_TO_SDK_VERSION. The raw
value returned by the service is available from autoMLJobSecondaryStatusAsString().
AutoMLJobSecondaryStatuspublic final String autoMLJobSecondaryStatusAsString()
The secondary status of the AutoML job.
If the service returns an enum value that is not available in the current SDK version,
autoMLJobSecondaryStatus will return AutoMLJobSecondaryStatus.UNKNOWN_TO_SDK_VERSION. The raw
value returned by the service is available from autoMLJobSecondaryStatusAsString().
AutoMLJobSecondaryStatuspublic final Instant creationTime()
When the AutoML job was created.
public final Instant endTime()
The end time of an AutoML job.
public final Instant lastModifiedTime()
When the AutoML job was last modified.
public final String failureReason()
The failure reason of an AutoML job.
public final boolean hasPartialFailureReasons()
public final List<AutoMLPartialFailureReason> partialFailureReasons()
The list of reasons for partial failures within an AutoML job.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasPartialFailureReasons() to see if a value was sent in this field.
public AutoMLJobSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AutoMLJobSummary.Builder,AutoMLJobSummary>public static AutoMLJobSummary.Builder builder()
public static Class<? extends AutoMLJobSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.