GetGcpVisionAnnotateImagesOperationStatus 2.0.0

Bundle
org.apache.nifi | nifi-gcp-nar
Description
Retrieves the current status of an Google Vision operation.
Tags
Cloud, Google, Machine Learning, Vision
Input Requirement
Supports Sensitive Dynamic Properties
false
  • Additional Details for GetGcpVisionAnnotateImagesOperationStatus 2.0.0

    Google Vision

    Google Cloud Vision - Get Annotate Images Status

    Usage

    GetGcpVisionAnnotateImagesOperationStatus is designed to periodically check the statuses of image annotation operations. This processor should be used in pair with StartGcpVisionAnnotateImagesOperation Processor. An outgoing FlowFile contains the raw response returned by the Vision server. This response is in JSON format and contains a Google storage reference where the result is located, as well as additional metadata, as written in the Google Vision API Reference document.

Properties
Relationships
Name Description
running The job is currently still being processed
success FlowFiles are routed to success relationship
failure FlowFiles are routed to failure relationship
original Upon successful completion, the original FlowFile will be routed to this relationship.
Reads Attributes
Name Description
operationKey A unique identifier of the operation designated by the Vision server.
See Also