StatelessAgentProfileArgs

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
val kind: Output<String>

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

Link copied to clipboard
val resourcePredictions: Output<Any>? = null

Defines pool buffer/stand-by agents.

Link copied to clipboard

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

Functions

Link copied to clipboard
open override fun toJava(): StatelessAgentProfileArgs