Lines Matching full:jobs
30 * The "jobs" collection of methods.
34 * $jobs = $mlService->jobs;
40 * Cancels a running job. (jobs.cancel)
54 * Creates a training or a batch prediction job. (jobs.create)
68 * Describes a job. (jobs.get)
82 * resource exists and does not have a policy set. (jobs.getIamPolicy)
110 * Lists the jobs in the project. If there are no jobs that match the request
112 * (jobs.listProjectsJobs)
115 * jobs.
118 * @opt_param string filter Optional. Specifies the subset of jobs to retrieve.
120 * example, retrieve jobs with a job identifier that starts with 'census':
121 * gcloud ai-platform jobs list --filter='jobId:census*' List all failed jobs
122 * with names that start with 'rnn': gcloud ai-platform jobs list
124 * monitoring jobs.
125 * @opt_param int pageSize Optional. The number of jobs to retrieve per "page"
142 * update are `labels`. (jobs.patch)
169 * `PERMISSION_DENIED` errors. (jobs.setIamPolicy)
189 * This operation may "fail open" without warning. (jobs.testIamPermissions)