ChainerSettings Constructors
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Overloads
ChainerSettings() |
Initialiseert een nieuw exemplaar van de klasse ChainerSettings. |
ChainerSettings(String, String, String, Nullable<Int32>) |
Initialiseert een nieuw exemplaar van de klasse ChainerSettings. |
ChainerSettings()
Initialiseert een nieuw exemplaar van de klasse ChainerSettings.
public ChainerSettings();
Public Sub New ()
Van toepassing op
ChainerSettings(String, String, String, Nullable<Int32>)
Initialiseert een nieuw exemplaar van de klasse 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)
Parameters
- pythonScriptFilePath
- String
Pad naar Python-scriptbestand.
- pythonInterpreterPath
- String
Python-interpreterpad.
- commandLineArgs
- String
Opdrachtregelargumenten.
Van toepassing op
Azure SDK for .NET