ChainerSettings Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ChainerSettings() |
Initializes a new instance of the ChainerSettings class. |
ChainerSettings(String, String, String, Nullable<Int32>) |
Initializes a new instance of the ChainerSettings class. |
ChainerSettings()
Initializes a new instance of the ChainerSettings class.
public ChainerSettings();
Public Sub New ()
Applies to
ChainerSettings(String, String, String, Nullable<Int32>)
Initializes a new instance of the ChainerSettings class.
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
Python script file path.
- pythonInterpreterPath
- String
Python interpreter path.
- commandLineArgs
- String
Command line arguments.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET