Udostępnij za pośrednictwem


Caffe2Settings Konstruktory

Definicja

Przeciążenia

Caffe2Settings()

Inicjuje nowe wystąpienie klasy Caffe2Settings.

Caffe2Settings(String, String, String)

Inicjuje nowe wystąpienie klasy Caffe2Settings.

Caffe2Settings()

Inicjuje nowe wystąpienie klasy Caffe2Settings.

public Caffe2Settings ();
Public Sub New ()

Dotyczy

Caffe2Settings(String, String, String)

Inicjuje nowe wystąpienie klasy 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)

Parametry

pythonScriptFilePath
String

Ścieżka pliku skryptu języka Python.

pythonInterpreterPath
String

Ścieżka interpretera języka Python.

commandLineArgs
String

Argumenty wiersza polecenia.

Dotyczy