Class BatchPrediction
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<BatchPrediction.Builder,
BatchPrediction>
The batch prediction details.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal String
arn()
The ARN of batch prediction job.static BatchPrediction.Builder
builder()
final String
Timestamp of when the batch prediction job completed.final String
The name of the detector.final String
The detector version.final boolean
final boolean
equalsBySdkFields
(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final String
The name of the event type.final String
The reason a batch prediction job failed.final <T> Optional
<T> getValueForField
(String fieldName, Class<T> clazz) final int
hashCode()
final String
The ARN of the IAM role to use for this job request.final String
The Amazon S3 location of your training file.final String
jobId()
The job ID for the batch prediction.final String
Timestamp of most recent heartbeat indicating the batch prediction job was making progress.final String
The Amazon S3 location of your output file.final Integer
The number of records processed by the batch prediction job.static Class
<? extends BatchPrediction.Builder> final String
Timestamp of when the batch prediction job started.final AsyncJobStatus
status()
The batch prediction status.final String
The batch prediction status.Take this object and create a builder that contains all of the current property values of this object.final String
toString()
Returns a string representation of this object.final Integer
The total number of records in the batch prediction job.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
jobId
The job ID for the batch prediction.
- Returns:
- The job ID for the batch prediction.
-
status
The batch prediction status.
If the service returns an enum value that is not available in the current SDK version,
status
will returnAsyncJobStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromstatusAsString()
.- Returns:
- The batch prediction status.
- See Also:
-
statusAsString
The batch prediction status.
If the service returns an enum value that is not available in the current SDK version,
status
will returnAsyncJobStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromstatusAsString()
.- Returns:
- The batch prediction status.
- See Also:
-
failureReason
The reason a batch prediction job failed.
- Returns:
- The reason a batch prediction job failed.
-
startTime
Timestamp of when the batch prediction job started.
- Returns:
- Timestamp of when the batch prediction job started.
-
completionTime
Timestamp of when the batch prediction job completed.
- Returns:
- Timestamp of when the batch prediction job completed.
-
lastHeartbeatTime
Timestamp of most recent heartbeat indicating the batch prediction job was making progress.
- Returns:
- Timestamp of most recent heartbeat indicating the batch prediction job was making progress.
-
inputPath
The Amazon S3 location of your training file.
- Returns:
- The Amazon S3 location of your training file.
-
outputPath
The Amazon S3 location of your output file.
- Returns:
- The Amazon S3 location of your output file.
-
eventTypeName
The name of the event type.
- Returns:
- The name of the event type.
-
detectorName
-
detectorVersion
-
iamRoleArn
The ARN of the IAM role to use for this job request.
- Returns:
- The ARN of the IAM role to use for this job request.
-
arn
The ARN of batch prediction job.
- Returns:
- The ARN of batch prediction job.
-
processedRecordsCount
The number of records processed by the batch prediction job.
- Returns:
- The number of records processed by the batch prediction job.
-
totalRecordsCount
The total number of records in the batch prediction job.
- Returns:
- The total number of records in the batch prediction job.
-
toBuilder
Description copied from interface:ToCopyableBuilder
Take this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilder
in interfaceToCopyableBuilder<BatchPrediction.Builder,
BatchPrediction> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
-
equals
-
equalsBySdkFields
Description copied from interface:SdkPojo
Indicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojo
class, and is generated based on a service model.If an
SdkPojo
class does not have any inherited fields,equalsBySdkFields
andequals
are essentially the same.- Specified by:
equalsBySdkFields
in interfaceSdkPojo
- Parameters:
obj
- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
-
getValueForField
-
sdkFields
-