StatefulResponse

data class StatefulResponse(val gracePeriodTimeSpan: String? = null, val kind: String, val maxAgentLifetime: String? = null, val resourcePredictions: Any? = null, val resourcePredictionsProfile: Either<AutomaticResourcePredictionsProfileResponse, ManualResourcePredictionsProfileResponse>? = null)

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

Constructors

Link copied to clipboard
constructor(gracePeriodTimeSpan: String? = null, kind: String, maxAgentLifetime: String? = null, resourcePredictions: Any? = null, resourcePredictionsProfile: Either<AutomaticResourcePredictionsProfileResponse, ManualResourcePredictionsProfileResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

How long should the machine be kept around after it ran a workload when there are no stand-by agents. The maximum is one week.

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/stand-by agents.

Link copied to clipboard

Defines how the pool buffer/stand-by agents is provided.