ChainerSettings.ProcessCount 속성

정의

프로세스 수를 가져오거나 설정합니다.

[Newtonsoft.Json.JsonProperty(PropertyName="processCount")]
public int? ProcessCount { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="processCount")>]
member this.ProcessCount : Nullable<int> with get, set
Public Property ProcessCount As Nullable(Of Integer)

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

설명

작업 실행을 위해 시작할 프로세스 수입니다. 이 속성의 기본값은 nodeCount 속성과 같습니다.

적용 대상