@Generated(value="software.amazon.awssdk:codegen") public final class BatchInferenceJobSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BatchInferenceJobSummary.Builder,BatchInferenceJobSummary>
A truncated version of the BatchInferenceJob datatype. The ListBatchInferenceJobs operation returns a list of batch inference job summaries.
| Modifier and Type | Class and Description |
|---|---|
static interface |
BatchInferenceJobSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
batchInferenceJobArn()
The Amazon Resource Name (ARN) of the batch inference job.
|
static BatchInferenceJobSummary.Builder |
builder() |
Instant |
creationDateTime()
The time at which the batch inference job was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
failureReason()
If the batch inference job failed, the reason for the failure.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
jobName()
The name of the batch inference job.
|
Instant |
lastUpdatedDateTime()
The time at which the batch inference job was last updated.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends BatchInferenceJobSummary.Builder> |
serializableBuilderClass() |
String |
solutionVersionArn()
The ARN of the solution version used by the batch inference job.
|
String |
status()
The status of the batch inference job.
|
BatchInferenceJobSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String batchInferenceJobArn()
The Amazon Resource Name (ARN) of the batch inference job.
public String jobName()
The name of the batch inference job.
public String status()
The status of the batch inference job. The status is one of the following values:
PENDING
IN PROGRESS
ACTIVE
CREATE FAILED
PENDING
IN PROGRESS
ACTIVE
CREATE FAILED
public Instant creationDateTime()
The time at which the batch inference job was created.
public Instant lastUpdatedDateTime()
The time at which the batch inference job was last updated.
public String failureReason()
If the batch inference job failed, the reason for the failure.
public String solutionVersionArn()
The ARN of the solution version used by the batch inference job.
public BatchInferenceJobSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<BatchInferenceJobSummary.Builder,BatchInferenceJobSummary>public static BatchInferenceJobSummary.Builder builder()
public static Class<? extends BatchInferenceJobSummary.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.