Uses of Class
io.milvus.param.highlevel.dml.GetIdsParam
-
Packages that use GetIdsParam Package Description io.milvus.client io.milvus.param.highlevel.dml -
-
Uses of GetIdsParam in io.milvus.client
Methods in io.milvus.client with parameters of type GetIdsParam Modifier and Type Method Description R<GetResponse>AbstractMilvusGrpcClient. get(GetIdsParam requestParam)R<GetResponse>MilvusClient. get(GetIdsParam requestParam)Get entity(s) based on the value of primary key.R<GetResponse>MilvusMultiServiceClient. get(GetIdsParam requestParam) -
Uses of GetIdsParam in io.milvus.param.highlevel.dml
Methods in io.milvus.param.highlevel.dml that return GetIdsParam Modifier and Type Method Description GetIdsParamGetIdsParam.Builder. build()Verifies parameters and creates a newGetIdsParaminstance.
-