GoogleCloudMlV1StudyConfigParameterSpec class

Represents a single parameter to optimize.

Properties

categoricalValueSpec GoogleCloudMlV1StudyConfigParameterSpecCategoricalValueSpec?
The value spec for a 'CATEGORICAL' parameter.
getter/setter pair
childParameterSpecs List<GoogleCloudMlV1StudyConfigParameterSpec>?
A child node is active if the parameter's value matches the child node's matching_parent_values.
getter/setter pair
discreteValueSpec GoogleCloudMlV1StudyConfigParameterSpecDiscreteValueSpec?
The value spec for a 'DISCRETE' parameter.
getter/setter pair
doubleValueSpec GoogleCloudMlV1StudyConfigParameterSpecDoubleValueSpec?
The value spec for a 'DOUBLE' parameter.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
integerValueSpec GoogleCloudMlV1StudyConfigParameterSpecIntegerValueSpec?
The value spec for an 'INTEGER' parameter.
getter/setter pair
parameter String?
The parameter name must be unique amongst all ParameterSpecs.
getter/setter pair
parentCategoricalValues GoogleCloudMlV1StudyConfigParameterSpecMatchingParentCategoricalValueSpec?
getter/setter pair
parentDiscreteValues GoogleCloudMlV1StudyConfigParameterSpecMatchingParentDiscreteValueSpec?
getter/setter pair
parentIntValues GoogleCloudMlV1StudyConfigParameterSpecMatchingParentIntValueSpec?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scaleType String?
How the parameter should be scaled.
getter/setter pair
type String?
The type of the parameter.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited