@Generated(value="software.amazon.awssdk:codegen") public final class BatchPrediction extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BatchPrediction.Builder,BatchPrediction>
The batch prediction details.
| Modifier and Type | Class and Description |
|---|---|
static interface |
BatchPrediction.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The ARN of batch prediction job.
|
static BatchPrediction.Builder |
builder() |
String |
completionTime()
Timestamp of when the batch prediction job completed.
|
String |
detectorName()
The name of the detector.
|
String |
detectorVersion()
The detector version.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
eventTypeName()
The name of the event type.
|
String |
failureReason()
The reason a batch prediction job failed.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
iamRoleArn()
The ARN of the IAM role to use for this job request.
|
String |
inputPath()
The Amazon S3 location of your training file.
|
String |
jobId()
The job ID for the batch prediction.
|
String |
lastHeartbeatTime()
Timestamp of most recent heartbeat indicating the batch prediction job was making progress.
|
String |
outputPath()
The Amazon S3 location of your output file.
|
Integer |
processedRecordsCount()
The number of records processed by the batch prediction job.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends BatchPrediction.Builder> |
serializableBuilderClass() |
String |
startTime()
Timestamp of when the batch prediction job started.
|
AsyncJobStatus |
status()
The batch prediction status.
|
String |
statusAsString()
The batch prediction status.
|
BatchPrediction.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Integer |
totalRecordsCount()
The total number of records in the batch prediction job.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String jobId()
The job ID for the batch prediction.
public final AsyncJobStatus status()
The batch prediction status.
If the service returns an enum value that is not available in the current SDK version, status will
return AsyncJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
AsyncJobStatuspublic final String statusAsString()
The batch prediction status.
If the service returns an enum value that is not available in the current SDK version, status will
return AsyncJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
AsyncJobStatuspublic final String failureReason()
The reason a batch prediction job failed.
public final String startTime()
Timestamp of when the batch prediction job started.
public final String completionTime()
Timestamp of when the batch prediction job completed.
public final String lastHeartbeatTime()
Timestamp of most recent heartbeat indicating the batch prediction job was making progress.
public final String inputPath()
The Amazon S3 location of your training file.
public final String outputPath()
The Amazon S3 location of your output file.
public final String eventTypeName()
The name of the event type.
public final String detectorName()
The name of the detector.
public final String detectorVersion()
The detector version.
public final String iamRoleArn()
The ARN of the IAM role to use for this job request.
public final String arn()
The ARN of batch prediction job.
public final Integer processedRecordsCount()
The number of records processed by the batch prediction job.
public final Integer totalRecordsCount()
The total number of records in the batch prediction job.
public BatchPrediction.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<BatchPrediction.Builder,BatchPrediction>public static BatchPrediction.Builder builder()
public static Class<? extends BatchPrediction.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.