Uses of Class
io.milvus.param.highlevel.dml.GetIdsParam
Packages that use GetIdsParam
-
Uses of GetIdsParam in io.milvus.client
Methods in io.milvus.client with parameters of type GetIdsParamModifier and TypeMethodDescriptionAbstractMilvusGrpcClient.get(GetIdsParam requestParam) MilvusClient.get(GetIdsParam requestParam) Get entity(s) based on the value of primary key.MilvusMultiServiceClient.get(GetIdsParam requestParam) MilvusServiceClient.get(GetIdsParam requestParam) -
Uses of GetIdsParam in io.milvus.param.highlevel.dml
Methods in io.milvus.param.highlevel.dml that return GetIdsParamModifier and TypeMethodDescriptionGetIdsParam.Builder.build()Verifies parameters and creates a newGetIdsParaminstance.