Class: Aws::FraudDetector::Types::BatchPrediction

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#arn ⇒ String

The ARN of batch prediction job.

Returns:

  • (String)


485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
# File 'gems/aws-sdk-frauddetector/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.

Returns:

  • (String)


485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
# File 'gems/aws-sdk-frauddetector/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.

Returns:

  • (String)


485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
# File 'gems/aws-sdk-frauddetector/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.

Returns:

  • (String)


485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
# File 'gems/aws-sdk-frauddetector/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.

Returns:

  • (String)


485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
# File 'gems/aws-sdk-frauddetector/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.

Returns:

  • (String)


485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
# File 'gems/aws-sdk-frauddetector/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.

Returns:

  • (String)


485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
# File 'gems/aws-sdk-frauddetector/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.

Returns:

  • (String)


485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
# File 'gems/aws-sdk-frauddetector/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.

Returns:

  • (String)


485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
# File 'gems/aws-sdk-frauddetector/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.

Returns:

  • (String)


485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
# File 'gems/aws-sdk-frauddetector/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.

Returns:

  • (String)


485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
# File 'gems/aws-sdk-frauddetector/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.

Returns:

  • (Integer)


485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
# File 'gems/aws-sdk-frauddetector/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.

Returns:

  • (String)


485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
# File 'gems/aws-sdk-frauddetector/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.

Returns:

  • (String)


485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
# File 'gems/aws-sdk-frauddetector/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.

Returns:

  • (Integer)


485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
# File 'gems/aws-sdk-frauddetector/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