class Google::Apis::DataprocV1::JobPlacement
Cloud Dataproc job config.
Attributes
cluster_name[RW]
- Required
-
The name of the cluster where the job will be submitted.
Corresponds to the JSON property `clusterName` @return [String]
cluster_uuid[RW]
- Output-only
-
A cluster UUID generated by the Cloud Dataproc service when the
job is submitted. Corresponds to the JSON property `clusterUuid` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/dataproc_v1/classes.rb, line 783 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File generated/google/apis/dataproc_v1/classes.rb, line 788 def update!(**args) @cluster_name = args[:cluster_name] if args.key?(:cluster_name) @cluster_uuid = args[:cluster_uuid] if args.key?(:cluster_uuid) end