AutomaticResourcePredictionsProfileArgs

data class AutomaticResourcePredictionsProfileArgs(val kind: Output<String>, val predictionPreference: Output<Either<String, PredictionPreference>>? = null) : ConvertibleToJava<AutomaticResourcePredictionsProfileArgs>

The stand-by agent scheme is determined based on historical demand.

Constructors

Link copied to clipboard
constructor(kind: Output<String>, predictionPreference: Output<Either<String, PredictionPreference>>? = null)

Properties

Link copied to clipboard
val kind: Output<String>

Determines how the stand-by scheme should be provided. Expected value is 'Automatic'.

Link copied to clipboard
val predictionPreference: Output<Either<String, PredictionPreference>>? = null

Determines the balance between cost and performance.

Functions

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