solutionTypes

@JvmName(name = "ieiilvnilsrifbri")
suspend fun solutionTypes(value: Output<List<ServingConfigSolutionTypesItem>>)
@JvmName(name = "nlvxknfocbchmymb")
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 = "umikmnbbhsupexlp")
suspend fun solutionTypes(vararg values: Output<ServingConfigSolutionTypesItem>)


@JvmName(name = "bccahqkjltvfveme")
suspend fun solutionTypes(values: List<Output<ServingConfigSolutionTypesItem>>)
@JvmName(name = "oxvywkjmmvghledu")
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.