ArmMachineLearningModelFactory.JupyterKernelConfig Method
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 static Azure.ResourceManager.MachineLearning.Models.JupyterKernelConfig JupyterKernelConfig(System.Collections.Generic.IEnumerable<string> argv = default, string displayName = default, string language = default);
static member JupyterKernelConfig : seq<string> * string * string -> Azure.ResourceManager.MachineLearning.Models.JupyterKernelConfig
Public Shared Function JupyterKernelConfig (Optional argv As IEnumerable(Of String) = Nothing, Optional displayName As String = Nothing, Optional language As String = Nothing) As JupyterKernelConfig
Parameters
- argv
- IEnumerable<String>
Argument to the the runtime.
- displayName
- String
Display name of the kernel.
- language
- String
Language of the kernel [Example value: python].
Returns
A new JupyterKernelConfig instance for mocking.