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. |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python