allowedTrainingAlgorithms

@JvmName(name = "iccehehahgwdypsj")
suspend fun allowedTrainingAlgorithms(value: Output<List<Either<String, ForecastingModels>>>)
@JvmName(name = "xlppiffgaaubsrxl")
suspend fun allowedTrainingAlgorithms(value: List<Either<String, ForecastingModels>>?)

Parameters

value

Allowed models for forecasting task.


@JvmName(name = "tgpikspfsshkjopt")
suspend fun allowedTrainingAlgorithms(vararg values: Output<Either<String, ForecastingModels>>)


@JvmName(name = "whtdfjalwkxnovag")
suspend fun allowedTrainingAlgorithms(values: List<Output<Either<String, ForecastingModels>>>)
@JvmName(name = "soiusxarljnqnhqv")
suspend fun allowedTrainingAlgorithms(vararg values: Either<String, ForecastingModels>)

Parameters

values

Allowed models for forecasting task.