@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. 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 final String batchInferenceJobArn()
The Amazon Resource Name (ARN) of the batch inference job.
public final String jobName()
The name of the batch inference job.
public final 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 final Instant creationDateTime()
The time at which the batch inference job was created.
public final Instant lastUpdatedDateTime()
The time at which the batch inference job was last updated.
public final String failureReason()
If the batch inference job failed, the reason for the failure.
public final 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 final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.