Automatic Resource Predictions Profile Args
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)