Cloud AI Platform v1 API - Class IndexStats (3.0.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
Name Description
other IndexStats

Properties

ShardsCount

public int ShardsCount { get; set; }

Output only. The number of shards in the Index.

Property Value
Type Description
int

SparseVectorsCount

public long SparseVectorsCount { get; set; }

Output only. The number of sparse vectors in the Index.

Property Value
Type Description
long

VectorsCount

public long VectorsCount { get; set; }

Output only. The number of dense vectors in the Index.

Property Value
Type Description
long