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
-
(::String) — The name of the argument.
Tentatively a-z?, e.g., video, audio, high_fps_frame.
#argument=
def argument=(value) -> ::String
-
value (::String) — The name of the argument.
Tentatively a-z?, e.g., video, audio, high_fps_frame.
-
(::String) — The name of the argument.
Tentatively a-z?, e.g., video, audio, high_fps_frame.
#type
def type() -> ::String
-
(::String) — The data type of the argument.
This should match the textual representation of a stream/Packet type.
#type=
def type=(value) -> ::String
-
value (::String) — The data type of the argument.
This should match the textual representation of a stream/Packet type.
-
(::String) — The data type of the argument.
This should match the textual representation of a stream/Packet type.