ChainerSettings 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
ChainerSettings() |
Inicializa uma nova instância da classe ChainerSettings. |
ChainerSettings(String, String, String, Nullable<Int32>) |
Inicializa uma nova instância da classe ChainerSettings. |
ChainerSettings()
Inicializa uma nova instância da classe ChainerSettings.
public ChainerSettings ();
Public Sub New ()
Aplica-se a
ChainerSettings(String, String, String, Nullable<Int32>)
Inicializa uma nova instância da classe ChainerSettings.
public ChainerSettings (string pythonScriptFilePath, string pythonInterpreterPath = default, string commandLineArgs = default, int? processCount = default);
new Microsoft.Azure.Management.BatchAI.Models.ChainerSettings : string * string * string * Nullable<int> -> Microsoft.Azure.Management.BatchAI.Models.ChainerSettings
Public Sub New (pythonScriptFilePath As String, Optional pythonInterpreterPath As String = Nothing, Optional commandLineArgs As String = Nothing, Optional processCount As Nullable(Of Integer) = Nothing)
Parâmetros
- pythonScriptFilePath
- String
Caminho do arquivo de script python.
- pythonInterpreterPath
- String
Caminho do interpretador do Python.
- commandLineArgs
- String
Argumentos de linha de comando.
Aplica-se a
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET