Поделиться через


ChoiceOption Конструкторы

Определение

Перегрузки

ChoiceOption(Object[])

Создание ChoiceOption с помощью choices

ChoiceOption(Object[], Object)

Создание ChoiceOption с choices помощью и defaultChoice.

ChoiceOption(Object[])

Создание ChoiceOption с помощью 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())

Параметры

choices
Object[]

Применяется к

ChoiceOption(Object[], Object)

Создание ChoiceOption с choices помощью и 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)

Параметры

choices
Object[]
defaultChoice
Object

Применяется к