Class: Google::Cloud::Dataproc::V1beta2::JobPlacement
- Inherits:
-
Object
- Object
- Google::Cloud::Dataproc::V1beta2::JobPlacement
- Defined in:
- lib/google/cloud/dataproc/v1beta2/doc/google/cloud/dataproc/v1beta2/jobs.rb
Overview
Dataproc job config.
Instance Attribute Summary collapse
-
#cluster_name ⇒ String
Required.
-
#cluster_uuid ⇒ String
Output only.
Instance Attribute Details
#cluster_name ⇒ String
Returns Required. The name of the cluster where the job will be submitted.
337 |
# File 'lib/google/cloud/dataproc/v1beta2/doc/google/cloud/dataproc/v1beta2/jobs.rb', line 337 class JobPlacement; end |
#cluster_uuid ⇒ String
Returns Output only. A cluster UUID generated by the Dataproc service when the job is submitted.
337 |
# File 'lib/google/cloud/dataproc/v1beta2/doc/google/cloud/dataproc/v1beta2/jobs.rb', line 337 class JobPlacement; end |