Google Cloud Ml V1_Study Config_Parameter Spec Response
data class GoogleCloudMlV1_StudyConfig_ParameterSpecResponse(val categoricalValueSpec: GoogleCloudMlV1_StudyConfigParameterSpec_CategoricalValueSpecResponse, val childParameterSpecs: List<GoogleCloudMlV1_StudyConfig_ParameterSpecResponse>, val discreteValueSpec: GoogleCloudMlV1_StudyConfigParameterSpec_DiscreteValueSpecResponse, val doubleValueSpec: GoogleCloudMlV1_StudyConfigParameterSpec_DoubleValueSpecResponse, val integerValueSpec: GoogleCloudMlV1_StudyConfigParameterSpec_IntegerValueSpecResponse, val parameter: String, val parentCategoricalValues: GoogleCloudMlV1_StudyConfigParameterSpec_MatchingParentCategoricalValueSpecResponse, val parentDiscreteValues: GoogleCloudMlV1_StudyConfigParameterSpec_MatchingParentDiscreteValueSpecResponse, val parentIntValues: GoogleCloudMlV1_StudyConfigParameterSpec_MatchingParentIntValueSpecResponse, val scaleType: String, val type: String)
Represents a single parameter to optimize.
Constructors
Link copied to clipboard
constructor(categoricalValueSpec: GoogleCloudMlV1_StudyConfigParameterSpec_CategoricalValueSpecResponse, childParameterSpecs: List<GoogleCloudMlV1_StudyConfig_ParameterSpecResponse>, discreteValueSpec: GoogleCloudMlV1_StudyConfigParameterSpec_DiscreteValueSpecResponse, doubleValueSpec: GoogleCloudMlV1_StudyConfigParameterSpec_DoubleValueSpecResponse, integerValueSpec: GoogleCloudMlV1_StudyConfigParameterSpec_IntegerValueSpecResponse, parameter: String, parentCategoricalValues: GoogleCloudMlV1_StudyConfigParameterSpec_MatchingParentCategoricalValueSpecResponse, parentDiscreteValues: GoogleCloudMlV1_StudyConfigParameterSpec_MatchingParentDiscreteValueSpecResponse, parentIntValues: GoogleCloudMlV1_StudyConfigParameterSpec_MatchingParentIntValueSpecResponse, scaleType: String, type: String)
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
Link copied to clipboard