Vision AI V1 API - Class Google::Cloud::VisionAI::V1::OperatorQuery (v0.2.0)

Reference documentation and code samples for the Vision AI V1 API class Google::Cloud::VisionAI::V1::OperatorQuery.

OperatorQuery represents one query to a Operator.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#operator

def operator() -> ::String
Returns
  • (::String) — Required. The canonical Name of the operator. e.g. OccupancyCounting.

#operator=

def operator=(value) -> ::String
Parameter
  • value (::String) — Required. The canonical Name of the operator. e.g. OccupancyCounting.
Returns
  • (::String) — Required. The canonical Name of the operator. e.g. OccupancyCounting.

#registry

def registry() -> ::Google::Cloud::VisionAI::V1::Registry
Returns

#registry=

def registry=(value) -> ::Google::Cloud::VisionAI::V1::Registry
Parameter
Returns

#tag

def tag() -> ::String
Returns
  • (::String) — Optional. Tag of the operator.

#tag=

def tag=(value) -> ::String
Parameter
  • value (::String) — Optional. Tag of the operator.
Returns
  • (::String) — Optional. Tag of the operator.