Parameter.CreateNestedParameter Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Create a Parameter from parameters
. The ParameterType will be Object.
public static Microsoft.ML.SearchSpace.Parameter CreateNestedParameter (params System.Collections.Generic.KeyValuePair<string,Microsoft.ML.SearchSpace.Parameter>[] parameters);
static member CreateNestedParameter : System.Collections.Generic.KeyValuePair<string, Microsoft.ML.SearchSpace.Parameter>[] -> Microsoft.ML.SearchSpace.Parameter
Public Shared Function CreateNestedParameter (ParamArray parameters As KeyValuePair(Of String, Parameter)()) As Parameter
Parameters
- parameters
- KeyValuePair<String,Parameter>[]