| Package | Description |
|---|---|
| com.amazonaws.services.frauddetector.model |
| Modifier and Type | Method and Description |
|---|---|
BatchPrediction |
BatchPrediction.clone() |
BatchPrediction |
BatchPrediction.withArn(String arn)
The ARN of batch prediction job.
|
BatchPrediction |
BatchPrediction.withCompletionTime(String completionTime)
Timestamp of when the batch prediction job completed.
|
BatchPrediction |
BatchPrediction.withDetectorName(String detectorName)
The name of the detector.
|
BatchPrediction |
BatchPrediction.withDetectorVersion(String detectorVersion)
The detector version.
|
BatchPrediction |
BatchPrediction.withEventTypeName(String eventTypeName)
The name of the event type.
|
BatchPrediction |
BatchPrediction.withFailureReason(String failureReason)
The reason a batch prediction job failed.
|
BatchPrediction |
BatchPrediction.withIamRoleArn(String iamRoleArn)
The ARN of the IAM role to use for this job request.
|
BatchPrediction |
BatchPrediction.withInputPath(String inputPath)
The Amazon S3 location of your training file.
|
BatchPrediction |
BatchPrediction.withJobId(String jobId)
The job ID for the batch prediction.
|
BatchPrediction |
BatchPrediction.withLastHeartbeatTime(String lastHeartbeatTime)
Timestamp of most recent heartbeat indicating the batch prediction job was making progress.
|
BatchPrediction |
BatchPrediction.withOutputPath(String outputPath)
The Amazon S3 location of your output file.
|
BatchPrediction |
BatchPrediction.withProcessedRecordsCount(Integer processedRecordsCount)
The number of records processed by the batch prediction job.
|
BatchPrediction |
BatchPrediction.withStartTime(String startTime)
Timestamp of when the batch prediction job started.
|
BatchPrediction |
BatchPrediction.withStatus(AsyncJobStatus status)
The batch prediction status.
|
BatchPrediction |
BatchPrediction.withStatus(String status)
The batch prediction status.
|
BatchPrediction |
BatchPrediction.withTotalRecordsCount(Integer totalRecordsCount)
The total number of records in the batch prediction job.
|
| Modifier and Type | Method and Description |
|---|---|
List<BatchPrediction> |
GetBatchPredictionJobsResult.getBatchPredictions()
An array containing the details of each batch prediction job.
|
| Modifier and Type | Method and Description |
|---|---|
GetBatchPredictionJobsResult |
GetBatchPredictionJobsResult.withBatchPredictions(BatchPrediction... batchPredictions)
An array containing the details of each batch prediction job.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetBatchPredictionJobsResult.setBatchPredictions(Collection<BatchPrediction> batchPredictions)
An array containing the details of each batch prediction job.
|
GetBatchPredictionJobsResult |
GetBatchPredictionJobsResult.withBatchPredictions(Collection<BatchPrediction> batchPredictions)
An array containing the details of each batch prediction job.
|
Copyright © 2024. All rights reserved.