ChoiceOption Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ChoiceOption(Object[]) |
Create ChoiceOption with |
ChoiceOption(Object[], Object) |
Create ChoiceOption with |
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