public sealed class ProcessorIOSpec.Types.InstanceResourceOutputBindingSpec : IMessage<ProcessorIOSpec.Types.InstanceResourceOutputBindingSpec>, IEquatable<ProcessorIOSpec.Types.InstanceResourceOutputBindingSpec>, IDeepCloneable<ProcessorIOSpec.Types.InstanceResourceOutputBindingSpec>, IBufferMessage, IMessageImplements
IMessageProcessorIOSpecTypesInstanceResourceOutputBindingSpec, IEquatableProcessorIOSpecTypesInstanceResourceOutputBindingSpec, IDeepCloneableProcessorIOSpecTypesInstanceResourceOutputBindingSpec, IBufferMessage, IMessageNamespace
Google.Cloud.VisionAI.V1Assembly
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 |
|