AgentProperties Class
The properties that determine the run agent configuration.
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. Default value: None
|
Variables
Name | Description |
---|---|
cpu
|
The CPU configuration in terms of number of cores required for the run. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python