CompliancePayload
base_valueintegerrequired
Baseline allowance against which usage is compared.
gpu_modelstringrequired
GPU model name (for example, RTX-A4000).
resource_typestringrequired
Type of resource the limit applies to, one of CPU, HDD, RAM.
variation_maxintegerrequired
Upper bound (inclusive) of allowed deviation from base_value.
variation_minintegerrequired
Lower bound (inclusive) of allowed deviation from base_value.
variation_unitintegerrequired
Granularity of variation in integer units.
CompliancePayload
{
"base_value": 0,
"gpu_model": "string",
"resource_type": "string",
"variation_max": 0,
"variation_min": 0,
"variation_unit": 0
}
Was this page helpful?