共用方式為


ChoiceOption 建構函式

定義

多載

ChoiceOption(Object[])

使用 建立 ChoiceOptionchoices

ChoiceOption(Object[], Object)

使用 choicesdefaultChoice 建立 ChoiceOption

ChoiceOption(Object[])

使用 建立 ChoiceOptionchoices

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)

使用 choicesdefaultChoice 建立 ChoiceOption

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

適用於