StartGcpVisionAnnotateFilesOperation 2025.10.9.21

Bundle

org.apache.nifi | nifi-gcp-nar

Description

Trigger a Vision operation on file input. It should be followed by GetGcpVisionAnnotateFilesOperationStatus processor in order to monitor operation status.

Tags

Cloud, Google, Machine Learning, Vision

Input Requirement

Supports Sensitive Dynamic Properties

false

Properties

PropertyDescription
gcp-credentials-provider-serviceThe Controller Service used to obtain Google Cloud Platform credentials.
json-payloadJSON request for AWS Machine Learning services. The Processor will use FlowFile content for the request when this property is not specified.
output-bucketName of the GCS bucket where the output of the Vision job will be persisted. The value of this property applies when the JSON Payload property is configured. The JSON Payload property value can use Expression Language to reference the value of ${output-bucket}
vision-feature-typeType of GCP Vision Feature. The value of this property applies when the JSON Payload property is configured. The JSON Payload property value can use Expression Language to reference the value of ${vision-feature-type}

Relationships

NameDescription
failureFlowFiles are routed to failure relationship
successFlowFiles are routed to success relationship

Writes attributes

NameDescription
operationKeyA unique identifier of the operation returned by the Vision server.

See also