ListPrimeFiles {datarobot}R Documentation

List all downloadable code files from DataRobot Prime for the project

Description

Training a model using a ruleset is a necessary prerequisite for being able to download the code for a ruleset.

Usage

ListPrimeFiles(project, parentModelId = NULL, modelId = NULL)

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.

parentModelId

numeric. Optional. Filter for only those prime files approximating this parent model.

modelId

numeric. Optional. Filter for only those prime files with code for this prime model.

Value

List of lists. Each element of the list corresponds to one Prime file available to download. The elements of this list have the same format as the return value of GetPrimeFile.

Examples

## Not run: 
  projectId <- "59a5af20c80891534e3c2bde"
  ListPrimeFiles(projectId)

## End(Not run)

[Package datarobot version 2.18.6 Index]