Interface ProcessorIOSpecOrBuilder (0.2.0)

public interface ProcessorIOSpecOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getGraphInputChannelSpecs(int index)

public abstract ProcessorIOSpec.GraphInputChannelSpec getGraphInputChannelSpecs(int index)

For processors with input_channel_specs, the processor must be explicitly connected to another processor.

repeated .google.cloud.visionai.v1.ProcessorIOSpec.GraphInputChannelSpec graph_input_channel_specs = 3;

Parameter
Name Description
index int
Returns
Type Description
ProcessorIOSpec.GraphInputChannelSpec

getGraphInputChannelSpecsCount()

public abstract int getGraphInputChannelSpecsCount()

For processors with input_channel_specs, the processor must be explicitly connected to another processor.

repeated .google.cloud.visionai.v1.ProcessorIOSpec.GraphInputChannelSpec graph_input_channel_specs = 3;

Returns
Type Description
int

getGraphInputChannelSpecsList()

public abstract List<ProcessorIOSpec.GraphInputChannelSpec> getGraphInputChannelSpecsList()

For processors with input_channel_specs, the processor must be explicitly connected to another processor.

repeated .google.cloud.visionai.v1.ProcessorIOSpec.GraphInputChannelSpec graph_input_channel_specs = 3;

Returns
Type Description
List<GraphInputChannelSpec>

getGraphInputChannelSpecsOrBuilder(int index)

public abstract ProcessorIOSpec.GraphInputChannelSpecOrBuilder getGraphInputChannelSpecsOrBuilder(int index)

For processors with input_channel_specs, the processor must be explicitly connected to another processor.

repeated .google.cloud.visionai.v1.ProcessorIOSpec.GraphInputChannelSpec graph_input_channel_specs = 3;

Parameter
Name Description
index int
Returns
Type Description
ProcessorIOSpec.GraphInputChannelSpecOrBuilder

getGraphInputChannelSpecsOrBuilderList()

public abstract List<? extends ProcessorIOSpec.GraphInputChannelSpecOrBuilder> getGraphInputChannelSpecsOrBuilderList()

For processors with input_channel_specs, the processor must be explicitly connected to another processor.

repeated .google.cloud.visionai.v1.ProcessorIOSpec.GraphInputChannelSpec graph_input_channel_specs = 3;

Returns
Type Description
List<? extends com.google.cloud.visionai.v1.ProcessorIOSpec.GraphInputChannelSpecOrBuilder>

getGraphOutputChannelSpecs(int index)

public abstract ProcessorIOSpec.GraphOutputChannelSpec getGraphOutputChannelSpecs(int index)

The output artifact specifications for the current processor.

repeated .google.cloud.visionai.v1.ProcessorIOSpec.GraphOutputChannelSpec graph_output_channel_specs = 4;

Parameter
Name Description
index int
Returns
Type Description
ProcessorIOSpec.GraphOutputChannelSpec

getGraphOutputChannelSpecsCount()

public abstract int getGraphOutputChannelSpecsCount()

The output artifact specifications for the current processor.

repeated .google.cloud.visionai.v1.ProcessorIOSpec.GraphOutputChannelSpec graph_output_channel_specs = 4;

Returns
Type Description
int

getGraphOutputChannelSpecsList()

public abstract List<ProcessorIOSpec.GraphOutputChannelSpec> getGraphOutputChannelSpecsList()

The output artifact specifications for the current processor.

repeated .google.cloud.visionai.v1.ProcessorIOSpec.GraphOutputChannelSpec graph_output_channel_specs = 4;

Returns
Type Description
List<GraphOutputChannelSpec>

getGraphOutputChannelSpecsOrBuilder(int index)

public abstract ProcessorIOSpec.GraphOutputChannelSpecOrBuilder getGraphOutputChannelSpecsOrBuilder(int index)

The output artifact specifications for the current processor.

repeated .google.cloud.visionai.v1.ProcessorIOSpec.GraphOutputChannelSpec graph_output_channel_specs = 4;

Parameter
Name Description
index int
Returns
Type Description
ProcessorIOSpec.GraphOutputChannelSpecOrBuilder

getGraphOutputChannelSpecsOrBuilderList()

public abstract List<? extends ProcessorIOSpec.GraphOutputChannelSpecOrBuilder> getGraphOutputChannelSpecsOrBuilderList()

The output artifact specifications for the current processor.

repeated .google.cloud.visionai.v1.ProcessorIOSpec.GraphOutputChannelSpec graph_output_channel_specs = 4;

Returns
Type Description
List<? extends com.google.cloud.visionai.v1.ProcessorIOSpec.GraphOutputChannelSpecOrBuilder>

getInstanceResourceInputBindingSpecs(int index)

