Vision AI v1 API - Class Application.Types.ApplicationRuntimeInfo.Types.GlobalOutputResource (1.0.0-beta01)

public sealed class Application.Types.ApplicationRuntimeInfo.Types.GlobalOutputResource : IMessage<Application.Types.ApplicationRuntimeInfo.Types.GlobalOutputResource>, IEquatable<Application.Types.ApplicationRuntimeInfo.Types.GlobalOutputResource>, IDeepCloneable<Application.Types.ApplicationRuntimeInfo.Types.GlobalOutputResource>, IBufferMessage, IMessage

Reference documentation and code samples for the Vision AI v1 API class Application.Types.ApplicationRuntimeInfo.Types.GlobalOutputResource.

Message about output resources from application.

Inheritance

object > Application.Types.ApplicationRuntimeInfo.Types.GlobalOutputResource

Namespace

Google.Cloud.VisionAI.V1

Assembly

Google.Cloud.VisionAI.V1.dll

Constructors

GlobalOutputResource()

public GlobalOutputResource()

GlobalOutputResource(GlobalOutputResource)

public GlobalOutputResource(Application.Types.ApplicationRuntimeInfo.Types.GlobalOutputResource other)
Parameter
Name Description
other ApplicationTypesApplicationRuntimeInfoTypesGlobalOutputResource

Properties

Key

public string Key { get; set; }

The key of the output resource, it has to be unique within the same producer node. One producer node can output several output resources, the key can be used to match corresponding output resources.

Property Value
Type Description
string

OutputResource

public string OutputResource { get; set; }

The full resource name of the outputted resources.

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/corpora/my-corpus/dataSchemas/my-schema producer_node: occupancy-count

Property Value
Type Description
string