Package io.milvus.grpc
Interface ClusteringInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ClusteringInfo,ClusteringInfo.Builder
public interface ClusteringInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetScalarClusteringInfos(int index) repeated .milvus.proto.schema.ScalarClusteringInfo scalar_clustering_infos = 2;intrepeated .milvus.proto.schema.ScalarClusteringInfo scalar_clustering_infos = 2;repeated .milvus.proto.schema.ScalarClusteringInfo scalar_clustering_infos = 2;getScalarClusteringInfosOrBuilder(int index) repeated .milvus.proto.schema.ScalarClusteringInfo scalar_clustering_infos = 2;List<? extends ScalarClusteringInfoOrBuilder> repeated .milvus.proto.schema.ScalarClusteringInfo scalar_clustering_infos = 2;getVectorClusteringInfos(int index) repeated .milvus.proto.schema.VectorClusteringInfo vector_clustering_infos = 1;intrepeated .milvus.proto.schema.VectorClusteringInfo vector_clustering_infos = 1;repeated .milvus.proto.schema.VectorClusteringInfo vector_clustering_infos = 1;getVectorClusteringInfosOrBuilder(int index) repeated .milvus.proto.schema.VectorClusteringInfo vector_clustering_infos = 1;List<? extends VectorClusteringInfoOrBuilder> repeated .milvus.proto.schema.VectorClusteringInfo vector_clustering_infos = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getVectorClusteringInfosList
List<VectorClusteringInfo> getVectorClusteringInfosList()repeated .milvus.proto.schema.VectorClusteringInfo vector_clustering_infos = 1; -
getVectorClusteringInfos
repeated .milvus.proto.schema.VectorClusteringInfo vector_clustering_infos = 1; -
getVectorClusteringInfosCount
int getVectorClusteringInfosCount()repeated .milvus.proto.schema.VectorClusteringInfo vector_clustering_infos = 1; -
getVectorClusteringInfosOrBuilderList
List<? extends VectorClusteringInfoOrBuilder> getVectorClusteringInfosOrBuilderList()repeated .milvus.proto.schema.VectorClusteringInfo vector_clustering_infos = 1; -
getVectorClusteringInfosOrBuilder
repeated .milvus.proto.schema.VectorClusteringInfo vector_clustering_infos = 1; -
getScalarClusteringInfosList
List<ScalarClusteringInfo> getScalarClusteringInfosList()repeated .milvus.proto.schema.ScalarClusteringInfo scalar_clustering_infos = 2; -
getScalarClusteringInfos
repeated .milvus.proto.schema.ScalarClusteringInfo scalar_clustering_infos = 2; -
getScalarClusteringInfosCount
int getScalarClusteringInfosCount()repeated .milvus.proto.schema.ScalarClusteringInfo scalar_clustering_infos = 2; -
getScalarClusteringInfosOrBuilderList
List<? extends ScalarClusteringInfoOrBuilder> getScalarClusteringInfosOrBuilderList()repeated .milvus.proto.schema.ScalarClusteringInfo scalar_clustering_infos = 2; -
getScalarClusteringInfosOrBuilder
repeated .milvus.proto.schema.ScalarClusteringInfo scalar_clustering_infos = 2;
-