Google Cloud Dataproc V1 Client - Class JupyterConfig (2.7.0)

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 \ V1

Methods

__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 Enum of type Kernel.

setKernel

Optional. Kernel

Parameter
Name Description
var int

Enum of type Kernel.

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