ListTrainingPredictions: Retrieve information about all training prediction datasets...

View source: R/TrainingPredictions.R

ListTrainingPredictionsR Documentation

Retrieve information about all training prediction datasets in a project.

Description

Retrieve information about all training prediction datasets in a project.

Usage

ListTrainingPredictions(project)

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.

Value

data.frame containing information about each training prediction.

Examples

## Not run: 
 projectId <- "5984b4d7100d2b31c1166529"
 ListTrainingPredictions(projectId)

## End(Not run)

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