Values.FraudsterRegistrationJobSourceContains all the information about a fraudster registration job.
type nonrec t = {createdAt : Timestamp.t option;A timestamp of when the fraudster registration job was created.
*)dataAccessRoleArn : IamRoleArn.t option;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.
*)domainId : DomainId.t option;The identifier of the domain that contains the fraudster registration job.
*)endedAt : Timestamp.t option;A timestamp of when the fraudster registration job ended.
*)failureDetails : FailureDetails.t option;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.
*)inputDataConfig : InputDataConfig.t option;The input data config containing an S3 URI for the input manifest file that contains the list of fraudster registration job requests.
*)jobId : JobId.t option;The service-generated identifier for the fraudster registration job.
*)jobName : JobName.t option;The client-provided name for the fraudster registration job.
*)jobProgress : JobProgress.t option;Shows the completed percentage of registration requests listed in the input file.
*)jobStatus : FraudsterRegistrationJobStatus.t option;The current status of the fraudster registration job.
*)outputDataConfig : OutputDataConfig.t option;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.
*)registrationConfig : RegistrationConfig.t option;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.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of IamRoleArn.t
| `Structure of
(string
* [> `Enum of string
| `Integer of Integer.t
| `List of [> `String of WatchlistId.t ] list
| `String of String_.t ])
list
| `Timestamp of Timestamp.t ])
list ]