Reference documentation and code samples for the Vision AI V1 API class Google::Cloud::VisionAI::V1::ProcessorIOSpec::GraphOutputChannelSpec.
Message for output channel specification.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#data_type
def data_type() -> ::Google::Cloud::VisionAI::V1::DataType
Returns
- (::Google::Cloud::VisionAI::V1::DataType) — The data type of the current output channel.
#data_type=
def data_type=(value) -> ::Google::Cloud::VisionAI::V1::DataType
Parameter
- value (::Google::Cloud::VisionAI::V1::DataType) — The data type of the current output channel.
Returns
- (::Google::Cloud::VisionAI::V1::DataType) — The data type of the current output channel.
#data_type_uri
def data_type_uri() -> ::String
Returns
- (::String)
#data_type_uri=
def data_type_uri=(value) -> ::String
Parameter
- value (::String)
Returns
- (::String)
#name
def name() -> ::String
Returns
- (::String) — The name of the current output channel.
#name=
def name=(value) -> ::String
Parameter
- value (::String) — The name of the current output channel.
Returns
- (::String) — The name of the current output channel.