TensorFlowSettings Construtores
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Sobrecargas
TensorFlowSettings() |
Inicializa uma nova instância da classe TensorFlowSettings. |
TensorFlowSettings(String, String, String, String, String, Nullable<Int32>, Nullable<Int32>) |
Inicializa uma nova instância da classe TensorFlowSettings. |
TensorFlowSettings()
Inicializa uma nova instância da classe TensorFlowSettings.
public TensorFlowSettings ();
Public Sub New ()
Aplica-se a
TensorFlowSettings(String, String, String, String, String, Nullable<Int32>, Nullable<Int32>)
Inicializa uma nova instância da classe TensorFlowSettings.
public TensorFlowSettings (string pythonScriptFilePath, string pythonInterpreterPath = default, string masterCommandLineArgs = default, string workerCommandLineArgs = default, string parameterServerCommandLineArgs = default, int? workerCount = default, int? parameterServerCount = default);
new Microsoft.Azure.Management.BatchAI.Models.TensorFlowSettings : string * string * string * string * string * Nullable<int> * Nullable<int> -> Microsoft.Azure.Management.BatchAI.Models.TensorFlowSettings
Public Sub New (pythonScriptFilePath As String, Optional pythonInterpreterPath As String = Nothing, Optional masterCommandLineArgs As String = Nothing, Optional workerCommandLineArgs As String = Nothing, Optional parameterServerCommandLineArgs As String = Nothing, Optional workerCount As Nullable(Of Integer) = Nothing, Optional parameterServerCount As Nullable(Of Integer) = Nothing)
Parâmetros
- pythonScriptFilePath
- String
Caminho do ficheiro de script python.
- pythonInterpreterPath
- String
Caminho do interpretador python.
- masterCommandLineArgs
- String
Principais argumentos da linha de comandos.
- workerCommandLineArgs
- String
Argumentos da linha de comandos de trabalho.
- parameterServerCommandLineArgs
- String
Argumentos da linha de comandos do servidor de parâmetros.
Aplica-se a
Azure SDK for .NET