Class UpdateJobRequest (2.2.0)

UpdateJobRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A request to update a job.

Attributes

NameDescription
project_id str
Required. The ID of the Google Cloud Platform project that the job belongs to.
region str
Required. The Dataproc region in which to handle the request.
job_id str
Required. The job ID.
job .gcd_jobs.Job
Required. The changes to the job.
update_mask .field_mask.FieldMask
Required. Specifies the path, relative to Job, of the field to update. For example, to update the labels of a Job the update_mask parameter would be specified as labels, and the PATCH request body would specify the new value. Note: Currently, labels is the only field that can be updated.