AvailableWorkloadProfileProperties Class
Revision resource specific properties.
- Inheritance
-
azure.mgmt.appcontainers._serialization.ModelAvailableWorkloadProfileProperties
Constructor
AvailableWorkloadProfileProperties(*, category: str | None = None, applicability: str | _models.Applicability | None = None, cores: int | None = None, memory_gi_b: int | None = None, gpus: int | None = None, display_name: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
category
|
Used to categorize workload profiles. |
applicability
|
str or
Applicability
indicates whether the profile is default for the location. Known values are: "LocationDefault" and "Custom". |
cores
|
Number of cores in CPU. |
memory_gi_b
|
Memory in GiB. |
gpus
|
Number of GPUs. |
display_name
|
The everyday name of the workload profile. |
Variables
Name | Description |
---|---|
category
|
Used to categorize workload profiles. |
applicability
|
str or
Applicability
indicates whether the profile is default for the location. Known values are: "LocationDefault" and "Custom". |
cores
|
Number of cores in CPU. |
memory_gi_b
|
Memory in GiB. |
gpus
|
Number of GPUs. |
display_name
|
The everyday name of the workload profile. |
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python