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