Interface BatchPrediction.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<BatchPrediction.Builder,,- BatchPrediction> - SdkBuilder<BatchPrediction.Builder,,- BatchPrediction> - SdkPojo
- Enclosing class:
- BatchPrediction
- 
Method SummaryModifier and TypeMethodDescriptionThe ARN of batch prediction job.completionTime(String completionTime) Timestamp of when the batch prediction job completed.detectorName(String detectorName) The name of the detector.detectorVersion(String detectorVersion) The detector version.eventTypeName(String eventTypeName) The name of the event type.failureReason(String failureReason) The reason a batch prediction job failed.iamRoleArn(String iamRoleArn) The ARN of the IAM role to use for this job request.The Amazon S3 location of your training file.The job ID for the batch prediction.lastHeartbeatTime(String lastHeartbeatTime) Timestamp of most recent heartbeat indicating the batch prediction job was making progress.outputPath(String outputPath) The Amazon S3 location of your output file.processedRecordsCount(Integer processedRecordsCount) The number of records processed by the batch prediction job.Timestamp of when the batch prediction job started.The batch prediction status.status(AsyncJobStatus status) The batch prediction status.totalRecordsCount(Integer totalRecordsCount) The total number of records in the batch prediction job.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
jobIdThe job ID for the batch prediction. - Parameters:
- jobId- The job ID for the batch prediction.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
statusThe batch prediction status. - Parameters:
- status- The batch prediction status.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
statusThe batch prediction status. - Parameters:
- status- The batch prediction status.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
failureReasonThe reason a batch prediction job failed. - Parameters:
- failureReason- The reason a batch prediction job failed.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
startTimeTimestamp of when the batch prediction job started. - Parameters:
- startTime- Timestamp of when the batch prediction job started.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
completionTimeTimestamp of when the batch prediction job completed. - Parameters:
- completionTime- Timestamp of when the batch prediction job completed.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
lastHeartbeatTimeTimestamp of most recent heartbeat indicating the batch prediction job was making progress. - Parameters:
- lastHeartbeatTime- Timestamp of most recent heartbeat indicating the batch prediction job was making progress.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
inputPathThe Amazon S3 location of your training file. - Parameters:
- inputPath- The Amazon S3 location of your training file.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
outputPathThe Amazon S3 location of your output file. - Parameters:
- outputPath- The Amazon S3 location of your output file.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
eventTypeNameThe name of the event type. - Parameters:
- eventTypeName- The name of the event type.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
detectorNameThe name of the detector. - Parameters:
- detectorName- The name of the detector.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
detectorVersionThe detector version. - Parameters:
- detectorVersion- The detector version.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
iamRoleArnThe ARN of the IAM role to use for this job request. - Parameters:
- iamRoleArn- The ARN of the IAM role to use for this job request.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
arnThe ARN of batch prediction job. - Parameters:
- arn- The ARN of batch prediction job.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
processedRecordsCountThe number of records processed by the batch prediction job. - Parameters:
- processedRecordsCount- The number of records processed by the batch prediction job.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
totalRecordsCountThe total number of records in the batch prediction job. - Parameters:
- totalRecordsCount- The total number of records in the batch prediction job.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-