StartAwsTranscribeJob 2025.10.9.21

Bundle

org.apache.nifi | nifi-aws-nar

Description

Trigger a AWS Transcribe job. It should be followed by GetAwsTranscribeStatus processor in order to monitor job status.

Tags

AWS, Amazon, ML, Machine Learning, Transcribe

Input Requirement

Supports Sensitive Dynamic Properties

false

Properties

PropertyDescription
AWS Credentials Provider serviceThe Controller Service that is used to obtain AWS credentials provider
Communications Timeout
Endpoint Override URLEndpoint URL to use instead of the AWS default including scheme, host, port, and path. The AWS libraries select an endpoint URL based on the AWS region, but this property overrides the selected endpoint URL, allowing use with other S3-compatible endpoints.
JSON PayloadJSON request for AWS Machine Learning services. The Processor will use FlowFile content for the request when this property is not specified.
Region
SSL Context ServiceSpecifies an optional SSL Context Service that, if provided, will be used to create connections

Relationships

NameDescription
failureFlowFiles are routed to failure relationship
originalUpon successful completion, the original FlowFile will be routed to this relationship.
successFlowFiles are routed to success relationship

Writes attributes

NameDescription
awsTaskIdThe task ID that can be used to poll for Job completion in GetAwsTranscribeJobStatus

See also