Compartilhar via


AgentProperties Class

The properties that determine the run agent configuration.

Inheritance
azure.mgmt.containerregistry._serialization.Model
AgentProperties

Constructor

AgentProperties(*, cpu: int | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
cpu
int

The CPU configuration in terms of number of cores required for the run.

Variables

Name Description
cpu
int

The CPU configuration in terms of number of cores required for the run.