@Generated(value="software.amazon.awssdk:codegen") public final class AutoMLJobSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AutoMLJobSummary.Builder,AutoMLJobSummary>
Provides a summary about a job.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AutoMLJobSummary.Builder |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String autoMLJobName()
The name of the object you are requesting.
public String autoMLJobArn()
The ARN of the job.
public AutoMLJobStatus autoMLJobStatus()
The job's status.
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 String autoMLJobStatusAsString()
The job's status.
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 AutoMLJobSecondaryStatus autoMLJobSecondaryStatus()
The job's secondary status.
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 String autoMLJobSecondaryStatusAsString()
The job's secondary status.
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 Instant creationTime()
When the job was created.
public Instant endTime()
The end time.
public Instant lastModifiedTime()
When the job was last modified.
public String failureReason()
The failure reason.
public AutoMLJobSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AutoMLJobSummary.Builder,AutoMLJobSummary>public static AutoMLJobSummary.Builder builder()
public static Class<? extends AutoMLJobSummary.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.