GoogleCloudMlV1_StudyConfig_ParameterSpecArgs

data class GoogleCloudMlV1_StudyConfig_ParameterSpecArgs(val categoricalValueSpec: Output<GoogleCloudMlV1_StudyConfigParameterSpec_CategoricalValueSpecArgs>? = null, val childParameterSpecs: Output<List<GoogleCloudMlV1_StudyConfig_ParameterSpecArgs>>? = null, val discreteValueSpec: Output<GoogleCloudMlV1_StudyConfigParameterSpec_DiscreteValueSpecArgs>? = null, val doubleValueSpec: Output<GoogleCloudMlV1_StudyConfigParameterSpec_DoubleValueSpecArgs>? = null, val integerValueSpec: Output<GoogleCloudMlV1_StudyConfigParameterSpec_IntegerValueSpecArgs>? = null, val parameter: Output<String>, val parentCategoricalValues: Output<GoogleCloudMlV1_StudyConfigParameterSpec_MatchingParentCategoricalValueSpecArgs>? = null, val parentDiscreteValues: Output<GoogleCloudMlV1_StudyConfigParameterSpec_MatchingParentDiscreteValueSpecArgs>? = null, val parentIntValues: Output<GoogleCloudMlV1_StudyConfigParameterSpec_MatchingParentIntValueSpecArgs>? = null, val scaleType: Output<GoogleCloudMlV1_StudyConfig_ParameterSpecScaleType>? = null, val type: Output<GoogleCloudMlV1_StudyConfig_ParameterSpecType>) : ConvertibleToJava<GoogleCloudMlV1_StudyConfig_ParameterSpecArgs>

Represents a single parameter to optimize.

Constructors

Functions

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

Properties

Link copied to clipboard

The value spec for a 'CATEGORICAL' parameter.

Link copied to clipboard

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.

Link copied to clipboard

The value spec for a 'DISCRETE' parameter.

Link copied to clipboard

The value spec for a 'DOUBLE' parameter.

Link copied to clipboard

The value spec for an 'INTEGER' parameter.

Link copied to clipboard
val parameter: Output<String>

The parameter name must be unique amongst all ParameterSpecs.

Link copied to clipboard

How the parameter should be scaled. Leave unset for categorical parameters.

Link copied to clipboard

The type of the parameter.