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