Class: Aws::FraudDetector::Types::BatchPrediction
- Inherits:
-
Struct
- Object
- Struct
- Aws::FraudDetector::Types::BatchPrediction
- Includes:
- Structure
- Defined in:
- 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.
485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 485 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.
485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 485 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.
485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 485 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.
485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 485 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.
485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 485 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.
485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 485 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.
485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 485 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.
485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 485 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.
485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 485 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.
485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 485 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.
485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 485 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.
485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 485 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.
485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 485 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.
485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 485 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.
485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 485 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 |