| Package | Description |
|---|---|
| com.amazonaws.services.frauddetector |
This is the Amazon Fraud Detector API Reference.
|
| com.amazonaws.services.frauddetector.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateBatchPredictionJobResult> |
AbstractAmazonFraudDetectorAsync.createBatchPredictionJobAsync(CreateBatchPredictionJobRequest request,
AsyncHandler<CreateBatchPredictionJobRequest,CreateBatchPredictionJobResult> asyncHandler) |
Future<CreateBatchPredictionJobResult> |
AmazonFraudDetectorAsyncClient.createBatchPredictionJobAsync(CreateBatchPredictionJobRequest request,
AsyncHandler<CreateBatchPredictionJobRequest,CreateBatchPredictionJobResult> asyncHandler) |
Future<CreateBatchPredictionJobResult> |
AmazonFraudDetectorAsync.createBatchPredictionJobAsync(CreateBatchPredictionJobRequest createBatchPredictionJobRequest,
AsyncHandler<CreateBatchPredictionJobRequest,CreateBatchPredictionJobResult> asyncHandler)
Creates a batch prediction job.
|
| Modifier and Type | Method and Description |
|---|---|
CreateBatchPredictionJobRequest |
CreateBatchPredictionJobRequest.clone() |
CreateBatchPredictionJobRequest |
CreateBatchPredictionJobRequest.withDetectorName(String detectorName)
The name of the detector.
|
CreateBatchPredictionJobRequest |
CreateBatchPredictionJobRequest.withDetectorVersion(String detectorVersion)
The detector version.
|
CreateBatchPredictionJobRequest |
CreateBatchPredictionJobRequest.withEventTypeName(String eventTypeName)
The name of the event type.
|
CreateBatchPredictionJobRequest |
CreateBatchPredictionJobRequest.withIamRoleArn(String iamRoleArn)
The ARN of the IAM role to use for this job request.
|
CreateBatchPredictionJobRequest |
CreateBatchPredictionJobRequest.withInputPath(String inputPath)
The Amazon S3 location of your training file.
|
CreateBatchPredictionJobRequest |
CreateBatchPredictionJobRequest.withJobId(String jobId)
The ID of the batch prediction job.
|
CreateBatchPredictionJobRequest |
CreateBatchPredictionJobRequest.withOutputPath(String outputPath)
The Amazon S3 location of your output file.
|
CreateBatchPredictionJobRequest |
CreateBatchPredictionJobRequest.withTags(Collection<Tag> tags)
A collection of key and value pairs.
|
CreateBatchPredictionJobRequest |
CreateBatchPredictionJobRequest.withTags(Tag... tags)
A collection of key and value pairs.
|
Copyright © 2024. All rights reserved.