Package version:

The properties that determine the run agent configuration.

interface AgentProperties {
    cpu?: number;
}

Properties

Properties

cpu?: number

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