Uses of Class
software.amazon.awssdk.services.frauddetector.model.BatchPrediction
-
Packages that use BatchPrediction Package Description software.amazon.awssdk.services.frauddetector.model -
-
Uses of BatchPrediction in software.amazon.awssdk.services.frauddetector.model
Methods in software.amazon.awssdk.services.frauddetector.model that return types with arguments of type BatchPrediction Modifier and Type Method Description List<BatchPrediction>GetBatchPredictionJobsResponse. batchPredictions()An array containing the details of each batch prediction job.Methods in software.amazon.awssdk.services.frauddetector.model with parameters of type BatchPrediction Modifier and Type Method Description GetBatchPredictionJobsResponse.BuilderGetBatchPredictionJobsResponse.Builder. batchPredictions(BatchPrediction... batchPredictions)An array containing the details of each batch prediction job.Method parameters in software.amazon.awssdk.services.frauddetector.model with type arguments of type BatchPrediction Modifier and Type Method Description GetBatchPredictionJobsResponse.BuilderGetBatchPredictionJobsResponse.Builder. batchPredictions(Collection<BatchPrediction> batchPredictions)An array containing the details of each batch prediction job.
-