ChoiceOption Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
ChoiceOption(Object[]) |
Criar ChoiceOption com |
ChoiceOption(Object[], Object) |
Criar ChoiceOption com |
ChoiceOption(Object[])
Criar ChoiceOption com 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())
Parâmetros
- choices
- Object[]
Aplica-se a
ChoiceOption(Object[], Object)
Criar ChoiceOption com 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)
Parâmetros
- choices
- Object[]
- defaultChoice
- Object