ChainerSettings 생성자

정의

오버로드

ChainerSettings()

ChainerSettings 클래스의 새 instance 초기화합니다.

ChainerSettings(String, String, String, Nullable<Int32>)

ChainerSettings 클래스의 새 instance 초기화합니다.

ChainerSettings()

ChainerSettings 클래스의 새 instance 초기화합니다.

public ChainerSettings ();
Public Sub New ()

적용 대상

ChainerSettings(String, String, String, Nullable<Int32>)

ChainerSettings 클래스의 새 instance 초기화합니다.

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)

매개 변수

pythonScriptFilePath
String

Python 스크립트 파일 경로입니다.

pythonInterpreterPath
String

Python 인터프리터 경로입니다.

commandLineArgs
String

명령줄 인수입니다.

processCount
Nullable<Int32>

프로세스 수입니다.

적용 대상