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

CaffeSettings 构造函数

定义

重载

CaffeSettings()

初始化 CaffeSettings 类的新实例。

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

初始化 CaffeSettings 类的新实例。

CaffeSettings()

初始化 CaffeSettings 类的新实例。

public CaffeSettings ();
Public Sub New ()

适用于

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

初始化 CaffeSettings 类的新实例。

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

参数

configFilePath
String

配置文件路径。

pythonScriptFilePath
String

Python 脚本文件路径。

pythonInterpreterPath
String

Python 解释器路径。

commandLineArgs
String

命令行参数。

processCount
Nullable<Int32>

进程计数。

适用于