powered by
Delete a generated job from software service. If the job is currently executed it it will be stopped.
gdServiceDelete(url, accessKey, jobId)
None
URL of software service for accelerated training of generative models
Unique key for access to software service
Job id for generated job for training a generative model
if (FALSE) { url <- "http://xxx.xxx.xxx.xxx/gdService" accessKey <- "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" gdServiceDelete(url, accessKey, 1)}
Run the code above in your browser using DataLab