StartGcpVisionAnnotateImagesOperation 2.3.0¶

BUNDLE¶

org.apache.nifi | nifi-gcp-nar

DESCRIPTION¶

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

TAGS¶

Cloud, Google, Machine Learning, Vision

INPUT REQUIREMENT¶

Supports Sensitive Dynamic Properties¶

false

PROPERTIES¶

Property

Description

gcp-credentials-provider-service

The Controller Service used to obtain Google Cloud Platform credentials.

json-payload

JSON request for AWS Machine Learning services. The Processor will use FlowFile content for the request when this property is not specified.

output-bucket

Name 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-type

Type 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¶

NAME

DESCRIPTION

failure

FlowFiles are routed to failure relationship

success

FlowFiles are routed to success relationship

WRITES ATTRIBUTES¶

NAME

DESCRIPTION

operationKey

A unique identifier of the operation returned by the Vision server.

SEE ALSO¶