Class Job (0.8.2)

A Dataproc job resource. .. attribute:: reference

Optional. The fully qualified reference to the job, which can be used to obtain the equivalent REST path of the job resource. If this property is not specified when a job is created, the server generates a job_id.

Required. The application/framework-specific portion of the job.

Optional. Job is a Spark job.

Optional. Job is a Hive job.

Optional. Job is a SparkR job.

Optional. Job is a Presto job.

Output only. The previous job status.

Output only. A URI pointing to the location of the stdout of the job’s driver program.

Optional. The labels to associate with this job. Label keys must contain 1 to 63 characters, and must conform to RFC 1035 <https://www.ietf.org/rfc/rfc1035.txt>. Label values may be empty, but, if present, must contain 1 to 63 characters, and must conform to RFC 1035 <https://www.ietf.org/rfc/rfc1035.txt>. No more than 32 labels can be associated with a job.

Output only. A UUID that uniquely identifies a job within the project over time. This is in contrast to a user-settable reference.job_id that may be reused over time.

Classes

LabelsEntry

API documentation for dataproc_v1.types.Job.LabelsEntry class.