Share via


ChoiceOption Constructors

Definition

Overloads

ChoiceOption(Object[])

Create ChoiceOption with choices

ChoiceOption(Object[], Object)

Create ChoiceOption with choices and defaultChoice.

ChoiceOption(Object[])

Create ChoiceOption with 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())

Parameters

choices
Object[]

Applies to

ChoiceOption(Object[], Object)

Create ChoiceOption with choices and 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)

Parameters

choices
Object[]
defaultChoice
Object

Applies to