ProjectFromJobResponse: Retrieve a project from the job response, which has a...

View source: R/SetupProject.R

ProjectFromJobResponseR Documentation

Retrieve a project from the job response, which has a 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

ProjectFromJobResponse(jobResponse, maxWait = 600)

Arguments

jobResponse

An HTTP POST response that includes a redirect to the temporary status URL.

maxWait

The maximum time to wait (in seconds) for project creation before aborting.


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