Partager via


ChoiceOption Constructeurs

Définition

Surcharges

ChoiceOption(Object[])

Créer ChoiceOption avec choices

ChoiceOption(Object[], Object)

Créez ChoiceOption avec choices et defaultChoice.

ChoiceOption(Object[])

Créer ChoiceOption avec choices

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

Paramètres

choices
Object[]

S’applique à

ChoiceOption(Object[], Object)

Créez ChoiceOption avec choices et defaultChoice.

public ChoiceOption (object[] choices, object? defaultChoice);
new Microsoft.ML.SearchSpace.Option.ChoiceOption : obj[] * obj -> Microsoft.ML.SearchSpace.Option.ChoiceOption
Public Sub New (choices As Object(), defaultChoice As Object)

Paramètres

choices
Object[]
defaultChoice
Object

S’applique à