gdServiceGetGenerativeModel | R Documentation |
Download trained generative model from software service for processed job. The status of the job has to be TRAINED.
gdServiceGetGenerativeModel(
url,
accessKey,
jobId,
generativeModelFileName = NULL
)
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 |
generativeModelFileName |
Name of generative model file. If name is NULL or empty string name of passed name to function gdServiceTrain() will be used. |
None
## Not run:
url <- "http://xxx.xxx.xxx.xxx/gdService"
accessKey <- "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
gdServiceGetGenerativeModel(url, accessKey, 1, "gm.bin")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.