datarobot (version 2.18.6)

CreatePrimeCode: Create and validate the downloadable code for the ruleset associated with this model

Description

Create and validate the downloadable code for the ruleset associated with this model

Usage

CreatePrimeCode(project, primeModelId, language)

Value

job Id

Arguments

project

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.

primeModelId

character. Id returned by GetPrimeModel(s) functions.

language

character. Programming language to use for downloadable code (see PrimeLanguage).

Examples

Run this code
if (FALSE) {
  projectId <- "59a5af20c80891534e3c2bde"
  modelId <- "5996f820af07fc605e81ead4"
  CreatePrimeCode(projectId, modelId, "Python")
}

Run the code above in your browser using DataLab