Vision AI v1 API - Class AppPlatformMetadata (1.0.0-beta01)

public sealed class AppPlatformMetadata : IMessage<AppPlatformMetadata>, IEquatable<AppPlatformMetadata>, IDeepCloneable<AppPlatformMetadata>, IBufferMessage, IMessage

Reference documentation and code samples for the Vision AI v1 API class AppPlatformMetadata.

Message of essential metadata of App Platform. This message is usually attached to a certain processor output annotation for customer to identify the source of the data.

Inheritance

object > AppPlatformMetadata

Namespace

Google.Cloud.VisionAI.V1

Assembly

Google.Cloud.VisionAI.V1.dll

Constructors

AppPlatformMetadata()

public AppPlatformMetadata()

AppPlatformMetadata(AppPlatformMetadata)

public AppPlatformMetadata(AppPlatformMetadata other)
Parameter
Name Description
other AppPlatformMetadata

Properties

Application

public string Application { get; set; }

The application resource name.

Property Value
Type Description
string

InstanceId

public string InstanceId { get; set; }

The instance resource id. Instance is the nested resource of application under collection 'instances'.

Property Value
Type Description
string

Node

public string Node { get; set; }

The node name of the application graph.

Property Value
Type Description
string

Processor

public string Processor { get; set; }

The referred processor resource name of the application node.

Property Value
Type Description
string