CNTKsettings 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
CNTKsettings() |
Initializes a new instance of the CNTKsettings class. |
CNTKsettings(String, String, String, String, String, Nullable<Int32>) |
Initializes a new instance of the CNTKsettings class. |
CNTKsettings()
Initializes a new instance of the CNTKsettings class.
public CNTKsettings ();
Public Sub New ()
Applies to
CNTKsettings(String, String, String, String, String, Nullable<Int32>)
Initializes a new instance of the CNTKsettings class.
public CNTKsettings (string languageType = default, string configFilePath = default, string pythonScriptFilePath = default, string pythonInterpreterPath = default, string commandLineArgs = default, int? processCount = default);
new Microsoft.Azure.Management.BatchAI.Models.CNTKsettings : string * string * string * string * string * Nullable<int> -> Microsoft.Azure.Management.BatchAI.Models.CNTKsettings
Public Sub New (Optional languageType As String = Nothing, Optional configFilePath As String = Nothing, Optional pythonScriptFilePath As String = Nothing, Optional pythonInterpreterPath As String = Nothing, Optional commandLineArgs As String = Nothing, Optional processCount As Nullable(Of Integer) = Nothing)
Parameters
- languageType
- String
Language type.
- configFilePath
- String
Config file path.
- 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