Compartilhar via


ChoiceAttribute Construtores

Definição

Sobrecargas

ChoiceAttribute(Object[])

Crie um ChoiceAttribute com candidates.

ChoiceAttribute(Object[], Object)

Criar um ChoiceAttribute com candidates e defaultValue.

ChoiceAttribute(Object[])

Crie um ChoiceAttribute com candidates.

public ChoiceAttribute (params object[] candidates);
new Microsoft.ML.SearchSpace.ChoiceAttribute : obj[] -> Microsoft.ML.SearchSpace.ChoiceAttribute
Public Sub New (ParamArray candidates As Object())

Parâmetros

candidates
Object[]

Aplica-se a

ChoiceAttribute(Object[], Object)

Criar um ChoiceAttribute com candidates e defaultValue.

public ChoiceAttribute (object[] candidates, object defaultValue);
new Microsoft.ML.SearchSpace.ChoiceAttribute : obj[] * obj -> Microsoft.ML.SearchSpace.ChoiceAttribute
Public Sub New (candidates As Object(), defaultValue As Object)

Parâmetros

candidates
Object[]
defaultValue
Object

Aplica-se a