Class: Google::Cloud::VisionAI::V1::AnalyzerDefinition::OperatorOption

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#registry::String

Returns Registry of the operator. e.g. public, dev.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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