Stateless Agent Profile Args
data class StatelessAgentProfileArgs(val kind: Output<String>, val resourcePredictions: Output<Any>? = null, val resourcePredictionsProfile: Output<Either<AutomaticResourcePredictionsProfileArgs, ManualResourcePredictionsProfileArgs>>? = null) : ConvertibleToJava<StatelessAgentProfileArgs>
Stateless profile meaning that the machines will be cleaned up after running a job.
Constructors
Link copied to clipboard
constructor(kind: Output<String>, resourcePredictions: Output<Any>? = null, resourcePredictionsProfile: Output<Either<AutomaticResourcePredictionsProfileArgs, ManualResourcePredictionsProfileArgs>>? = null)
Properties
Link copied to clipboard
Defines pool buffer/stand-by agents.
Link copied to clipboard
val resourcePredictionsProfile: Output<Either<AutomaticResourcePredictionsProfileArgs, ManualResourcePredictionsProfileArgs>>? = null
Defines how the pool buffer/stand-by agents is provided.