TensorFlowSettings Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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 arquivo de script python.
- pythonInterpreterPath
- String
Caminho do interpretador do Python.
- masterCommandLineArgs
- String
Argumentos de linha de comando mestre.
- workerCommandLineArgs
- String
Argumentos de linha de comando de trabalho.
- parameterServerCommandLineArgs
- String
Argumentos de linha de comando do servidor de parâmetros.
Aplica-se a
Azure SDK for .NET