Uses of Class
io.milvus.param.collection.DescribeCollectionParam.Builder
-
Packages that use DescribeCollectionParam.Builder Package Description io.milvus.param.collection -
-
Uses of DescribeCollectionParam.Builder in io.milvus.param.collection
Methods in io.milvus.param.collection that return DescribeCollectionParam.Builder Modifier and Type Method Description static DescribeCollectionParam.BuilderDescribeCollectionParam. newBuilder()DescribeCollectionParam.BuilderDescribeCollectionParam.Builder. withCollectionName(@NonNull String collectionName)Sets the collection name.DescribeCollectionParam.BuilderDescribeCollectionParam.Builder. withDatabaseName(String databaseName)Sets the database name.
-