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.
- string
- null
string
operatorOperator (string)
'Equal' requires value; 'Exists' ignores it.
Possible values: [Exists, Equal]
기본값:
Equalvalue object
하나 이상(anyOf)
- string
- null
string
effect object
Taint effect matched by this toleration, or null to match every effect.
- string
- null
string
Possible values: [NoSchedule, PreferNoSchedule, NoExecute]
toleration_seconds object
For effect='NoExecute', evict after this many seconds.
- integer
- null
integer
ModelToleration
{
"key": "string",
"operator": "Equal",
"value": "string",
"effect": "NoSchedule",
"toleration_seconds": 0
}