FeatureFromAsyncUrl: Retrieve a feature from the creation URL

View source: R/Features.R

FeatureFromAsyncUrlR Documentation

Retrieve a feature from the creation URL

Description

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

Usage

FeatureFromAsyncUrl(asyncUrl, maxWait = 600)

Arguments

asyncUrl

character. The temporary status URL.

maxWait

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


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