Vision AI v1 API - Class ProcessorIOSpec.Types.InstanceResourceOutputBindingSpec (1.0.0-beta01)

public sealed class ProcessorIOSpec.Types.InstanceResourceOutputBindingSpec : IMessage<ProcessorIOSpec.Types.InstanceResourceOutputBindingSpec>, IEquatable<ProcessorIOSpec.Types.InstanceResourceOutputBindingSpec>, IDeepCloneable<ProcessorIOSpec.Types.InstanceResourceOutputBindingSpec>, IBufferMessage, IMessage

Inheritance

object > ProcessorIOSpec.Types.InstanceResourceOutputBindingSpec

Namespace

Google.Cloud.VisionAI.V1

Assembly

Google.Cloud.VisionAI.V1.dll

Constructors

InstanceResourceOutputBindingSpec()

public InstanceResourceOutputBindingSpec()

InstanceResourceOutputBindingSpec(InstanceResourceOutputBindingSpec)

public InstanceResourceOutputBindingSpec(ProcessorIOSpec.Types.InstanceResourceOutputBindingSpec other)
Parameter
Name Description
other ProcessorIOSpecTypesInstanceResourceOutputBindingSpec

Properties

Explicit

public bool Explicit { get; set; }

Whether the output resource needs to be explicitly set in the instance. If it is false, the processor will automatically generate it if required.

Property Value
Type Description
bool

Name

public string Name { get; set; }

Name of the output binding, unique within the processor.

Property Value
Type Description
string

ResourceTypeUri

public string ResourceTypeUri { get; set; }

The resource type uri of the acceptable output resource.

Property Value
Type Description
string