GoogleCloudAiplatformV1StudySpecParameterSpecConditionalParameterSpec class
Represents a parameter spec with condition from its parent parameter.
Constructors
- GoogleCloudAiplatformV1StudySpecParameterSpecConditionalParameterSpec({GoogleCloudAiplatformV1StudySpecParameterSpec? parameterSpec, GoogleCloudAiplatformV1StudySpecParameterSpecConditionalParameterSpecCategoricalValueCondition? parentCategoricalValues, GoogleCloudAiplatformV1StudySpecParameterSpecConditionalParameterSpecDiscreteValueCondition? parentDiscreteValues, GoogleCloudAiplatformV1StudySpecParameterSpecConditionalParameterSpecIntValueCondition? parentIntValues})
 - GoogleCloudAiplatformV1StudySpecParameterSpecConditionalParameterSpec.fromJson(Map json_)
 
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 
CATEGORICALtype.getter/setter pair - parentDiscreteValues ↔ GoogleCloudAiplatformV1StudySpecParameterSpecConditionalParameterSpecDiscreteValueCondition?
 - 
  The spec for matching values from a parent parameter of 
DISCRETEtype.getter/setter pair - parentIntValues ↔ GoogleCloudAiplatformV1StudySpecParameterSpecConditionalParameterSpecIntValueCondition?
 - 
  The spec for matching values from a parent parameter of 
INTEGERtype.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