Class: Google::Cloud::VisionAI::V1::ProcessorIOSpec::GraphInputChannelSpec
- Inherits:
-
Object
- Object
- Google::Cloud::VisionAI::V1::ProcessorIOSpec::GraphInputChannelSpec
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/visionai/v1/platform.rb
Overview
Message for input channel specification.
Instance Attribute Summary collapse
-
#accepted_data_type_uris ⇒ ::Array<::String>
If specified, only those detailed data types can be connected to the processor.
-
#data_type ⇒ ::Google::Cloud::VisionAI::V1::DataType
The data types of the current input channel.
-
#max_connection_allowed ⇒ ::Integer
How many input edges can be connected to this input channel.
-
#name ⇒ ::String
The name of the current input channel.
-
#required ⇒ ::Boolean
Whether the current input channel is required by the processor.
Instance Attribute Details
#accepted_data_type_uris ⇒ ::Array<::String>
1417 1418 1419 1420 |
# File 'proto_docs/google/cloud/visionai/v1/platform.rb', line 1417 class GraphInputChannelSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#data_type ⇒ ::Google::Cloud::VisionAI::V1::DataType
1417 1418 1419 1420 |
# File 'proto_docs/google/cloud/visionai/v1/platform.rb', line 1417 class GraphInputChannelSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#max_connection_allowed ⇒ ::Integer
1417 1418 1419 1420 |
# File 'proto_docs/google/cloud/visionai/v1/platform.rb', line 1417 class GraphInputChannelSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
1417 1418 1419 1420 |
# File 'proto_docs/google/cloud/visionai/v1/platform.rb', line 1417 class GraphInputChannelSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#required ⇒ ::Boolean
1417 1418 1419 1420 |
# File 'proto_docs/google/cloud/visionai/v1/platform.rb', line 1417 class GraphInputChannelSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |