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.