ComplianceModelFields
idinteger
Unique numeric identifier.
Example:
9876gpu_modelstring
GPU model name (for example, RTX-A4000).
Example:
RTX-A4000resource_typestring
Type of resource the limit applies to, one of CPU, HDD, RAM.
Example:
CPUbase_valueinteger
Baseline allowance against which usage is compared.
Example:
100variation_mininteger
Lower bound (inclusive) of allowed deviation from base_value.
Example:
0variation_maxinteger
Upper bound (inclusive) of allowed deviation from base_value.
Example:
200variation_unitinteger
Granularity of variation in integer units.
Example:
1ComplianceModelFields
{
"id": 9876,
"gpu_model": "RTX-A4000",
"resource_type": "CPU",
"base_value": 100,
"variation_min": 0,
"variation_max": 200,
"variation_unit": 1
}
Was this page helpful?