Reference documentation and code samples for the Google Cloud Dataproc V1 Client class Kernel.
Jupyter kernel types.
Protobuf type google.cloud.dataproc.v1.JupyterConfig.Kernel
Namespace
Google \ Cloud \ Dataproc \ V1 \ JupyterConfigMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
KERNEL_UNSPECIFIED
Value: 0The kernel is unknown.
Generated from protobuf enum KERNEL_UNSPECIFIED = 0;
PYTHON
Value: 1Python kernel.
Generated from protobuf enum PYTHON = 1;
SCALA
Value: 2Scala kernel.
Generated from protobuf enum SCALA = 2;