Reference documentation and code samples for the Google Cloud Vision Ai V1 Client class ProcessorIOSpec.
Message describing the input / output specifications of a processor.
Generated from protobuf message google.cloud.visionai.v1.ProcessorIOSpec
Namespace
Google \ Cloud \ VisionAI \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ graph_input_channel_specs
array< ProcessorIOSpec\GraphInputChannelSpec
>
For processors with input_channel_specs, the processor must be explicitly connected to another processor.
↳ graph_output_channel_specs
array< ProcessorIOSpec\GraphOutputChannelSpec
>
The output artifact specifications for the current processor.
↳ instance_resource_input_binding_specs
array< ProcessorIOSpec\InstanceResourceInputBindingSpec
>
The input resource that needs to be fed from the application instance.
↳ instance_resource_output_binding_specs
array< 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.
getGraphInputChannelSpecs
For processors with input_channel_specs, the processor must be explicitly connected to another processor.
setGraphInputChannelSpecs
For processors with input_channel_specs, the processor must be explicitly connected to another processor.
$this
getGraphOutputChannelSpecs
The output artifact specifications for the current processor.
setGraphOutputChannelSpecs
The output artifact specifications for the current processor.
$this
getInstanceResourceInputBindingSpecs
The input resource that needs to be fed from the application instance.
setInstanceResourceInputBindingSpecs
The input resource that needs to be fed from the application instance.
$this
getInstanceResourceOutputBindingSpecs
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.
setInstanceResourceOutputBindingSpecs
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.
$this

