StatelessAgentProfileResponse

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

Defines pool buffer/stand-by agents.

Link copied to clipboard

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