values

@JvmName(name = "ydbyhmmlbykximop")
suspend fun values(value: Output<List<Double>>)
@JvmName(name = "tbcvnhvyhyxahglx")
suspend fun values(value: List<Double>?)

Parameters

value

Must be specified if type is DISCRETE. A list of feasible points. The list should be in strictly increasing order. For instance, this parameter might have possible settings of 1.5, 2.5, and 4.0. This list should not contain more than 1,000 values.


@JvmName(name = "ppvkcmgrydqfleag")
suspend fun values(vararg values: Output<Double>)


@JvmName(name = "iphtpsddmcsttusk")
suspend fun values(values: List<Output<Double>>)
@JvmName(name = "klfehwcgwpymdepi")
suspend fun values(vararg values: Double)

Parameters

values

Must be specified if type is DISCRETE. A list of feasible points. The list should be in strictly increasing order. For instance, this parameter might have possible settings of 1.5, 2.5, and 4.0. This list should not contain more than 1,000 values.