Compartir a través de


ChoiceOption Constructores

Definición

Sobrecargas

ChoiceOption(Object[])

Crear ChoiceOption con choices

ChoiceOption(Object[], Object)

Cree ChoiceOption con choices y defaultChoice.

ChoiceOption(Object[])

Crear 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())

Parámetros

choices
Object[]

Se aplica a

ChoiceOption(Object[], Object)

Cree ChoiceOption con choices y 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

Se aplica a