Google Cloud Dataproc v1 API - Class JupyterConfig (5.11.0)

public sealed class JupyterConfig : IMessage<JupyterConfig>, IEquatable<JupyterConfig>, IDeepCloneable<JupyterConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Dataproc v1 API class JupyterConfig.

Jupyter configuration for an interactive session.

Inheritance

object > JupyterConfig

Namespace

Google.Cloud.Dataproc.V1

Assembly

Google.Cloud.Dataproc.V1.dll

Constructors

JupyterConfig()

public JupyterConfig()

JupyterConfig(JupyterConfig)

public JupyterConfig(JupyterConfig other)
Parameter
Name Description
other JupyterConfig

Properties

DisplayName

public string DisplayName { get; set; }

Optional. Display name, shown in the Jupyter kernelspec card.

Property Value
Type Description
string

Kernel

public JupyterConfig.Types.Kernel Kernel { get; set; }

Optional. Kernel

Property Value
Type Description
JupyterConfigTypesKernel