Uses of Class
io.milvus.param.highlevel.dml.GetIdsParam.Builder
-
Packages that use GetIdsParam.Builder Package Description io.milvus.param.highlevel.dml -
-
Uses of GetIdsParam.Builder in io.milvus.param.highlevel.dml
Methods in io.milvus.param.highlevel.dml that return GetIdsParam.Builder Modifier and Type Method Description GetIdsParam.BuilderGetIdsParam.Builder. addPrimaryId(T primaryId)Specifies primaryId field.static GetIdsParam.BuilderGetIdsParam. newBuilder()GetIdsParam.BuilderGetIdsParam.Builder. withCollectionName(@NonNull String collectionName)Sets the collection name.GetIdsParam.BuilderGetIdsParam.Builder. withConsistencyLevel(ConsistencyLevelEnum consistencyLevel)ConsistencyLevel of consistency level.GetIdsParam.BuilderGetIdsParam.Builder. withOutputFields(@NonNull List<String> outputFields)Specifies output fields (Optional).GetIdsParam.BuilderGetIdsParam.Builder. withPrimaryIds(@NonNull List<T> primaryIds)Specifies primaryIds fields.
-