gdServiceDelete | R Documentation |
Delete a generated job from software service. If the job is currently executed it it will be stopped.
gdServiceDelete(url, accessKey, jobId)
url |
URL of software service for accelerated training of generative models |
accessKey |
Unique key for access to software service |
jobId |
Job id for generated job for training a generative model |
None
## Not run:
url <- "http://xxx.xxx.xxx.xxx/gdService"
accessKey <- "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
gdServiceDelete(url, accessKey, 1)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.