
Last chance! 50% off unlimited learning
Sale ends in
This function can only be used if model export is enabled, and will only be useful if you have an on-premise environment in which to import it.
DownloadTransferableModel(project, modelId, modelFile)
character. Either (1) a character string giving the unique alphanumeric identifier for the project, or (2) a list containing the element projectId with this identifier.
numeric. Unique alphanumeric identifier for the model of interest.
character. File name to be use for transferable model
Other Transferable Model functions:
DeleteTransferableModel()
,
GetTransferableModel()
,
ListTransferableModels()
,
RequestTransferableModel()
,
UpdateTransferableModel()
,
UploadTransferableModel()
if (FALSE) {
projectId <- "59a5af20c80891534e3c2bde"
modelId <- "5996f820af07fc605e81ead4"
file <- file.path(tempdir(), "model.drmodel")
DownloadTransferableModel(projectId, modelId, file)
}
Run the code above in your browser using DataLab