ListTransferableModels {datarobot}R Documentation

Retrieve information about all imported models This function returns a data.frame that describes all imported models

Description

Retrieve information about all imported models This function returns a data.frame that describes all imported models

Usage

ListTransferableModels(limit = NULL, offset = NULL)

Arguments

limit

integer. The number of records to return. The server will use a (possibly finite) default if not specified.

offset

integer. The number of records to skip.

Value

A data.frame describing uploaded transferable model with the following components:

See Also

Other Transferable Model functions: DeleteTransferableModel(), DownloadTransferableModel(), GetTransferableModel(), RequestTransferableModel(), UpdateTransferableModel(), UploadTransferableModel()

Examples

## Not run: 
  ListTransferableModels()

## End(Not run)

[Package datarobot version 2.18.6 Index]