ArmMachineLearningModelFactory.TargetLags(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 number of past periods to lag from the target column. Please note this is the abstract base class. The derived classes available for instantiation are: AutoTargetLags and CustomTargetLags.
public static Azure.ResourceManager.MachineLearning.Models.TargetLags TargetLags(string mode = default);
static member TargetLags : string -> Azure.ResourceManager.MachineLearning.Models.TargetLags
Public Shared Function TargetLags (Optional mode As String = Nothing) As TargetLags
Parameters
- mode
- String
[Required] Set target lags mode - Auto/Custom.
Returns
A new TargetLags instance for mocking.