solutionTypes

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


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