ChoiceOption 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
ChoiceOption(Object[]) |
使用 建立 ChoiceOption |
ChoiceOption(Object[], Object) |
使用 |
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)
使用 choices
和 defaultChoice
建立 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