Uses of Class
io.milvus.param.index.GetIndexBuildProgressParam
-
Packages that use GetIndexBuildProgressParam Package Description io.milvus.client io.milvus.param.index -
-
Uses of GetIndexBuildProgressParam in io.milvus.client
Methods in io.milvus.client with parameters of type GetIndexBuildProgressParam Modifier and Type Method Description R<GetIndexBuildProgressResponse>AbstractMilvusGrpcClient. getIndexBuildProgress(@NonNull GetIndexBuildProgressParam requestParam)Deprecated.R<GetIndexBuildProgressResponse>MilvusClient. getIndexBuildProgress(GetIndexBuildProgressParam requestParam)Shows the index building progress, such as how many rows are indexed.R<GetIndexBuildProgressResponse>MilvusMultiServiceClient. getIndexBuildProgress(GetIndexBuildProgressParam requestParam) -
Uses of GetIndexBuildProgressParam in io.milvus.param.index
Methods in io.milvus.param.index that return GetIndexBuildProgressParam Modifier and Type Method Description GetIndexBuildProgressParamGetIndexBuildProgressParam.Builder. build()Verifies parameters and creates a newGetIndexBuildProgressParaminstance.
-