Reference documentation and code samples for the Google Cloud Dataplex V1 Client class KernelType.
Kernel Type of the Jupyter notebook.
Protobuf type google.cloud.dataplex.v1.Content.Notebook.KernelType
Namespace
Google \ Cloud \ Dataplex \ V1 \ Content \ NotebookMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
KERNEL_TYPE_UNSPECIFIED
Value: 0Kernel Type unspecified.
Generated from protobuf enum KERNEL_TYPE_UNSPECIFIED = 0;
PYTHON3
Value: 1Python 3 Kernel.
Generated from protobuf enum PYTHON3 = 1;