Compartilhar via


ChoiceOption Construtores

Definição

Sobrecargas

ChoiceOption(Object[])

Criar ChoiceOption com choices

ChoiceOption(Object[], Object)

Criar ChoiceOption com choices e defaultChoice.

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

Aplica-se a