AgentProperties Class
The properties that determine the run agent configuration.
- Inheritance
-
azure.mgmt.containerregistry._serialization.ModelAgentProperties
Constructor
AgentProperties(*, cpu: int | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
cpu
|
The CPU configuration in terms of number of cores required for the run. |
Variables
Name | Description |
---|---|
cpu
|
The CPU configuration in terms of number of cores required for the run. |
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Python