solutionTypes

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


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