Cloud AI Platform v1 API - Class IndexStats (2.18.0)

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

Reference documentation and code samples for the Cloud AI Platform v1 API class IndexStats.

Stats of the Index.

Inheritance

object > IndexStats

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

IndexStats()

public IndexStats()

IndexStats(IndexStats)

public IndexStats(IndexStats other)
Parameter
NameDescription
otherIndexStats

Properties

ShardsCount

public int ShardsCount { get; set; }

Output only. The number of shards in the Index.

Property Value
TypeDescription
int

VectorsCount

public long VectorsCount { get; set; }

Output only. The number of vectors in the Index.

Property Value
TypeDescription
long