public sealed class ClusterInfo : IMessage<ClusterInfo>, IEquatable<ClusterInfo>, IDeepCloneable<ClusterInfo>, IBufferMessage, IMessageImplements
IMessageClusterInfo, IEquatableClusterInfo, IDeepCloneableClusterInfo, IBufferMessage, IMessageNamespace
Google.Cloud.VisionAI.V1Assembly
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 |
|