다음을 통해 공유


ChoiceOption 생성자

정의

오버로드

ChoiceOption(Object[])

다음을 사용하여 만들기 ChoiceOptionchoices

ChoiceOption(Object[], Object)

와 함께 choices 만들기 ChoiceOptiondefaultChoice.

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 만들기 ChoiceOptiondefaultChoice.

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

적용 대상