datarobot (version 2.18.6)

GetProjectStatus: 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)

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

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.

Examples

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

Run the code above in your browser using DataLab