Vision AI v1 API - Class Instance.Types.OutputResource (1.0.0-beta01)

public sealed class Instance.Types.OutputResource : IMessage<Instance.Types.OutputResource>, IEquatable<Instance.Types.OutputResource>, IDeepCloneable<Instance.Types.OutputResource>, IBufferMessage, IMessage

Reference documentation and code samples for the Vision AI v1 API class Instance.Types.OutputResource.

Message of output resource used in one application instance.

Inheritance

object > Instance.Types.OutputResource

Namespace

Google.Cloud.VisionAI.V1

Assembly

Google.Cloud.VisionAI.V1.dll

Constructors

OutputResource()

public OutputResource()

OutputResource(OutputResource)

public OutputResource(Instance.Types.OutputResource other)
Parameter
Name Description
other InstanceTypesOutputResource

Properties

Autogen

public bool Autogen { get; set; }

Output only. Whether the output resource is created automatically by the Vision AI App Platform.

Property Value
Type Description
bool

IsTemporary

public bool IsTemporary { get; set; }

Output only. Whether the output resource is temporary which means the resource is generated during the deployment of the application. Temporary resource will be deleted during the undeployment of the application.

Property Value
Type Description
bool

OutputResourceBinding

public string OutputResourceBinding { get; set; }

The specific output resource binding which produces the current OutputResource.

Property Value
Type Description
string

OutputResource_

public string OutputResource_ { get; set; }

The output resource name for the current application instance.

Property Value
Type Description
string

ProducerNode

public string ProducerNode { get; set; }

The name of graph node who produces the output resource name. For example: output_resource: /projects/123/locations/us-central1/clusters/456/streams/output-application-789-stream-a-occupancy-counting producer_node: occupancy-counting

Property Value
Type Description
string