Share via


BooleanChoiceAttribute Constructors

Definition

Overloads

BooleanChoiceAttribute()

Create a BooleanChoiceAttribute.

BooleanChoiceAttribute(Boolean)

Create a BooleanChoiceAttribute with default value.

BooleanChoiceAttribute()

Source:
BoolearnChoiceAttribute.cs
Source:
BoolearnChoiceAttribute.cs
Source:
BoolearnChoiceAttribute.cs
public BooleanChoiceAttribute();
Public Sub New ()

Applies to

BooleanChoiceAttribute(Boolean)

Source:
BoolearnChoiceAttribute.cs
Source:
BoolearnChoiceAttribute.cs
Source:
BoolearnChoiceAttribute.cs

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.

Applies to