ArmMachineLearningModelFactory.GridSamplingAlgorithm 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.
Defines a Sampling Algorithm that exhaustively generates every value combination in the space.
public static Azure.ResourceManager.MachineLearning.Models.GridSamplingAlgorithm GridSamplingAlgorithm();
static member GridSamplingAlgorithm : unit -> Azure.ResourceManager.MachineLearning.Models.GridSamplingAlgorithm
Public Shared Function GridSamplingAlgorithm () As GridSamplingAlgorithm
Returns
A new GridSamplingAlgorithm instance for mocking.