ArmMachineLearningModelFactory.ImageSweepSettings 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.
Model sweeping and hyperparameter sweeping related settings.
public static Azure.ResourceManager.MachineLearning.Models.ImageSweepSettings ImageSweepSettings(Azure.ResourceManager.MachineLearning.Models.MachineLearningEarlyTerminationPolicy earlyTermination = default, Azure.ResourceManager.MachineLearning.Models.SamplingAlgorithmType samplingAlgorithm = default);
static member ImageSweepSettings : Azure.ResourceManager.MachineLearning.Models.MachineLearningEarlyTerminationPolicy * Azure.ResourceManager.MachineLearning.Models.SamplingAlgorithmType -> Azure.ResourceManager.MachineLearning.Models.ImageSweepSettings
Public Shared Function ImageSweepSettings (Optional earlyTermination As MachineLearningEarlyTerminationPolicy = Nothing, Optional samplingAlgorithm As SamplingAlgorithmType = Nothing) As ImageSweepSettings
Parameters
- earlyTermination
- MachineLearningEarlyTerminationPolicy
Type of early termination policy.
- samplingAlgorithm
- SamplingAlgorithmType
[Required] Type of the hyperparameter sampling algorithms.
Returns
A new ImageSweepSettings instance for mocking.