AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Makes it possible to control how your transcription job is processed. Currently, the
only JobExecutionSettings
modification you can choose is enabling job queueing
using the AllowDeferredExecution
sub-parameter.
If you include JobExecutionSettings
in your request, you must also include
the sub-parameters: AllowDeferredExecution
and DataAccessRoleArn
.
Namespace: Amazon.TranscribeService.Model
Assembly: AWSSDK.TranscribeService.dll
Version: 3.x.y.z
public class JobExecutionSettings
The JobExecutionSettings type exposes the following members
Name | Description | |
---|---|---|
JobExecutionSettings() |
Name | Type | Description | |
---|---|---|---|
AllowDeferredExecution | System.Boolean |
Gets and sets the property AllowDeferredExecution.
Makes it possible to enable job queuing when your concurrent request limit is exceeded.
When
If you include |
|
DataAccessRoleArn | System.String |
Gets and sets the property DataAccessRoleArn. The Amazon Resource Name (ARN) of an IAM role that has permissions to access the Amazon S3 bucket that contains your input files. If the role that you specify doesn’t have the appropriate permissions to access the specified Amazon S3 location, your request fails.
IAM role ARNs have the format
Note that if you include |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5