class Google::Apis::NotebooksV1::DataprocParameters
Parameters used in Dataproc JobType executions.
Attributes
cluster[RW]
URI for cluster used to run Dataproc execution. Format: 'projects/`PROJECT_ID`/ regions/`REGION`/clusters/`CLUSTER_NAME` Corresponds to the JSON property `cluster` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/notebooks_v1/classes.rb, line 174 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/notebooks_v1/classes.rb, line 179 def update!(**args) @cluster = args[:cluster] if args.key?(:cluster) end