Class: Google::Cloud::Dataproc::V1beta2::OrderedJob

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/dataproc/v1beta2/doc/google/cloud/dataproc/v1beta2/workflow_templates.rb

Overview

A job executed by the workflow.

Instance Attribute Summary collapse

Instance Attribute Details

#hadoop_jobGoogle::Cloud::Dataproc::V1beta2::HadoopJob



185
# File 'lib/google/cloud/dataproc/v1beta2/doc/google/cloud/dataproc/v1beta2/workflow_templates.rb', line 185

class OrderedJob; end

#hive_jobGoogle::Cloud::Dataproc::V1beta2::HiveJob



185
# File 'lib/google/cloud/dataproc/v1beta2/doc/google/cloud/dataproc/v1beta2/workflow_templates.rb', line 185

class OrderedJob; end

#labelsHash{String => String}

Returns Optional. The labels to associate with this job.

Label keys must be between 1 and 63 characters long, and must conform to the following regular expression: [\p{Ll}\p{Lo}][\p{Ll}\p{Lo}\p{N}_-]{0,62}

Label values must be between 1 and 63 characters long, and must conform to the following regular expression: [\p{Ll}\p{Lo}\p{N}_-]{0,63}

No more than 32 labels can be associated with a given job.

Returns:

  • (Hash{String => String})

    Optional. The labels to associate with this job.

    Label keys must be between 1 and 63 characters long, and must conform to the following regular expression: [\p{Ll}\p{Lo}][\p{Ll}\p{Lo}\p{N}_-]{0,62}

    Label values must be between 1 and 63 characters long, and must conform to the following regular expression: [\p{Ll}\p{Lo}\p{N}_-]{0,63}

    No more than 32 labels can be associated with a given job.



185
# File 'lib/google/cloud/dataproc/v1beta2/doc/google/cloud/dataproc/v1beta2/workflow_templates.rb', line 185

class OrderedJob; end

#pig_jobGoogle::Cloud::Dataproc::V1beta2::PigJob



185
# File 'lib/google/cloud/dataproc/v1beta2/doc/google/cloud/dataproc/v1beta2/workflow_templates.rb', line 185

class OrderedJob; end

#prerequisite_step_idsArray<String>

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

Returns:

  • (Array<String>)

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



185
# File 'lib/google/cloud/dataproc/v1beta2/doc/google/cloud/dataproc/v1beta2/workflow_templates.rb', line 185

class OrderedJob; end

#pyspark_jobGoogle::Cloud::Dataproc::V1beta2::PySparkJob



185
# File 'lib/google/cloud/dataproc/v1beta2/doc/google/cloud/dataproc/v1beta2/workflow_templates.rb', line 185

class OrderedJob; end

#schedulingGoogle::Cloud::Dataproc::V1beta2::JobScheduling

Returns Optional. Job scheduling configuration.

Returns:



185
# File 'lib/google/cloud/dataproc/v1beta2/doc/google/cloud/dataproc/v1beta2/workflow_templates.rb', line 185

class OrderedJob; end

#spark_jobGoogle::Cloud::Dataproc::V1beta2::SparkJob



185
# File 'lib/google/cloud/dataproc/v1beta2/doc/google/cloud/dataproc/v1beta2/workflow_templates.rb', line 185

class OrderedJob; end

#spark_sql_jobGoogle::Cloud::Dataproc::V1beta2::SparkSqlJob



185
# File 'lib/google/cloud/dataproc/v1beta2/doc/google/cloud/dataproc/v1beta2/workflow_templates.rb', line 185

class OrderedJob; end

#step_idString

Returns 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 prerequisiteStepIds 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.

Returns:

  • (String)

    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 prerequisiteStepIds 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.



185
# File 'lib/google/cloud/dataproc/v1beta2/doc/google/cloud/dataproc/v1beta2/workflow_templates.rb', line 185

class OrderedJob; end