StartAwsTranscribeJob

StartAwsTranscribeJob

AWS Transcribe 작업을 트리거하는 프로세서예요. 작업 상태를 모니터링하려면 그 뒤에 GetAwsTranscribeStatus 프로세서를 이어서 구성해야 해요.

출처: Snowflake 문서

본문

번들 (Bundle)

org.apache.nifi | nifi-aws-nar

설명 (Description)

AWS Transcribe 작업을 트리거합니다. 작업 상태를 모니터링하려면 그 뒤에 GetAwsTranscribeStatus 프로세서를 이어야 합니다.

태그 (Tags)

AWS, Amazon, ML, Machine Learning, Transcribe

입력 요구사항 (Input Requirement)

민감 동적 속성 지원 (Supports Sensitive Dynamic Properties)

false

속성 (Properties)

속성 (Property) 설명 (Description)
AWS Credentials Provider service AWS credentials provider를 얻는 데 사용되는 Controller Service입니다.
Communications Timeout
Endpoint Override URL scheme, host, port, path를 포함해 AWS 기본값 대신 사용할 Endpoint URL입니다. AWS 라이브러리는 AWS 리전을 기준으로 endpoint URL을 선택하지만, 이 속성이 선택된 endpoint URL을 재정의하여 다른 S3 호환 endpoint와 함께 사용할 수 있게 합니다.
JSON Payload AWS Machine Learning 서비스에 대한 JSON 요청입니다. 이 속성이 지정되지 않으면 프로세서는 요청에 FlowFile 내용을 사용합니다.
Region
SSL Context Service 선택적 SSL Context Service를 지정하며, 제공되면 연결을 만드는 데 사용됩니다.

관계 (Relationships)

이름 (Name) 설명 (Description)
failure FlowFile이 failure 관계로 라우팅됩니다.
original 성공적으로 완료되면 원본 FlowFile이 이 관계로 라우팅됩니다.
success FlowFile이 success 관계로 라우팅됩니다.

쓰는 속성 (Writes attributes)

이름 (Name) 설명 (Description)
awsTaskId GetAwsTranscribeJobStatus에서 작업 완료를 폴링하는 데 사용할 수 있는 task ID입니다.

함께 보기 (See also)

  • org.apache.nifi.processors.aws.ml.transcribe.GetAwsTranscribeJobStatus

더 알아보기 (Learn more)