Class: Google::Cloud::VisionAI::V1::ProcessorIOSpec::GraphOutputChannelSpec
- Inherits:
-
Object
- Object
- Google::Cloud::VisionAI::V1::ProcessorIOSpec::GraphOutputChannelSpec
- 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
-
#data_type ⇒ ::Google::Cloud::VisionAI::V1::DataType
The data type of the current output channel.
- #data_type_uri ⇒ ::String
-
#name ⇒ ::String
The name of the current output channel.
Instance Attribute Details
#data_type ⇒ ::Google::Cloud::VisionAI::V1::DataType
Returns The data type 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 |
#data_type_uri ⇒ ::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.
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 |