Class OrderedJob (0.8.1)

A job executed by the workflow. .. attribute:: step_id

Required. The step id. The id must be unique among all jobs within the template. The step id is used as prefix for job id, as job goog-dataproc-workflow-step-id label, and in [p rerequisiteStepIds][google.cloud.dataproc.v1.OrderedJob.prereq uisite_step_ids] field from other steps. The id must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). Cannot begin or end with underscore or hyphen. Must consist of between 3 and 50 characters.

Spark R job

Optional. The labels to associate with this job. Label keys must be between 1 and 63 characters long. Label values must be between 1 and 63 characters long. No more than 32 labels can be associated with a given job.

Optional. The optional list of prerequisite job step_ids. If not specified, the job will start at the beginning of workflow.

Inheritance

builtins.object > google.protobuf.pyext._message.CMessage > builtins.object > google.protobuf.message.Message > OrderedJob

Classes

LabelsEntry

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