ภาษา

ArmMachineLearningModelFactory.JupyterKernelConfig Method

Definition

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.

Applies to