child Parameter Specs
Parameters
value
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.
suspend fun childParameterSpecs(vararg values: Output<GoogleCloudMlV1_StudyConfig_ParameterSpecArgs>)
suspend fun childParameterSpecs(values: List<Output<GoogleCloudMlV1_StudyConfig_ParameterSpecArgs>>)
Parameters
values
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.
suspend fun childParameterSpecs(argument: List<suspend GoogleCloudMlV1_StudyConfig_ParameterSpecArgsBuilder.() -> Unit>)
suspend fun childParameterSpecs(vararg argument: suspend GoogleCloudMlV1_StudyConfig_ParameterSpecArgsBuilder.() -> Unit)
suspend fun childParameterSpecs(argument: suspend GoogleCloudMlV1_StudyConfig_ParameterSpecArgsBuilder.() -> Unit)
Parameters
argument
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.