ChoiceOption Costruttori
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
ChoiceOption(Object[]) |
Creare ChoiceOption con |
ChoiceOption(Object[], Object) |
Creare ChoiceOption con |
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