AgentPropertiesResponse

data class AgentPropertiesResponse(val cpu: Int? = null)

The properties that determine the run agent configuration.

Constructors

Link copied to clipboard
constructor(cpu: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val cpu: Int? = null

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