Lists the Driverless AI data sets

dai.list_datasets(offset = 0, limit = 10, include_inactive = FALSE)

Arguments

offset

Offset of the listing. If 0, then first `limit` number of data sets will be listed.

limit

How many data sets to be listed.

include_inactive

Whether to include datasets in failed, cancelled or in-progress state.

Value

A data-frame representing the available data-sets, or NULL if no data-sets available.

Examples

dai.connect(uri = 'http://127.0.0.1:12345', username = 'h2oai', password = 'h2oai')
datasets <- dai.list_datasets()