Class: Google::Cloud::VisionAI::V1::OperatorQuery
- Inherits:
-
Object
- Object
- Google::Cloud::VisionAI::V1::OperatorQuery
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/visionai/v1/lva_service.rb
Overview
OperatorQuery represents one query to a Operator.
Instance Attribute Summary collapse
-
#operator ⇒ ::String
Required.
-
#registry ⇒ ::Google::Cloud::VisionAI::V1::Registry
Optional.
-
#tag ⇒ ::String
Optional.
Instance Attribute Details
#operator ⇒ ::String
Returns Required. The canonical Name of the operator. e.g. OccupancyCounting.
481 482 483 484 |
# File 'proto_docs/google/cloud/visionai/v1/lva_service.rb', line 481 class OperatorQuery include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#registry ⇒ ::Google::Cloud::VisionAI::V1::Registry
Returns Optional. Registry of the operator.
481 482 483 484 |
# File 'proto_docs/google/cloud/visionai/v1/lva_service.rb', line 481 class OperatorQuery include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#tag ⇒ ::String
Returns Optional. Tag of the operator.
481 482 483 484 |
# File 'proto_docs/google/cloud/visionai/v1/lva_service.rb', line 481 class OperatorQuery include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |