Class: Google::Cloud::VisionAI::V1::ProcessorIOSpec::GraphOutputChannelSpec

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

Overview

Message for output channel specification.

Instance Attribute Summary collapse

Instance Attribute Details

#data_type::Google::Cloud::VisionAI::V1::DataType

Returns The data type of the current output channel.

Returns:



1427
1428
1429
1430
# File 'proto_docs/google/cloud/visionai/v1/platform.rb', line 1427

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

#data_type_uri::String

Returns:

  • (::String)


1427
1428
1429
1430
# File 'proto_docs/google/cloud/visionai/v1/platform.rb', line 1427

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

#name::String

Returns The name of the current output channel.

Returns:

  • (::String)

    The name of the current output channel.



1427
1428
1429
1430
# File 'proto_docs/google/cloud/visionai/v1/platform.rb', line 1427

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