@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 job 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()
For responses, this returns true if the service returned a value for the PartialFailureReasons property.
|
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 job 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()
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<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.
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 hasPartialFailureReasons() method.
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 © 2023. All rights reserved.