Learn R Programming

datarobot (version 2.8.0)

ListReasonCodesMetadata: Retrieve metadata for reason codes in specified project

Description

Retrieve metadata for reason codes in specified project

Usage

ListReasonCodesMetadata(project, modelId = NULL, limit = NULL,
  offset = 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.

modelId

character. Optional. If specified, only reason codes computed for this

limit

integer. Optional. At most this many results are returned, default: no limit

offset

integer. This many results will be skipped, default: 0

Value

List of metadata for all reason codes in the project. Each element of list is metadata for one reason codes (for format see GetReasonCodesMetadata).

Examples

Run this code
# NOT RUN {
  projectId <- "59a5af20c80891534e3c2bde"
  ListReasonCodesMetadata(projectId)
# }

Run the code above in your browser using DataLab