ArmMachineLearningModelFactory.CustomTargetLags 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 CustomTargetLags.
public static Azure.ResourceManager.MachineLearning.Models.CustomTargetLags CustomTargetLags(System.Collections.Generic.IEnumerable<int> values = default);
static member CustomTargetLags : seq<int> -> Azure.ResourceManager.MachineLearning.Models.CustomTargetLags
Public Shared Function CustomTargetLags (Optional values As IEnumerable(Of Integer) = Nothing) As CustomTargetLags
Parameters
- values
- IEnumerable<Int32>
[Required] Set target lags values.
Returns
A new CustomTargetLags instance for mocking.