ArmMachineLearningModelFactory.SamplingAlgorithm(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.
The Sampling Algorithm used to generate hyperparameter values, along with properties to configure the algorithm Please note this is the abstract base class. The derived classes available for instantiation are: BayesianSamplingAlgorithm, GridSamplingAlgorithm, and RandomSamplingAlgorithm.
public static Azure.ResourceManager.MachineLearning.Models.SamplingAlgorithm SamplingAlgorithm(string samplingAlgorithmType = default);
static member SamplingAlgorithm : string -> Azure.ResourceManager.MachineLearning.Models.SamplingAlgorithm
Public Shared Function SamplingAlgorithm (Optional samplingAlgorithmType As String = Nothing) As SamplingAlgorithm
Parameters
- samplingAlgorithmType
- String
[Required] The algorithm used for generating hyperparameter values, along with configuration properties.
Returns
A new SamplingAlgorithm instance for mocking.