View source: R/GetPredictJobs.R
GetPredictJobs | R Documentation |
Function to list all prediction jobs in a project
GetPredictJobs(project, status = NULL)
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. |
status |
character. The status of the desired jobs: one of JobStatus$Queue, JobStatus$InProgress, orJobStatus$Error. If NULL (default), queued and inprogress jobs are returned. |
Dataframe with one row for each prediction job in the queue, with the following columns:
Prediction job status; one of JobStatus$Queue, JobStatus$InProgress, or JobStatus$Error
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"
GetPredictJobs(projectId)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.