AvailableWorkloadProfileProperties Class
Revision resource specific properties.
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. Default value: None
|
applicability
|
str or
Applicability
indicates whether the profile is default for the location. Known values are: "LocationDefault" and "Custom". Default value: None
|
cores
|
Number of cores in CPU. Default value: None
|
memory_gi_b
|
Memory in GiB. Default value: None
|
gpus
|
Number of GPUs. Default value: None
|
display_name
|
The everyday name of the workload profile. Default value: None
|
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. |
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Python