GoogleCloudAiplatformV1StudySpecParameterSpec class

Represents a single parameter to optimize.

Properties

categoricalValueSpec GoogleCloudAiplatformV1StudySpecParameterSpecCategoricalValueSpec?
The value spec for a 'CATEGORICAL' parameter.
getter/setter pair
conditionalParameterSpecs List<GoogleCloudAiplatformV1StudySpecParameterSpecConditionalParameterSpec>?
A conditional parameter node is active if the parameter's value matches the conditional node's parent_value_condition.
getter/setter pair
discreteValueSpec GoogleCloudAiplatformV1StudySpecParameterSpecDiscreteValueSpec?
The value spec for a 'DISCRETE' parameter.
getter/setter pair
doubleValueSpec GoogleCloudAiplatformV1StudySpecParameterSpecDoubleValueSpec?
The value spec for a 'DOUBLE' parameter.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
integerValueSpec GoogleCloudAiplatformV1StudySpecParameterSpecIntegerValueSpec?
The value spec for an 'INTEGER' parameter.
getter/setter pair
parameterId String?
The ID of the parameter.
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

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