Learn R Programming

datarobot (version 2.17.1)

DeleteTransferableModel: Delete this imported model.

Description

Delete this imported model.

Usage

DeleteTransferableModel(importId)

Arguments

importId

character. Id of the import.

Examples

Run this code
# NOT RUN {
  id <- UploadTransferableModel("model.drmodel")
  DeleteTransferableModel(id)
# }

Run the code above in your browser using DataLab