getFunctionList()
Addedv2.6.xModifiedv2.6.x
This getter returns the list of functions defined in the collection schema.
public List<CreateCollectionReq.Function> getFunctionList()
RETURNS:
List<CreateCollectionReq.Function>
EXCEPTIONS:
-
MilvusClientException
This exception will be raised when any error occurs during this operation.
Example
CollectionSchema schema = CollectionSchema.builder().build();
List<CreateCollectionReq.Function> functions = schema.getFunctionList();