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

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

Inheritance

object > ClusterInfo

Namespace

Google.Cloud.VisionAI.V1

Assembly

Google.Cloud.VisionAI.V1.dll

Constructors

ClusterInfo()

public ClusterInfo()

ClusterInfo(ClusterInfo)

public ClusterInfo(ClusterInfo other)
Parameter
Name Description
other ClusterInfo

Properties

ProcessesCount

public int ProcessesCount { get; set; }

The number of active processes in the cluster.

Property Value
Type Description
int

StreamsCount

public int StreamsCount { get; set; }

The number of active streams in the cluster.

Property Value
Type Description
int