Class GoogleCloudAiplatformV1beta1IndexStats
Stats of the Index.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1IndexStats : 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? |