View Source GoogleApi.Notebooks.V1.Model.DataprocParameters (google_api_notebooks v0.15.0)
Parameters used in Dataproc JobType executions.
Attributes
-
cluster
(type:String.t
, default:nil
) - URI for cluster used to run Dataproc execution. Format:projects/{PROJECT_ID}/regions/{REGION}/clusters/{CLUSTER_NAME}
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Notebooks.V1.Model.DataprocParameters{ cluster: String.t() | nil }