ProjectsJobs
class ProjectsJobs extends Resource (View source)
The "jobs" collection of methods.
Typical usage is:
$mlService = new Google\Service\CloudMachineLearningEngine(...);
$jobs = $mlService->projects_jobs;
Methods
Cancels a running job. (jobs.cancel)
Creates a training or a batch prediction job. (jobs.create)
Describes a job. (jobs.get)
Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set. (jobs.getIamPolicy)
Lists the jobs in the project. If there are no jobs that match the request parameters, the list request returns an empty response body: {}.
Updates a specific job resource. Currently the only supported fields to
update are labels
. (jobs.patch)
Sets the access control policy on the specified resource. Replaces any
existing policy. Can return NOT_FOUND
, INVALID_ARGUMENT
, and
PERMISSION_DENIED
errors. (jobs.setIamPolicy)
Returns permissions that a caller has on the specified resource. If the
resource does not exist, this will return an empty set of permissions, not a
NOT_FOUND
error. Note: This operation is designed to be used for building
permission-aware UIs and command-line tools, not for authorization checking.
Details
GoogleProtobufEmpty
cancel(string $name, GoogleCloudMlV1CancelJobRequest $postBody, array $optParams = [])
Cancels a running job. (jobs.cancel)
GoogleCloudMlV1Job
create(string $parent, GoogleCloudMlV1Job $postBody, array $optParams = [])
Creates a training or a batch prediction job. (jobs.create)
GoogleCloudMlV1Job
get(string $name, array $optParams = [])
Describes a job. (jobs.get)
GoogleIamV1Policy
getIamPolicy(string $resource, array $optParams = [])
Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set. (jobs.getIamPolicy)
GoogleCloudMlV1ListJobsResponse
listProjectsJobs(string $parent, array $optParams = [])
Lists the jobs in the project. If there are no jobs that match the request parameters, the list request returns an empty response body: {}.
(jobs.listProjectsJobs)
GoogleCloudMlV1Job
patch(string $name, GoogleCloudMlV1Job $postBody, array $optParams = [])
Updates a specific job resource. Currently the only supported fields to
update are labels
. (jobs.patch)
GoogleIamV1Policy
setIamPolicy(string $resource, GoogleIamV1SetIamPolicyRequest $postBody, array $optParams = [])
Sets the access control policy on the specified resource. Replaces any
existing policy. Can return NOT_FOUND
, INVALID_ARGUMENT
, and
PERMISSION_DENIED
errors. (jobs.setIamPolicy)
GoogleIamV1TestIamPermissionsResponse
testIamPermissions(string $resource, GoogleIamV1TestIamPermissionsRequest $postBody, array $optParams = [])
Returns permissions that a caller has on the specified resource. If the
resource does not exist, this will return an empty set of permissions, not a
NOT_FOUND
error. Note: This operation is designed to be used for building
permission-aware UIs and command-line tools, not for authorization checking.
This operation may "fail open" without warning. (jobs.testIamPermissions)