@Generated(value="software.amazon.awssdk:codegen") public final class BatchInferenceJob extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BatchInferenceJob.Builder,BatchInferenceJob>
Contains information on a batch inference job.
| Modifier and Type | Class and Description |
|---|---|
static interface |
BatchInferenceJob.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
batchInferenceJobArn()
The Amazon Resource Name (ARN) of the batch inference job.
|
BatchInferenceJobConfig |
batchInferenceJobConfig()
A string to string map of the configuration details of a batch inference job.
|
static BatchInferenceJob.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.
|
String |
filterArn()
The ARN of the filter used on the batch inference job.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
BatchInferenceJobInput |
jobInput()
The Amazon S3 path that leads to the input data used to generate the batch inference job.
|
String |
jobName()
The name of the batch inference job.
|
BatchInferenceJobOutput |
jobOutput()
The Amazon S3 bucket that contains the output data generated by the batch inference job.
|
Instant |
lastUpdatedDateTime()
The time at which the batch inference job was last updated.
|
Integer |
numResults()
The number of recommendations generated by the batch inference job.
|
String |
roleArn()
The ARN of the Amazon Identity and Access Management (IAM) role that requested the batch inference job.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends BatchInferenceJob.Builder> |
serializableBuilderClass() |
String |
solutionVersionArn()
The Amazon Resource Name (ARN) of the solution version from which the batch inference job was created.
|
String |
status()
The status of the batch inference job.
|
BatchInferenceJob.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String jobName()
The name of the batch inference job.
public String batchInferenceJobArn()
The Amazon Resource Name (ARN) of the batch inference job.
public String filterArn()
The ARN of the filter used on the batch inference job.
public String failureReason()
If the batch inference job failed, the reason for the failure.
public String solutionVersionArn()
The Amazon Resource Name (ARN) of the solution version from which the batch inference job was created.
public Integer numResults()
The number of recommendations generated by the batch inference job. This number includes the error messages generated for failed input records.
public BatchInferenceJobInput jobInput()
The Amazon S3 path that leads to the input data used to generate the batch inference job.
public BatchInferenceJobOutput jobOutput()
The Amazon S3 bucket that contains the output data generated by the batch inference job.
public BatchInferenceJobConfig batchInferenceJobConfig()
A string to string map of the configuration details of a batch inference job.
public String roleArn()
The ARN of the Amazon Identity and Access Management (IAM) role that requested 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 BatchInferenceJob.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<BatchInferenceJob.Builder,BatchInferenceJob>public static BatchInferenceJob.Builder builder()
public static Class<? extends BatchInferenceJob.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.