Freigeben über


ChoiceOption Konstruktoren

Definition

Überlädt

ChoiceOption(Object[])

Erstellen ChoiceOption mit choices

ChoiceOption(Object[], Object)

Erstellen ChoiceOption mit choices und defaultChoice.

ChoiceOption(Object[])

Erstellen ChoiceOption mit 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())

Parameter

choices
Object[]

Gilt für:

ChoiceOption(Object[], Object)

Erstellen ChoiceOption mit choices und 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)

Parameter

choices
Object[]
defaultChoice
Object

Gilt für: