Class JupyterConfig
Jupyter configuration for an interactive session.
Implements
Inherited Members
Namespace: Google.Apis.Dataproc.v1.Data
Assembly: Google.Apis.Dataproc.v1.dll
Syntax
public class JupyterConfig : IDirectResponseSchema
Properties
DisplayName
Optional. Display name, shown in the Jupyter kernelspec card.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Kernel
Optional. Kernel
Declaration
[JsonProperty("kernel")]
public virtual string Kernel { get; set; }
Property Value
Type | Description |
---|---|
string |