datarobot (version 2.4.0)

ProjectFromAsyncUrl: Retrieve a project from the project-creation URL

Description

If project creation times out, the error message includes a URL corresponding to the project creation task. That URL can be passed to this function (which will return the completed project details when finished) to resume waiting for project creation.

Usage

ProjectFromAsyncUrl(asyncUrl, maxWait = 60)

Arguments

asyncUrl
The temporary status URL
maxWait
The maximum time to wait (in seconds) for project creation before aborting.