Megosztás a következőn keresztül:


BooleanChoiceAttribute Constructors

Definition

Overloads

BooleanChoiceAttribute()

Create a BooleanChoiceAttribute.

BooleanChoiceAttribute(Boolean)

Create a BooleanChoiceAttribute with default value.

BooleanChoiceAttribute()

public BooleanChoiceAttribute ();
Public Sub New ()

Applies to

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.

Applies to