Parameter.FromString(String) 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 a String value. The ParameterType will be String.
public static Microsoft.ML.SearchSpace.Parameter FromString (string value);
static member FromString : string -> Microsoft.ML.SearchSpace.Parameter
Public Shared Function FromString (value As String) As Parameter
Parameters
- value
- String