Reference documentation and code samples for the Google Cloud Dataproc V1 Client class JupyterConfig.
Jupyter configuration for an interactive session.
Generated from protobuf message google.cloud.dataproc.v1.JupyterConfig
Namespace
Google \ Cloud \ Dataproc \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ kernel |
int
Optional. Kernel |
↳ display_name |
string
Optional. Display name, shown in the Jupyter kernelspec card. |
getKernel
Optional. Kernel
| Returns | |
|---|---|
| Type | Description |
int |
|
setKernel
Optional. Kernel
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getDisplayName
Optional. Display name, shown in the Jupyter kernelspec card.
| Returns | |
|---|---|
| Type | Description |
string |
|
setDisplayName
Optional. Display name, shown in the Jupyter kernelspec card.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|