Lists the Driverless AI models

dai.list_models(offset = 0, limit = 10)

Arguments

offset

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

limit

How many models to be listed.

Value

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

Examples

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