GoogleCloudMlV1_StudyConfigParameterSpec_MatchingParentDiscreteValueSpecArgs

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

Represents the spec to match discrete values from parent parameter.

Constructors

Functions

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

Properties

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

Matches values of the parent parameter with type 'DISCRETE'. All values must exist in discrete_value_spec of parent parameter.