Stateful Response
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)
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
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
val resourcePredictionsProfile: Either<AutomaticResourcePredictionsProfileResponse, ManualResourcePredictionsProfileResponse>? = null
Defines how the pool buffer/stand-by agents is provided.