BooleanChoiceAttribute Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
BooleanChoiceAttribute() |
Create a BooleanChoiceAttribute. |
BooleanChoiceAttribute(Boolean) |
Create a BooleanChoiceAttribute with default value. |
BooleanChoiceAttribute()
BooleanChoiceAttribute(Boolean)
Create a BooleanChoiceAttribute with default value.
public BooleanChoiceAttribute (bool defaultValue);
new Microsoft.ML.SearchSpace.BooleanChoiceAttribute : bool -> Microsoft.ML.SearchSpace.BooleanChoiceAttribute
Public Sub New (defaultValue As Boolean)
Parameters
- defaultValue
- Boolean
default value for this option.