본문으로 건너뛰기

ModelToleration

Scheduling tolerance for an internally hosted model, allowing placement on a compute resource with a matching taint.

key object

Taint key matched by this toleration, or null to match every key when operator is Exists.

하나 이상(anyOf)
string
operatorOperator (string)

'Equal' requires value; 'Exists' ignores it.

Possible values: [Exists, Equal]

기본값: Equal
value object
하나 이상(anyOf)
string
effect object

Taint effect matched by this toleration, or null to match every effect.

하나 이상(anyOf)
string

Possible values: [NoSchedule, PreferNoSchedule, NoExecute]

toleration_seconds object

For effect='NoExecute', evict after this many seconds.

하나 이상(anyOf)
integer
ModelToleration
{
"key": "string",
"operator": "Equal",
"value": "string",
"effect": "NoSchedule",
"toleration_seconds": 0
}