GetProjectStatus: Request Autopilot status for a specified DataRobot project

View source: R/Projects.R

GetProjectStatusR Documentation

Request Autopilot status for a specified DataRobot project

Description

This function polls the DataRobot Autopilot for the status of the project specified by the project parameter.

Usage

GetProjectStatus(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

List with the following three components:

autopilotDone

Logical flag indicating whether the Autopilot has completed

stage

Character string specifying the Autopilot stage

stageDescription

Character string interpreting the Autopilot stage value

Examples

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

## End(Not run)

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