你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ChainerSettings 构造函数

定义

重载

ChainerSettings()

初始化 ChainerSettings 类的新实例。

ChainerSettings(String, String, String, Nullable<Int32>)

初始化 ChainerSettings 类的新实例。

ChainerSettings()

初始化 ChainerSettings 类的新实例。

public ChainerSettings ();
Public Sub New ()

适用于

ChainerSettings(String, String, String, Nullable<Int32>)

初始化 ChainerSettings 类的新实例。

public ChainerSettings (string pythonScriptFilePath, string pythonInterpreterPath = default, string commandLineArgs = default, int? processCount = default);
new Microsoft.Azure.Management.BatchAI.Models.ChainerSettings : string * string * string * Nullable<int> -> Microsoft.Azure.Management.BatchAI.Models.ChainerSettings
Public Sub New (pythonScriptFilePath As String, Optional pythonInterpreterPath As String = Nothing, Optional commandLineArgs As String = Nothing, Optional processCount As Nullable(Of Integer) = Nothing)

参数

pythonScriptFilePath
String

Python 脚本文件路径。

pythonInterpreterPath
String

Python 解释器路径。

commandLineArgs
String

命令行参数。

processCount
Nullable<Int32>

进程计数。

适用于