Uses of Class
io.milvus.param.index.GetIndexStateParam
Packages that use GetIndexStateParam
-
Uses of GetIndexStateParam in io.milvus.client
Methods in io.milvus.client with parameters of type GetIndexStateParamModifier and TypeMethodDescriptionAbstractMilvusGrpcClient.getIndexState(@NonNull GetIndexStateParam requestParam) Deprecated.MilvusClient.getIndexState(GetIndexStateParam requestParam) Shows the index building state(in-progress/finished/failed), and the reason for failure (if any).MilvusMultiServiceClient.getIndexState(GetIndexStateParam requestParam) MilvusServiceClient.getIndexState(@NonNull GetIndexStateParam requestParam) -
Uses of GetIndexStateParam in io.milvus.param.index
Methods in io.milvus.param.index that return GetIndexStateParamModifier and TypeMethodDescriptionGetIndexStateParam.Builder.build()Verifies parameters and creates a newGetIndexStateParaminstance.