UploadTransferableModel {datarobot}R Documentation

Import a previously exported model for predictions.

Description

Import a previously exported model for predictions.

Usage

UploadTransferableModel(modelFile, maxWait = 600)

Arguments

modelFile

character. Path to binary transferable model file.

maxWait

integer. Specifies how many seconds to wait for upload to finish.

Value

A list describing uploaded transferable model with the following components:

See Also

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

Examples

## Not run: 
  UploadTransferableModel("model.drmodel")

## End(Not run)

[Package datarobot version 2.18.6 Index]