/AWS1/CL_VIDOUTPUTDATACONFIG¶
The configuration containing output file information for a batch job.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_s3uri TYPE /AWS1/VIDS3URI /AWS1/VIDS3URI¶
The S3 path of the folder where Voice ID writes the job output file. It has a
*.outextension. For example, if the input file name isinput-file.jsonand the output folder path iss3://output-bucket/output-folder, the full output file path iss3://output-bucket/output-folder/job-Id/input-file.json.out.
Optional arguments:¶
iv_kmskeyid TYPE /AWS1/VIDKMSKEYID /AWS1/VIDKMSKEYID¶
The identifier of the KMS key you want Voice ID to use to encrypt the output file of a speaker enrollment job/fraudster registration job.
Queryable Attributes¶
S3Uri¶
The S3 path of the folder where Voice ID writes the job output file. It has a
*.outextension. For example, if the input file name isinput-file.jsonand the output folder path iss3://output-bucket/output-folder, the full output file path iss3://output-bucket/output-folder/job-Id/input-file.json.out.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_S3URI() |
Getter for S3URI, with configurable default |
ASK_S3URI() |
Getter for S3URI w/ exceptions if field has no value |
HAS_S3URI() |
Determine if S3URI has a value |
KmsKeyId¶
The identifier of the KMS key you want Voice ID to use to encrypt the output file of a speaker enrollment job/fraudster registration job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_KMSKEYID() |
Getter for KMSKEYID, with configurable default |
ASK_KMSKEYID() |
Getter for KMSKEYID w/ exceptions if field has no value |
HAS_KMSKEYID() |
Determine if KMSKEYID has a value |