CaffeSettings 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
CaffeSettings() |
Initialiseert een nieuw exemplaar van de klasse CaffeSettings. |
CaffeSettings(String, String, String, String, Nullable<Int32>) |
Initialiseert een nieuw exemplaar van de klasse CaffeSettings. |
CaffeSettings()
Initialiseert een nieuw exemplaar van de klasse CaffeSettings.
public CaffeSettings ();
Public Sub New ()
Van toepassing op
CaffeSettings(String, String, String, String, Nullable<Int32>)
Initialiseert een nieuw exemplaar van de klasse CaffeSettings.
public CaffeSettings (string configFilePath = default, string pythonScriptFilePath = default, string pythonInterpreterPath = default, string commandLineArgs = default, int? processCount = default);
new Microsoft.Azure.Management.BatchAI.Models.CaffeSettings : string * string * string * string * Nullable<int> -> Microsoft.Azure.Management.BatchAI.Models.CaffeSettings
Public Sub New (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
- configFilePath
- String
Pad naar configuratiebestand.
- pythonScriptFilePath
- String
Pad naar Python-scriptbestand.
- pythonInterpreterPath
- String
Python-interpreterpad.
- commandLineArgs
- String
Opdrachtregelargumenten.
Van toepassing op
Azure SDK for .NET