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

#arnString

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_timeString

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_nameString

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_versionString

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_nameString

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_reasonString

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_arnString

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_pathString

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_idString

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_timeString

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_pathString

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_countInteger

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_timeString

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

#statusString

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_countInteger

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