Learn R Programming

datarobot (version 2.18.6)

RequestNewRatingTableModel: Create a new model from a rating table.

Description

Create a new model from a rating table.

Usage

RequestNewRatingTableModel(project, ratingTableId)

Value

An integer value that can be used as the modelJobId parameter in subsequent calls to the GetModelFromJobId function.

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.

ratingTableId

character. The ID of the rating table.

Examples

Run this code
if (FALSE) {
  projectId <- "59a5af20c80891534e3c2bde"
  ratingTableId <- "5984b4d7100d2b31c1166529"
  RequestNewModel(projectId, ratingTableId)
}

Run the code above in your browser using DataLab