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.
Implements
IMessageJupyterConfig, IEquatableJupyterConfig, IDeepCloneableJupyterConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Dataproc.V1Assembly
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 |