Class: Aws::FraudDetector::Types::BatchPrediction
- Inherits:
-
Struct
- Object
- Struct
- Aws::FraudDetector::Types::BatchPrediction
- Defined in:
- gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb
Overview
The batch prediction details.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of batch prediction job.
-
#completion_time ⇒ String
Timestamp of when the batch prediction job completed.
-
#detector_name ⇒ String
The name of the detector.
-
#detector_version ⇒ String
The detector version.
-
#event_type_name ⇒ String
The name of the event type.
-
#failure_reason ⇒ String
The reason a batch prediction job failed.
-
#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 job ID for the batch prediction.
-
#last_heartbeat_time ⇒ String
Timestamp of most recent heartbeat indicating the batch prediction job was making progress.
-
#output_path ⇒ String
The Amazon S3 location of your output file.
-
#processed_records_count ⇒ Integer
The number of records processed by the batch prediction job.
-
#start_time ⇒ String
Timestamp of when the batch prediction job started.
-
#status ⇒ String
The batch prediction status.
-
#total_records_count ⇒ Integer
The total number of records in the batch prediction job.
Instance Attribute Details
#arn ⇒ String
The ARN of batch prediction job.
446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 |
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 446 class BatchPrediction < Struct.new( :job_id, :status, :failure_reason, :start_time, :completion_time, :last_heartbeat_time, :input_path, :output_path, :event_type_name, :detector_name, :detector_version, :iam_role_arn, :arn, :processed_records_count, :total_records_count) SENSITIVE = [] include Aws::Structure end |
#completion_time ⇒ String
Timestamp of when the batch prediction job completed.
446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 |
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 446 class BatchPrediction < Struct.new( :job_id, :status, :failure_reason, :start_time, :completion_time, :last_heartbeat_time, :input_path, :output_path, :event_type_name, :detector_name, :detector_version, :iam_role_arn, :arn, :processed_records_count, :total_records_count) SENSITIVE = [] include Aws::Structure end |
#detector_name ⇒ String
The name of the detector.
446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 |
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 446 class BatchPrediction < Struct.new( :job_id, :status, :failure_reason, :start_time, :completion_time, :last_heartbeat_time, :input_path, :output_path, :event_type_name, :detector_name, :detector_version, :iam_role_arn, :arn, :processed_records_count, :total_records_count) SENSITIVE = [] include Aws::Structure end |
#detector_version ⇒ String
The detector version.
446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 |
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 446 class BatchPrediction < Struct.new( :job_id, :status, :failure_reason, :start_time, :completion_time, :last_heartbeat_time, :input_path, :output_path, :event_type_name, :detector_name, :detector_version, :iam_role_arn, :arn, :processed_records_count, :total_records_count) SENSITIVE = [] include Aws::Structure end |
#event_type_name ⇒ String
The name of the event type.
446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 |
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 446 class BatchPrediction < Struct.new( :job_id, :status, :failure_reason, :start_time, :completion_time, :last_heartbeat_time, :input_path, :output_path, :event_type_name, :detector_name, :detector_version, :iam_role_arn, :arn, :processed_records_count, :total_records_count) SENSITIVE = [] include Aws::Structure end |
#failure_reason ⇒ String
The reason a batch prediction job failed.
446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 |
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 446 class BatchPrediction < Struct.new( :job_id, :status, :failure_reason, :start_time, :completion_time, :last_heartbeat_time, :input_path, :output_path, :event_type_name, :detector_name, :detector_version, :iam_role_arn, :arn, :processed_records_count, :total_records_count) SENSITIVE = [] include Aws::Structure end |
#iam_role_arn ⇒ String
The ARN of the IAM role to use for this job request.
446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 |
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 446 class BatchPrediction < Struct.new( :job_id, :status, :failure_reason, :start_time, :completion_time, :last_heartbeat_time, :input_path, :output_path, :event_type_name, :detector_name, :detector_version, :iam_role_arn, :arn, :processed_records_count, :total_records_count) SENSITIVE = [] include Aws::Structure end |
#input_path ⇒ String
The Amazon S3 location of your training file.
446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 |
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 446 class BatchPrediction < Struct.new( :job_id, :status, :failure_reason, :start_time, :completion_time, :last_heartbeat_time, :input_path, :output_path, :event_type_name, :detector_name, :detector_version, :iam_role_arn, :arn, :processed_records_count, :total_records_count) SENSITIVE = [] include Aws::Structure end |
#job_id ⇒ String
The job ID for the batch prediction.
446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 |
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 446 class BatchPrediction < Struct.new( :job_id, :status, :failure_reason, :start_time, :completion_time, :last_heartbeat_time, :input_path, :output_path, :event_type_name, :detector_name, :detector_version, :iam_role_arn, :arn, :processed_records_count, :total_records_count) SENSITIVE = [] include Aws::Structure end |
#last_heartbeat_time ⇒ String
Timestamp of most recent heartbeat indicating the batch prediction job was making progress.
446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 |
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 446 class BatchPrediction < Struct.new( :job_id, :status, :failure_reason, :start_time, :completion_time, :last_heartbeat_time, :input_path, :output_path, :event_type_name, :detector_name, :detector_version, :iam_role_arn, :arn, :processed_records_count, :total_records_count) SENSITIVE = [] include Aws::Structure end |
#output_path ⇒ String
The Amazon S3 location of your output file.
446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 |
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 446 class BatchPrediction < Struct.new( :job_id, :status, :failure_reason, :start_time, :completion_time, :last_heartbeat_time, :input_path, :output_path, :event_type_name, :detector_name, :detector_version, :iam_role_arn, :arn, :processed_records_count, :total_records_count) SENSITIVE = [] include Aws::Structure end |
#processed_records_count ⇒ Integer
The number of records processed by the batch prediction job.
446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 |
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 446 class BatchPrediction < Struct.new( :job_id, :status, :failure_reason, :start_time, :completion_time, :last_heartbeat_time, :input_path, :output_path, :event_type_name, :detector_name, :detector_version, :iam_role_arn, :arn, :processed_records_count, :total_records_count) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ String
Timestamp of when the batch prediction job started.
446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 |
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 446 class BatchPrediction < Struct.new( :job_id, :status, :failure_reason, :start_time, :completion_time, :last_heartbeat_time, :input_path, :output_path, :event_type_name, :detector_name, :detector_version, :iam_role_arn, :arn, :processed_records_count, :total_records_count) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The batch prediction status.
446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 |
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 446 class BatchPrediction < Struct.new( :job_id, :status, :failure_reason, :start_time, :completion_time, :last_heartbeat_time, :input_path, :output_path, :event_type_name, :detector_name, :detector_version, :iam_role_arn, :arn, :processed_records_count, :total_records_count) SENSITIVE = [] include Aws::Structure end |
#total_records_count ⇒ Integer
The total number of records in the batch prediction job.
446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 |
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 446 class BatchPrediction < Struct.new( :job_id, :status, :failure_reason, :start_time, :completion_time, :last_heartbeat_time, :input_path, :output_path, :event_type_name, :detector_name, :detector_version, :iam_role_arn, :arn, :processed_records_count, :total_records_count) SENSITIVE = [] include Aws::Structure end |