GoogleCloudMlV1ParameterSpec class
Represents a single hyperparameter to optimize.
Constructors
Properties
- 
  categoricalValues
  ↔ List<String> ?
- 
  Required if type is CATEGORICAL.getter/setter pair
- 
  discreteValues
  ↔ List<double> ?
- 
  Required if type is DISCRETE.getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- maxValue ↔ double?
- 
  Required if type is DOUBLEorINTEGER.getter/setter pair
- minValue ↔ double?
- 
  Required if type is DOUBLEorINTEGER.getter/setter pair
- parameterName ↔ String?
- 
  The parameter name must be unique amongst all ParameterConfigs in a
HyperparameterSpec message.
  getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- scaleType ↔ String?
- 
  How the parameter should be scaled to the hypercube.
  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