class Aws::FraudDetector::Types::CreateBatchPredictionJobRequest
@note When making an API call, you may pass CreateBatchPredictionJobRequest
data as a hash: { job_id: "identifier", # required input_path: "s3BucketLocation", # required output_path: "s3BucketLocation", # required event_type_name: "identifier", # required detector_name: "identifier", # required detector_version: "wholeNumberVersionString", iam_role_arn: "iamRoleArn", # required tags: [ { key: "tagKey", # required value: "tagValue", # required }, ], }
@!attribute [rw] job_id
The ID of the batch prediction job. @return [String]
@!attribute [rw] input_path
The Amazon S3 location of your training file. @return [String]
@!attribute [rw] output_path
The Amazon S3 location of your output file. @return [String]
@!attribute [rw] event_type_name
The name of the event type. @return [String]
@!attribute [rw] detector_name
The name of the detector. @return [String]
@!attribute [rw] detector_version
The detector version. @return [String]
@!attribute [rw] iam_role_arn
The ARN of the IAM role to use for this job request. @return [String]
@!attribute [rw] tags
A collection of key and value pairs. @return [Array<Types::Tag>]
@see docs.aws.amazon.com/goto/WebAPI/frauddetector-2019-11-15/CreateBatchPredictionJobRequest AWS API Documentation
Constants
- SENSITIVE