AutoTargetLags Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.AutoTargetLagsTypeConverter))]
public class AutoTargetLags : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IAutoTargetLags, Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.AutoTargetLagsTypeConverter))>]
type AutoTargetLags = class
    interface IAutoTargetLags
    interface IJsonSerializable
    interface ITargetLags
    interface IValidates
Public Class AutoTargetLags
Implements IAutoTargetLags, IValidates
Inheritance
AutoTargetLags
Attributes
Implements

Constructors

AutoTargetLags()

Creates an new AutoTargetLags instance.

Properties

Mode

[Required] Set target lags mode - Auto/Custom

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AutoTargetLags.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AutoTargetLags.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IAutoTargetLags.

FromJsonString(String)

Creates a new instance of AutoTargetLags, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of AutoTargetLags into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to