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

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

Option related to the operator.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#registry

def registry() -> ::String
Returns
  • (::String) — Registry of the operator. e.g. public, dev.

#registry=

def registry=(value) -> ::String
Parameter
  • value (::String) — Registry of the operator. e.g. public, dev.
Returns
  • (::String) — Registry of the operator. e.g. public, dev.

#tag

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

#tag=

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