TensorFlowSettings Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
TensorFlowSettings() |
Inicializuje novou instanci TensorFlowSettings třídy. |
TensorFlowSettings(String, String, String, String, String, Nullable<Int32>, Nullable<Int32>) |
Inicializuje novou instanci TensorFlowSettings třídy. |
TensorFlowSettings()
Inicializuje novou instanci TensorFlowSettings třídy.
public TensorFlowSettings ();
Public Sub New ()
Platí pro
TensorFlowSettings(String, String, String, String, String, Nullable<Int32>, Nullable<Int32>)
Inicializuje novou instanci TensorFlowSettings třídy.
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)
Parametry
- pythonScriptFilePath
- String
Cesta k souboru skriptu Pythonu
- pythonInterpreterPath
- String
Cesta interpretu Pythonu
- masterCommandLineArgs
- String
Hlavní argumenty příkazového řádku.
- workerCommandLineArgs
- String
Argumenty příkazového řádku pracovního procesu
- parameterServerCommandLineArgs
- String
Argumenty příkazového řádku serveru parametrů
Platí pro
Azure SDK for .NET