Reference documentation and code samples for the Vision AI V1 API class Google::Cloud::VisionAI::V1::ProcessorIOSpec.
Message describing the input / output specifications of a processor.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#graph_input_channel_specs
def graph_input_channel_specs() -> ::Array<::Google::Cloud::VisionAI::V1::ProcessorIOSpec::GraphInputChannelSpec>
Returns
- (::Array<::Google::Cloud::VisionAI::V1::ProcessorIOSpec::GraphInputChannelSpec>) — For processors with input_channel_specs, the processor must be explicitly connected to another processor.
#graph_input_channel_specs=
def graph_input_channel_specs=(value) -> ::Array<::Google::Cloud::VisionAI::V1::ProcessorIOSpec::GraphInputChannelSpec>
Parameter
- value (::Array<::Google::Cloud::VisionAI::V1::ProcessorIOSpec::GraphInputChannelSpec>) — For processors with input_channel_specs, the processor must be explicitly connected to another processor.
Returns
- (::Array<::Google::Cloud::VisionAI::V1::ProcessorIOSpec::GraphInputChannelSpec>) — For processors with input_channel_specs, the processor must be explicitly connected to another processor.
#graph_output_channel_specs
def graph_output_channel_specs() -> ::Array<::Google::Cloud::VisionAI::V1::ProcessorIOSpec::GraphOutputChannelSpec>
Returns
- (::Array<::Google::Cloud::VisionAI::V1::ProcessorIOSpec::GraphOutputChannelSpec>) — The output artifact specifications for the current processor.
#graph_output_channel_specs=
def graph_output_channel_specs=(value) -> ::Array<::Google::Cloud::VisionAI::V1::ProcessorIOSpec::GraphOutputChannelSpec>
Parameter
- value (::Array<::Google::Cloud::VisionAI::V1::ProcessorIOSpec::GraphOutputChannelSpec>) — The output artifact specifications for the current processor.
Returns
- (::Array<::Google::Cloud::VisionAI::V1::ProcessorIOSpec::GraphOutputChannelSpec>) — The output artifact specifications for the current processor.
#instance_resource_input_binding_specs
def instance_resource_input_binding_specs() -> ::Array<::Google::Cloud::VisionAI::V1::ProcessorIOSpec::InstanceResourceInputBindingSpec>
Returns
- (::Array<::Google::Cloud::VisionAI::V1::ProcessorIOSpec::InstanceResourceInputBindingSpec>) — The input resource that needs to be fed from the application instance.
#instance_resource_input_binding_specs=
def instance_resource_input_binding_specs=(value) -> ::Array<::Google::Cloud::VisionAI::V1::ProcessorIOSpec::InstanceResourceInputBindingSpec>
Parameter
- value (::Array<::Google::Cloud::VisionAI::V1::ProcessorIOSpec::InstanceResourceInputBindingSpec>) — The input resource that needs to be fed from the application instance.
Returns
- (::Array<::Google::Cloud::VisionAI::V1::ProcessorIOSpec::InstanceResourceInputBindingSpec>) — The input resource that needs to be fed from the application instance.
#instance_resource_output_binding_specs
def instance_resource_output_binding_specs() -> ::Array<::Google::Cloud::VisionAI::V1::ProcessorIOSpec::InstanceResourceOutputBindingSpec>
Returns
- (::Array<::Google::Cloud::VisionAI::V1::ProcessorIOSpec::InstanceResourceOutputBindingSpec>) — The output resource that the processor will generate per instance. Other than the explicitly listed output bindings here, all the processors' GraphOutputChannels can be binded to stream resource. The bind name then is the same as the GraphOutputChannel's name.
#instance_resource_output_binding_specs=
def instance_resource_output_binding_specs=(value) -> ::Array<::Google::Cloud::VisionAI::V1::ProcessorIOSpec::InstanceResourceOutputBindingSpec>
Parameter
- value (::Array<::Google::Cloud::VisionAI::V1::ProcessorIOSpec::InstanceResourceOutputBindingSpec>) — The output resource that the processor will generate per instance. Other than the explicitly listed output bindings here, all the processors' GraphOutputChannels can be binded to stream resource. The bind name then is the same as the GraphOutputChannel's name.
Returns
- (::Array<::Google::Cloud::VisionAI::V1::ProcessorIOSpec::InstanceResourceOutputBindingSpec>) — The output resource that the processor will generate per instance. Other than the explicitly listed output bindings here, all the processors' GraphOutputChannels can be binded to stream resource. The bind name then is the same as the GraphOutputChannel's name.