Uses of Class
io.milvus.param.index.GetIndexStateParam
-
Packages that use GetIndexStateParam Package Description io.milvus.client io.milvus.param.index -
-
Uses of GetIndexStateParam in io.milvus.client
Methods in io.milvus.client with parameters of type GetIndexStateParam Modifier and Type Method Description R<GetIndexStateResponse>AbstractMilvusGrpcClient. getIndexState(@NonNull GetIndexStateParam requestParam)Deprecated.R<GetIndexStateResponse>MilvusClient. getIndexState(GetIndexStateParam requestParam)Shows the index building state(in-progress/finished/failed), and the reason for failure (if any).R<GetIndexStateResponse>MilvusMultiServiceClient. getIndexState(GetIndexStateParam requestParam) -
Uses of GetIndexStateParam in io.milvus.param.index
Methods in io.milvus.param.index that return GetIndexStateParam Modifier and Type Method Description GetIndexStateParamGetIndexStateParam.Builder. build()Verifies parameters and creates a newGetIndexStateParaminstance.
-