Learn R Programming

datarobot (version 2.18.6)

ListPredictionExplanationsMetadata: Retrieve metadata for prediction explanations in specified project

Description

Retrieve metadata for prediction explanations in specified project

Usage

ListPredictionExplanationsMetadata(
  project,
  modelId = NULL,
  limit = NULL,
  offset = NULL
)

Value

List of metadata for all prediction explanations in the project. Each element of list is metadata for one prediction explanations (for format see GetPredictionExplanationsMetadata).

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 prediction explanations computed for this model will be returned.

limit

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

offset

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

Examples

Run this code
if (FALSE) {
  projectId <- "59a5af20c80891534e3c2bde"
  ListPredictionExplanationsMetadata(projectId)
}

Run the code above in your browser using DataLab