GetAwsTranslateJobStatus 2.0.0

Bundle
org.apache.nifi | nifi-aws-nar
Description
Retrieves the current status of an AWS Translate job.
Tags
AWS, Amazon, ML, Machine Learning, Translate
Input Requirement
Supports Sensitive Dynamic Properties
false
  • Additional Details for GetAwsTranslateJobStatus 2.0.0

    Amazon Translate

    GetAwsTranslateJobStatus

    Amazon Translate is a neural machine translation service for translating text to and from English across a breadth of supported languages. Powered by deep-learning technologies, Amazon Translate delivers fast, high-quality, and affordable language translation. It provides a managed, continually trained solution, so you can easily translate company and user-authored content or build applications that require support across multiple languages. The machine translation engine has been trained on a wide variety of content across different domains to produce quality translations that serve any industry need.

    Usage

    GetAwsTranslateJobStatus Processor is designed to periodically check translate job status. This processor should be used in pair with Translate Processor. If the job successfully finished it will populate outputLocation attribute of the flow file where you can find the output of the Translation job.

Properties
Relationships
Name Description
throttled Retrieving results failed for some reason, but the issue is likely to resolve on its own, such as Provisioned Throughput Exceeded or a Throttling failure. It is generally expected to retry this relationship.
success Job successfully finished. FlowFile will be routed to this relation.
failure The job failed, the original FlowFile will be routed to this relationship.
original Upon successful completion, the original FlowFile will be routed to this relationship.
running The job is currently still being processed
Writes Attributes
Name Description
outputLocation S3 path-style output location of the result.
See Also