childParameterSpecs property

List<GoogleCloudMlV1StudyConfigParameterSpec>? childParameterSpecs
getter/setter pair

A child node is active if the parameter's value matches the child node's matching_parent_values.

If two items in child_parameter_specs have the same name, they must have disjoint matching_parent_values.

Implementation

core.List<GoogleCloudMlV1StudyConfigParameterSpec>? childParameterSpecs;