StatefulResponse

data class StatefulResponse(val kind: String, val maxAgentLifetime: String, val resourcePredictions: Any? = null)

Stateful profile meaning that the machines will be returned to the pool after running a job.

Constructors

Link copied to clipboard
constructor(kind: String, maxAgentLifetime: String, resourcePredictions: Any? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Discriminator property for AgentProfile. Expected value is 'Stateful'.

Link copied to clipboard

How long should stateful machines be kept around. The maximum is one week.

Link copied to clipboard

Defines pool buffer.