Class: Google::Cloud::VisionAI::V1::OperatorDefinition::ArgumentDefinition

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/visionai/v1/lva.rb

Overview

Defines an argument to an operator.

Used for both inputs and outputs.

Instance Attribute Summary collapse

Instance Attribute Details

#argument::String

Returns 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.



70
71
72
73
# File 'proto_docs/google/cloud/visionai/v1/lva.rb', line 70

class ArgumentDefinition
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#type::String

Returns 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.



70
71
72
73
# File 'proto_docs/google/cloud/visionai/v1/lva.rb', line 70

class ArgumentDefinition
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end