Class: Google::Cloud::VisionAI::V1::AnalyzerDefinition::OperatorOption
- Inherits:
-
Object
- Object
- Google::Cloud::VisionAI::V1::AnalyzerDefinition::OperatorOption
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/visionai/v1/lva.rb
Overview
Option related to the operator.
Instance Attribute Summary collapse
-
#registry ⇒ ::String
Registry of the operator.
-
#tag ⇒ ::String
Tag of the operator.
Instance Attribute Details
#registry ⇒ ::String
Returns Registry of the operator. e.g. public, dev.
271 272 273 274 |
# File 'proto_docs/google/cloud/visionai/v1/lva.rb', line 271 class OperatorOption include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#tag ⇒ ::String
Returns Tag of the operator.
271 272 273 274 |
# File 'proto_docs/google/cloud/visionai/v1/lva.rb', line 271 class OperatorOption include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |