Enum ConstraintType
Defines the types of constraints that can be applied to AutoML search.
public enum ConstraintType
Fields
Custom = 4Custom constraint defined by an expression.
Dependency = 1Dependency constraint between multiple parameters.
Exclusion = 2Exclusion constraint preventing certain parameter combinations.
Range = 0Range constraint limiting a parameter to a specific range.
Resource = 3Resource constraint limiting compute resources.