AvailableWorkloadProfileProperties interface
Revision resource specific properties
Properties
applicability | indicates whether the profile is default for the location. |
category | Used to categorize workload profiles. |
cores | Number of cores in CPU. |
display |
The everyday name of the workload profile. |
gpus | Number of GPUs. |
memory |
Memory in GiB. |
Property Details
applicability
indicates whether the profile is default for the location.
applicability?: string
Property Value
string
category
Used to categorize workload profiles.
category?: string
Property Value
string
cores
Number of cores in CPU.
cores?: number
Property Value
number
displayName
The everyday name of the workload profile.
displayName?: string
Property Value
string
gpus
Number of GPUs.
gpus?: number
Property Value
number
memoryGiB
Memory in GiB.
memoryGiB?: number
Property Value
number