Package com.google.cloud.aiplatform.v1
Interface IndexStatsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
IndexStats
,IndexStats.Builder
public interface IndexStatsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getShardsCount()
Output only.long
getVectorsCount()
Output only.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getVectorsCount
long getVectorsCount()
Output only. The number of vectors in the Index.
int64 vectors_count = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The vectorsCount.
-
getShardsCount
int getShardsCount()
Output only. The number of shards in the Index.
int32 shards_count = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The shardsCount.
-
-