Class: Aws::FraudDetector::Types::CreateBatchPredictionJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::FraudDetector::Types::CreateBatchPredictionJobRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-frauddetector/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#detector_name ⇒ String
The name of the detector.
-
#detector_version ⇒ String
The detector version.
-
#event_type_name ⇒ String
The name of the event type.
-
#iam_role_arn ⇒ String
The ARN of the IAM role to use for this job request.
-
#input_path ⇒ String
The Amazon S3 location of your training file.
-
#job_id ⇒ String
The ID of the batch prediction job.
-
#output_path ⇒ String
The Amazon S3 location of your output file.
-
#tags ⇒ Array<Types::Tag>
A collection of key and value pairs.
Instance Attribute Details
#detector_name ⇒ String
The name of the detector.
650 651 652 653 654 655 656 657 658 659 660 661 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 650 class CreateBatchPredictionJobRequest < Struct.new( :job_id, :input_path, :output_path, :event_type_name, :detector_name, :detector_version, :iam_role_arn, :tags) SENSITIVE = [] include Aws::Structure end |
#detector_version ⇒ String
The detector version.
650 651 652 653 654 655 656 657 658 659 660 661 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 650 class CreateBatchPredictionJobRequest < Struct.new( :job_id, :input_path, :output_path, :event_type_name, :detector_name, :detector_version, :iam_role_arn, :tags) SENSITIVE = [] include Aws::Structure end |
#event_type_name ⇒ String
The name of the event type.
650 651 652 653 654 655 656 657 658 659 660 661 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 650 class CreateBatchPredictionJobRequest < Struct.new( :job_id, :input_path, :output_path, :event_type_name, :detector_name, :detector_version, :iam_role_arn, :tags) SENSITIVE = [] include Aws::Structure end |
#iam_role_arn ⇒ String
The ARN of the IAM role to use for this job request.
The IAM Role must have read permissions to your input S3 bucket and write permissions to your output S3 bucket. For more information about bucket permissions, see [User policy examples] in the *Amazon S3 User Guide*.
[1]: docs.aws.amazon.com/AmazonS3/latest/userguide/example-policies-s3.html
650 651 652 653 654 655 656 657 658 659 660 661 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 650 class CreateBatchPredictionJobRequest < Struct.new( :job_id, :input_path, :output_path, :event_type_name, :detector_name, :detector_version, :iam_role_arn, :tags) SENSITIVE = [] include Aws::Structure end |
#input_path ⇒ String
The Amazon S3 location of your training file.
650 651 652 653 654 655 656 657 658 659 660 661 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 650 class CreateBatchPredictionJobRequest < Struct.new( :job_id, :input_path, :output_path, :event_type_name, :detector_name, :detector_version, :iam_role_arn, :tags) SENSITIVE = [] include Aws::Structure end |
#job_id ⇒ String
The ID of the batch prediction job.
650 651 652 653 654 655 656 657 658 659 660 661 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 650 class CreateBatchPredictionJobRequest < Struct.new( :job_id, :input_path, :output_path, :event_type_name, :detector_name, :detector_version, :iam_role_arn, :tags) SENSITIVE = [] include Aws::Structure end |
#output_path ⇒ String
The Amazon S3 location of your output file.
650 651 652 653 654 655 656 657 658 659 660 661 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 650 class CreateBatchPredictionJobRequest < Struct.new( :job_id, :input_path, :output_path, :event_type_name, :detector_name, :detector_version, :iam_role_arn, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
A collection of key and value pairs.
650 651 652 653 654 655 656 657 658 659 660 661 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 650 class CreateBatchPredictionJobRequest < Struct.new( :job_id, :input_path, :output_path, :event_type_name, :detector_name, :detector_version, :iam_role_arn, :tags) SENSITIVE = [] include Aws::Structure end |