Reference documentation and code samples for the Google Cloud Notebooks V1 Client class DataprocParameters.
Parameters used in Dataproc JobType executions.
Generated from protobuf message google.cloud.notebooks.v1.ExecutionTemplate.DataprocParameters
Namespace
Google \ Cloud \ Notebooks \ V1 \ ExecutionTemplateMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ cluster |
string
URI for cluster used to run Dataproc execution. Format: |
getCluster
URI for cluster used to run Dataproc execution.
Format: projects/{PROJECT_ID}/regions/{REGION}/clusters/{CLUSTER_NAME}
| Returns | |
|---|---|
| Type | Description |
string |
|
setCluster
URI for cluster used to run Dataproc execution.
Format: projects/{PROJECT_ID}/regions/{REGION}/clusters/{CLUSTER_NAME}
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|