GoogleCloudMlV1_StudyConfigParameterSpec_MatchingParentIntValueSpecArgs

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

Represents the spec to match integer values from parent parameter.

Constructors

Functions

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

Properties

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

Matches values of the parent parameter with type 'INTEGER'. All values must lie in integer_value_spec of parent parameter.