Role | Weight | Frameworks | CPUs (Allocated / Quota) | GPUs (Allocated / Quota) | Mem (Allocated / Quota) | Disk (Allocated / Quota) |
---|---|---|---|---|---|---|
{{role.name}} | {{role.weight | number}} | {{role.frameworks.length | number}} | {{role.resources.cpus | decimalFloat}} / {{(role.quota.guarantee.cpus || 0) | decimalFloat}} | {{role.resources.gpus | decimalFloat}} / {{(role.quota.guarantee.gpus || 0) | decimalFloat}} | {{role.resources.mem * (1024 * 1024) | dataSize}} / {{(role.quota.guarantee.mem || 0) * (1024 * 1024) | dataSize}} | {{role.resources.disk * (1024 * 1024) | dataSize}} / {{(role.quota.guarantee.disk || 0) * (1024 * 1024) | dataSize}} |