GoogleCloudMlV1_StudyConfigParameterSpec_MatchingParentCategoricalValueSpecArgs

data class GoogleCloudMlV1_StudyConfigParameterSpec_MatchingParentCategoricalValueSpecArgs(val values: Output<List<String>>? = null) : ConvertibleToJava<GoogleCloudMlV1_StudyConfigParameterSpec_MatchingParentCategoricalValueSpecArgs>

Represents the spec to match categorical values from parent parameter.

Constructors

Functions

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

Properties

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

Matches values of the parent parameter with type 'CATEGORICAL'. All values must exist in categorical_value_spec of parent parameter.