class Aws::VoiceID::Types::FraudsterRegistrationJob

Contains all the information about a fraudster registration job.

@!attribute [rw] created_at

A timestamp showing the creation time of the fraudster registration
job.
@return [Time]

@!attribute [rw] data_access_role_arn

The IAM role Amazon Resource Name (ARN) that grants Voice ID
permissions to access customer's buckets to read the input manifest
file and write the job output file.
@return [String]

@!attribute [rw] domain_id

The identifier of the domain containing the fraudster registration
job.
@return [String]

@!attribute [rw] ended_at

A timestamp showing when the fraudster registration job ended.
@return [Time]

@!attribute [rw] failure_details

Contains details that are populated when an entire batch job fails.
In cases of individual registration job failures, the batch job as a
whole doesn't fail; it is completed with a `JobStatus` of
`COMPLETED_WITH_ERRORS`. You can use the job output file to identify
the individual registration requests that failed.
@return [Types::FailureDetails]

@!attribute [rw] input_data_config

The input data config containing an S3 URI for the input manifest
file that contains the list of fraudster registration job requests.
@return [Types::InputDataConfig]

@!attribute [rw] job_id

The service-generated identifier for the fraudster registration job.
@return [String]

@!attribute [rw] job_name

The client-provied name for the fraudster registration job.
@return [String]

@!attribute [rw] job_progress

Shows the completed percentage of registration requests listed in
the input file.
@return [Types::JobProgress]

@!attribute [rw] job_status

The current status of the fraudster registration job.
@return [String]

@!attribute [rw] output_data_config

The output data config containing the S3 location where you want
Voice ID to write your job output file; you must also include a KMS
Key ID in order to encrypt the file.
@return [Types::OutputDataConfig]

@!attribute [rw] registration_config

The registration config containing details such as the action to
take when a duplicate fraudster is detected, and the similarity
threshold to use for detecting a duplicate fraudster.
@return [Types::RegistrationConfig]

@see docs.aws.amazon.com/goto/WebAPI/voice-id-2021-09-27/FraudsterRegistrationJob AWS API Documentation

Constants

SENSITIVE