Skip to main content

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

NameDescription
AAllowDeferredExecutionSpecify whether to enable job queueing whne your concurrent request limit is exceeded.
ADataAccessRoleArnSpecify the Amazon Resource Name (ARN) of an IAM role that has permissions to access the Amazon S3 bucket containing your input files.