Partager via


ChoiceAttribute Constructeurs

Définition

Surcharges

ChoiceAttribute(Object[])

Créez un ChoiceAttribute avec candidates.

ChoiceAttribute(Object[], Object)

Créez un ChoiceAttribute avec candidates et defaultValue.

ChoiceAttribute(Object[])

Créez un ChoiceAttribute avec candidates.

public ChoiceAttribute (params object[] candidates);
new Microsoft.ML.SearchSpace.ChoiceAttribute : obj[] -> Microsoft.ML.SearchSpace.ChoiceAttribute
Public Sub New (ParamArray candidates As Object())

Paramètres

candidates
Object[]

S’applique à

ChoiceAttribute(Object[], Object)

Créez un ChoiceAttribute avec candidates et defaultValue.

public ChoiceAttribute (object[] candidates, object defaultValue);
new Microsoft.ML.SearchSpace.ChoiceAttribute : obj[] * obj -> Microsoft.ML.SearchSpace.ChoiceAttribute
Public Sub New (candidates As Object(), defaultValue As Object)

Paramètres

candidates
Object[]
defaultValue
Object

S’applique à