Stateless Agent Profile Response
data class StatelessAgentProfileResponse(val kind: String, val resourcePredictions: Any? = null, val resourcePredictionsProfile: Either<AutomaticResourcePredictionsProfileResponse, ManualResourcePredictionsProfileResponse>? = null)
Stateless profile meaning that the machines will be cleaned up after running a job.
Constructors
Link copied to clipboard
constructor(kind: String, resourcePredictions: Any? = null, resourcePredictionsProfile: Either<AutomaticResourcePredictionsProfileResponse, ManualResourcePredictionsProfileResponse>? = null)
Properties
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.