public abstract ProcessorIOSpec.InstanceResourceInputBindingSpec getInstanceResourceInputBindingSpecs(int index)

The input resource that needs to be fed from the application instance.

repeated .google.cloud.visionai.v1.ProcessorIOSpec.InstanceResourceInputBindingSpec instance_resource_input_binding_specs = 5;

Parameter
Name Description
index int
Returns
Type Description
ProcessorIOSpec.InstanceResourceInputBindingSpec

getInstanceResourceInputBindingSpecsCount()

public abstract int getInstanceResourceInputBindingSpecsCount()

The input resource that needs to be fed from the application instance.

repeated .google.cloud.visionai.v1.ProcessorIOSpec.InstanceResourceInputBindingSpec instance_resource_input_binding_specs = 5;

Returns
Type Description
int

getInstanceResourceInputBindingSpecsList()

public abstract List<ProcessorIOSpec.InstanceResourceInputBindingSpec> getInstanceResourceInputBindingSpecsList()

The input resource that needs to be fed from the application instance.

repeated .google.cloud.visionai.v1.ProcessorIOSpec.InstanceResourceInputBindingSpec instance_resource_input_binding_specs = 5;

Returns
Type Description
List<InstanceResourceInputBindingSpec>

getInstanceResourceInputBindingSpecsOrBuilder(int index)

public abstract ProcessorIOSpec.InstanceResourceInputBindingSpecOrBuilder getInstanceResourceInputBindingSpecsOrBuilder(int index)

The input resource that needs to be fed from the application instance.

repeated .google.cloud.visionai.v1.ProcessorIOSpec.InstanceResourceInputBindingSpec instance_resource_input_binding_specs = 5;

Parameter
Name Description
index int
Returns
Type Description
ProcessorIOSpec.InstanceResourceInputBindingSpecOrBuilder

getInstanceResourceInputBindingSpecsOrBuilderList()

public abstract List<? extends ProcessorIOSpec.InstanceResourceInputBindingSpecOrBuilder> getInstanceResourceInputBindingSpecsOrBuilderList()

The input resource that needs to be fed from the application instance.

repeated .google.cloud.visionai.v1.ProcessorIOSpec.InstanceResourceInputBindingSpec instance_resource_input_binding_specs = 5;

Returns
Type Description
List<? extends com.google.cloud.visionai.v1.ProcessorIOSpec.InstanceResourceInputBindingSpecOrBuilder>

getInstanceResourceOutputBindingSpecs(int index)

public abstract ProcessorIOSpec.InstanceResourceOutputBindingSpec getInstanceResourceOutputBindingSpecs(int index)

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.

repeated .google.cloud.visionai.v1.ProcessorIOSpec.InstanceResourceOutputBindingSpec instance_resource_output_binding_specs = 6;

Parameter
Name Description
index int
Returns
Type Description
ProcessorIOSpec.InstanceResourceOutputBindingSpec

getInstanceResourceOutputBindingSpecsCount()

public abstract int getInstanceResourceOutputBindingSpecsCount()

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.

repeated .google.cloud.visionai.v1.ProcessorIOSpec.InstanceResourceOutputBindingSpec instance_resource_output_binding_specs = 6;

Returns
Type Description
int

getInstanceResourceOutputBindingSpecsList()

public abstract List<ProcessorIOSpec.InstanceResourceOutputBindingSpec> getInstanceResourceOutputBindingSpecsList()

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.

repeated .google.cloud.visionai.v1.ProcessorIOSpec.InstanceResourceOutputBindingSpec instance_resource_output_binding_specs = 6;

Returns
Type Description
List<InstanceResourceOutputBindingSpec>

getInstanceResourceOutputBindingSpecsOrBuilder(int index)

public abstract ProcessorIOSpec.InstanceResourceOutputBindingSpecOrBuilder getInstanceResourceOutputBindingSpecsOrBuilder(int index)

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.

repeated .google.cloud.visionai.v1.ProcessorIOSpec.InstanceResourceOutputBindingSpec instance_resource_output_binding_specs = 6;

Parameter
Name Description
index int
Returns
Type Description
ProcessorIOSpec.InstanceResourceOutputBindingSpecOrBuilder

getInstanceResourceOutputBindingSpecsOrBuilderList()

public abstract List<? extends ProcessorIOSpec.InstanceResourceOutputBindingSpecOrBuilder> getInstanceResourceOutputBindingSpecsOrBuilderList()

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.

repeated .google.cloud.visionai.v1.ProcessorIOSpec.InstanceResourceOutputBindingSpec instance_resource_output_binding_specs = 6;

Returns
Type Description
List<? extends com.google.cloud.visionai.v1.ProcessorIOSpec.InstanceResourceOutputBindingSpecOrBuilder>