Show / Hide Table of Contents

Class GoogleCloudAiplatformV1IndexStats

Stats of the Index.

Inheritance
object
GoogleCloudAiplatformV1IndexStats
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1IndexStats : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ShardsCount

Output only. The number of shards in the Index.

Declaration
[JsonProperty("shardsCount")]
public virtual int? ShardsCount { get; set; }
Property Value
Type Description
int?

SparseVectorsCount

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

Declaration
[JsonProperty("sparseVectorsCount")]
public virtual long? SparseVectorsCount { get; set; }
Property Value
Type Description
long?

VectorsCount

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

Declaration
[JsonProperty("vectorsCount")]
public virtual long? VectorsCount { get; set; }
Property Value
Type Description
long?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX