JupyterKernelConfig Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Jupyter kernel configuration.
public class JupyterKernelConfig : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MachineLearning.Models.JupyterKernelConfig>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MachineLearning.Models.JupyterKernelConfig>
type JupyterKernelConfig = class
interface IJsonModel<JupyterKernelConfig>
interface IPersistableModel<JupyterKernelConfig>
Public Class JupyterKernelConfig
Implements IJsonModel(Of JupyterKernelConfig), IPersistableModel(Of JupyterKernelConfig)
- Inheritance
-
JupyterKernelConfig
- Implements
Constructors
| Name | Description |
|---|---|
| JupyterKernelConfig() |
Initializes a new instance of JupyterKernelConfig. |
Properties
| Name | Description |
|---|---|
| Argv |
Argument to the the runtime. |
| DisplayName |
Display name of the kernel. |
| Language |
Language of the kernel [Example value: python]. |