Utility Functions

General Functions

list

List all available Deep Lake cloud datasets.

exists

Checks if a dataset exists at the given path.

Making Deep Lake Samples

read

Utility that reads raw data from supported files into Deep Lake format.

link

Utility that stores a link to raw data.

Parallelism

compute

Compute is a decorator for functions.

compose

Takes a list of functions decorated using deeplake.compute() and creates a pipeline that can be evaluated using .eval