View source: R/GetPredictJobs.R
GetPredictJob | R Documentation |
Request information about a predict job
GetPredictJob(project, predictJobId)
project |
character. Either (1) a character string giving the unique alphanumeric identifier for the project, or (2) a list containing the element projectId with this identifier. |
predictJobId |
Character string specifying the job id |
list with following elements:
Prediction job status; an element of JobStatus, e.g. JobStatus$Queue
Character string specifying the job id
Character string specifying the model from which predictions have been requested
Character string specifying the project that contains the model
## Not run:
projectId <- "59a5af20c80891534e3c2bde"
initialJobs <- GetPredictJobs(project)
job <- initialJobs[[1]]
predictJobId <- job$predictJobId
GetPredictJob(projectId, predictJobId)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.