Learn R Programming

datarobot (version 2.16.0)

DeleteTransferrableModel: Delete this imported model.

Description

Delete this imported model.

Usage

DeleteTransferrableModel(importId)

Arguments

importId

character. Id of the import.

Examples

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

Run the code above in your browser using DataLab