DownloadScoringCode: Download scoring code JAR

View source: R/Models.R

DownloadScoringCodeR Documentation

Download scoring code JAR

Description

Download scoring code JAR

Usage

DownloadScoringCode(project, modelId, fileName, sourceCode = FALSE)

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.

modelId

character. Unique alphanumeric identifier for the model of interest.

fileName

character. File path where scoring code will be saved.

sourceCode

logical. Optional. Set to TRUE to download source code archive. It will not be executable.

Examples

## Not run: 
  projectId <- "59a5af20c80891534e3c2bde"
  modelId <- "5996f820af07fc605e81ead4"
  file <- file.path(tempdir(), "scoringCode.jar")
  DownloadScoringCode(projectId, modelId, file)

## End(Not run)

datarobot documentation built on Nov. 3, 2023, 1:07 a.m.