Condividi tramite


ChoiceOption Costruttori

Definizione

Overload

ChoiceOption(Object[])

Creare ChoiceOption con choices

ChoiceOption(Object[], Object)

Creare ChoiceOption con choices e defaultChoice.

ChoiceOption(Object[])

Creare ChoiceOption con 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())

Parametri

choices
Object[]

Si applica a

ChoiceOption(Object[], Object)

Creare ChoiceOption con choices e 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)

Parametri

choices
Object[]
defaultChoice
Object

Si applica a