ChoiceOption Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
ChoiceOption(Object[]) |
Créer ChoiceOption avec |
ChoiceOption(Object[], Object) |
Créez ChoiceOption avec |
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