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

Caffe2Settings 构造函数

定义

重载

Caffe2Settings()

初始化 Caffe2Settings 类的新实例。

Caffe2Settings(String, String, String)

初始化 Caffe2Settings 类的新实例。

Caffe2Settings()

初始化 Caffe2Settings 类的新实例。

public Caffe2Settings ();
Public Sub New ()

适用于

Caffe2Settings(String, String, String)

初始化 Caffe2Settings 类的新实例。

public Caffe2Settings (string pythonScriptFilePath, string pythonInterpreterPath = default, string commandLineArgs = default);
new Microsoft.Azure.Management.BatchAI.Models.Caffe2Settings : string * string * string -> Microsoft.Azure.Management.BatchAI.Models.Caffe2Settings
Public Sub New (pythonScriptFilePath As String, Optional pythonInterpreterPath As String = Nothing, Optional commandLineArgs As String = Nothing)

参数

pythonScriptFilePath
String

Python 脚本文件路径。

pythonInterpreterPath
String

Python 解释器路径。

commandLineArgs
String

命令行参数。

适用于