Vision AI V1 API - Class Google::Cloud::VisionAI::V1::OperatorDefinition::ArgumentDefinition (v0.1.0)

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

Defines an argument to an operator.

Used for both inputs and outputs.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#argument

def argument() -> ::String
Returns
  • (::String) — The name of the argument.

    Tentatively a-z?, e.g., video, audio, high_fps_frame.

#argument=

def argument=(value) -> ::String
Parameter
  • value (::String) — The name of the argument.

    Tentatively a-z?, e.g., video, audio, high_fps_frame.

Returns
  • (::String) — The name of the argument.

    Tentatively a-z?, e.g., video, audio, high_fps_frame.

#type

def type() -> ::String
Returns
  • (::String) — The data type of the argument.

    This should match the textual representation of a stream/Packet type.

#type=

def type=(value) -> ::String
Parameter
  • value (::String) — The data type of the argument.

    This should match the textual representation of a stream/Packet type.

Returns
  • (::String) — The data type of the argument.

    This should match the textual representation of a stream/Packet type.