solutionTypes

@JvmName(name = "cesiyrhfrumkdvpw")
suspend fun solutionTypes(value: Output<List<ServingConfigSolutionTypesItem>>)
@JvmName(name = "vyvmuyiskgjpcyrg")
suspend fun solutionTypes(value: List<ServingConfigSolutionTypesItem>?)

Parameters

value

Immutable. Specifies the solution types that a serving config can be associated with. Currently we support setting only one type of solution.


@JvmName(name = "opdcftcjugxaelol")
suspend fun solutionTypes(vararg values: Output<ServingConfigSolutionTypesItem>)


@JvmName(name = "wuoulackxaaagvxq")
suspend fun solutionTypes(values: List<Output<ServingConfigSolutionTypesItem>>)
@JvmName(name = "aprfooqcuawnjrml")
suspend fun solutionTypes(vararg values: ServingConfigSolutionTypesItem)

Parameters

values

Immutable. Specifies the solution types that a serving config can be associated with. Currently we support setting only one type of solution.