TensorFlowSettings Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
TensorFlowSettings() |
Initialise une nouvelle instance de la classe TensorFlowSettings. |
TensorFlowSettings(String, String, String, String, String, Nullable<Int32>, Nullable<Int32>) |
Initialise une nouvelle instance de la classe TensorFlowSettings. |
TensorFlowSettings()
Initialise une nouvelle instance de la classe TensorFlowSettings.
public TensorFlowSettings ();
Public Sub New ()
S’applique à
TensorFlowSettings(String, String, String, String, String, Nullable<Int32>, Nullable<Int32>)
Initialise une nouvelle instance de la 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)
Paramètres
- pythonScriptFilePath
- String
Chemin du fichier de script Python.
- pythonInterpreterPath
- String
Chemin de l’interpréteur Python.
- masterCommandLineArgs
- String
Arguments de ligne de commande maîtres.
- workerCommandLineArgs
- String
Arguments de ligne de commande Worker.
- parameterServerCommandLineArgs
- String
Arguments de ligne de commande du serveur de paramètres.
S’applique à
Azure SDK for .NET