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

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

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

Message storing the graph of the application.

Inheritance

object > ApplicationConfigs

Namespace

Google.Cloud.VisionAI.V1

Assembly

Google.Cloud.VisionAI.V1.dll

Constructors

ApplicationConfigs()

public ApplicationConfigs()

ApplicationConfigs(ApplicationConfigs)

public ApplicationConfigs(ApplicationConfigs other)
Parameter
Name Description
other ApplicationConfigs

Properties

EventDeliveryConfig

public ApplicationConfigs.Types.EventDeliveryConfig EventDeliveryConfig { get; set; }

Event-related configuration for this application.

Property Value
Type Description
ApplicationConfigsTypesEventDeliveryConfig

Nodes

public RepeatedField<Node> Nodes { get; }

A list of nodes in the application graph.

Property Value
Type Description
RepeatedFieldNode