GoogleCloudMlV1_StudyConfigParameterSpec_DiscreteValueSpecArgs

data class GoogleCloudMlV1_StudyConfigParameterSpec_DiscreteValueSpecArgs(val values: Output<List<Double>>? = null) : ConvertibleToJava<GoogleCloudMlV1_StudyConfigParameterSpec_DiscreteValueSpecArgs>

Constructors

Functions

Link copied to clipboard
open override fun toJava(): GoogleCloudMlV1_StudyConfigParameterSpec_DiscreteValueSpecArgs

Properties

Link copied to clipboard
val values: Output<List<Double>>? = null

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.