ComputeNodeFillType 열거형

정의

ComputeNodeFillType에 대한 값을 정의합니다.

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum ComputeNodeFillType
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type ComputeNodeFillType = 
Public Enum ComputeNodeFillType
상속
ComputeNodeFillType
특성
Newtonsoft.Json.JsonConverterAttribute

필드

Pack 1

풀의 다음 노드에 태스크가 할당되기 전에 가능한 한 많은 작업(taskSlotsPerNode)을 풀의 각 노드에 할당해야 합니다.

Spread 0

풀의 모든 노드에서 태스크를 균등하게 할당해야 합니다.

적용 대상