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
- (::Google::Cloud::VisionAI::V1::Registry) — Optional. Registry of the operator.
#registry=
def registry=(value) -> ::Google::Cloud::VisionAI::V1::Registry
Parameter
- value (::Google::Cloud::VisionAI::V1::Registry) — Optional. Registry of the operator.
Returns
- (::Google::Cloud::VisionAI::V1::Registry) — Optional. Registry of the operator.
#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.