TTranscribeJobExecutionSettings
Class in AWS.Transcribe
JobExecutionSettings class.
Ancestors
Properties
AllowDeferredExecution
property AllowDeferredExecution: TOptional<Boolean>
DataAccessRoleArn
property DataAccessRoleArn: TARN
Constructors
Create
constructor Create; overload;
Constructor for TTranscribeJobExecutionSettings.
constructor Create(const AAllowDeferredExecution: Boolean; const ADataAccessRoleArn: TARN); overload;
Constructor for TTranscribeJobExecutionSettings.
Parameters
| Name | Description |
|---|---|
AAllowDeferredExecution | Specify whether to enable job queueing whne your concurrent request limit is exceeded. |
ADataAccessRoleArn | Specify the Amazon Resource Name (ARN) of an IAM role that has permissions to access the Amazon S3 bucket containing your input files. |