dai.list_models.Rd
Lists the Driverless AI models
dai.list_models(offset = 0, limit = 10)
offset | Offset of the listing. If 0, then first `limit` number of models will be listed. |
---|---|
limit | How many models to be listed. |
A data-frame representing the available models, or NULL
if no data-sets available.
dai.connect(uri = 'http://127.0.0.1:12345', username = 'h2oai', password = 'h2oai') models <- dai.list_models()