public sealed class ProcessorIOSpec.Types.InstanceResourceInputBindingSpec : IMessage<ProcessorIOSpec.Types.InstanceResourceInputBindingSpec>, IEquatable<ProcessorIOSpec.Types.InstanceResourceInputBindingSpec>, IDeepCloneable<ProcessorIOSpec.Types.InstanceResourceInputBindingSpec>, IBufferMessage, IMessageReference documentation and code samples for the Vision AI v1 API class ProcessorIOSpec.Types.InstanceResourceInputBindingSpec.
Message for instance resource channel specification. External resources are virtual nodes which are not expressed in the application graph. Each processor expresses its out-graph spec, so customer is able to override the external source or destinations to the
Implements
IMessageProcessorIOSpecTypesInstanceResourceInputBindingSpec, IEquatableProcessorIOSpecTypesInstanceResourceInputBindingSpec, IDeepCloneableProcessorIOSpecTypesInstanceResourceInputBindingSpec, IBufferMessage, IMessageNamespace
Google.Cloud.VisionAI.V1Assembly
Google.Cloud.VisionAI.V1.dll
Constructors
InstanceResourceInputBindingSpec()
public InstanceResourceInputBindingSpec()InstanceResourceInputBindingSpec(InstanceResourceInputBindingSpec)
public InstanceResourceInputBindingSpec(ProcessorIOSpec.Types.InstanceResourceInputBindingSpec other)| Parameter | |
|---|---|
| Name | Description |
other |
ProcessorIOSpecTypesInstanceResourceInputBindingSpec |
Properties
ConfigTypeUri
public string ConfigTypeUri { get; set; }The configuration proto that includes the Googleapis resources. I.e. type.googleapis.com/google.cloud.vision.v1.StreamWithAnnotation
| Property Value | |
|---|---|
| Type | Description |
string |
|
HasConfigTypeUri
public bool HasConfigTypeUri { get; }Gets whether the "config_type_uri" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasResourceTypeUri
public bool HasResourceTypeUri { get; }Gets whether the "resource_type_uri" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
Name
public string Name { get; set; }Name of the input binding, unique within the processor.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ResourceTypeCase
public ProcessorIOSpec.Types.InstanceResourceInputBindingSpec.ResourceTypeOneofCase ResourceTypeCase { get; }| Property Value | |
|---|---|
| Type | Description |
ProcessorIOSpecTypesInstanceResourceInputBindingSpecResourceTypeOneofCase |
|
ResourceTypeUri
public string ResourceTypeUri { get; set; }The direct type url of Googleapis resource. i.e. type.googleapis.com/google.cloud.vision.v1.Asset
| Property Value | |
|---|---|
| Type | Description |
string |
|