Google Cloud Dataplex V1 Client - Class KernelType (0.6.0)

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

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

KERNEL_TYPE_UNSPECIFIED

Value: 0

Kernel Type unspecified.

Generated from protobuf enum KERNEL_TYPE_UNSPECIFIED = 0;

PYTHON3

Value: 1

Python 3 Kernel.

Generated from protobuf enum PYTHON3 = 1;