ChoiceAttribute Constructores
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
| ChoiceAttribute(Object[]) |
Cree un elemento ChoiceAttribute con |
| ChoiceAttribute(Object[], Object) |
Cree un ChoiceAttribute objeto con |
ChoiceAttribute(Object[])
Cree un elemento ChoiceAttribute con 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[]
Se aplica a
ChoiceAttribute(Object[], Object)
Cree un ChoiceAttribute objeto con candidates y 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