AgentProperties Class

The properties that determine the run agent configuration.

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.

Default value: None

Variables

Name Description
cpu
int

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