ArmMachineLearningModelFactory.MachineLearningTrainingSettings 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.
Training related configuration.
public static Azure.ResourceManager.MachineLearning.Models.MachineLearningTrainingSettings MachineLearningTrainingSettings(bool? enableDnnTraining = default, bool? enableModelExplainability = default, bool? enableOnnxCompatibleModels = default, bool? enableStackEnsemble = default, bool? enableVoteEnsemble = default, TimeSpan? ensembleModelDownloadTimeout = default, Azure.ResourceManager.MachineLearning.Models.MachineLearningStackEnsembleSettings stackEnsembleSettings = default);
static member MachineLearningTrainingSettings : Nullable<bool> * Nullable<bool> * Nullable<bool> * Nullable<bool> * Nullable<bool> * Nullable<TimeSpan> * Azure.ResourceManager.MachineLearning.Models.MachineLearningStackEnsembleSettings -> Azure.ResourceManager.MachineLearning.Models.MachineLearningTrainingSettings
Public Shared Function MachineLearningTrainingSettings (Optional enableDnnTraining As Nullable(Of Boolean) = Nothing, Optional enableModelExplainability As Nullable(Of Boolean) = Nothing, Optional enableOnnxCompatibleModels As Nullable(Of Boolean) = Nothing, Optional enableStackEnsemble As Nullable(Of Boolean) = Nothing, Optional enableVoteEnsemble As Nullable(Of Boolean) = Nothing, Optional ensembleModelDownloadTimeout As Nullable(Of TimeSpan) = Nothing, Optional stackEnsembleSettings As MachineLearningStackEnsembleSettings = Nothing) As MachineLearningTrainingSettings
Parameters
During VotingEnsemble and StackEnsemble model generation, multiple fitted models from the previous child runs are downloaded. Configure this parameter with a higher value than 300 secs, if more time is needed.
- stackEnsembleSettings
- MachineLearningStackEnsembleSettings
Stack ensemble settings for stack ensemble run.
Returns
A new MachineLearningTrainingSettings instance for mocking.