Delen via


CustomTargetLags Class

Definition

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

Constructors

CustomTargetLags()

Creates an new CustomTargetLags instance.

Properties

Mode

[Required] Set target lags mode - Auto/Custom

Value

[Required] Set target lags values.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of CustomTargetLags.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CustomTargetLags.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of CustomTargetLags into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to