discreteValues

@JvmName(name = "tftqnrprahuphkxi")
suspend fun discreteValues(value: Output<List<Double>>)
@JvmName(name = "bxcvccnyfhluepnh")
suspend fun discreteValues(value: List<Double>?)

Parameters

value

Required 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 = "delkdknoyqthrgbn")
suspend fun discreteValues(vararg values: Output<Double>)


@JvmName(name = "avwlvsefmstcuabx")
suspend fun discreteValues(values: List<Output<Double>>)
@JvmName(name = "wwcvwwtcqxeiyqkg")
suspend fun discreteValues(vararg values: Double)

Parameters

values

Required 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.