GoogleCloudAiplatformV1StudySpecParameterSpecConditionalParameterSpec class

Represents a parameter spec with condition from its parent parameter.

Properties

hashCode int
The hash code for this object.
no setterinherited
parameterSpec GoogleCloudAiplatformV1StudySpecParameterSpec?
The spec for a conditional parameter.
getter/setter pair
parentCategoricalValues GoogleCloudAiplatformV1StudySpecParameterSpecConditionalParameterSpecCategoricalValueCondition?
The spec for matching values from a parent parameter of CATEGORICAL type.
getter/setter pair
parentDiscreteValues GoogleCloudAiplatformV1StudySpecParameterSpecConditionalParameterSpecDiscreteValueCondition?
The spec for matching values from a parent parameter of DISCRETE type.
getter/setter pair
parentIntValues GoogleCloudAiplatformV1StudySpecParameterSpecConditionalParameterSpecIntValueCondition?
The spec for matching values from a parent parameter of INTEGER type.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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