Share via


CustomTargetRollingWindowSize Class

Definition

The CustomTargetRollingWindowSize.

public class CustomTargetRollingWindowSize : Azure.ResourceManager.MachineLearning.Models.TargetRollingWindowSize, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MachineLearning.Models.CustomTargetRollingWindowSize>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MachineLearning.Models.CustomTargetRollingWindowSize>
public class CustomTargetRollingWindowSize : Azure.ResourceManager.MachineLearning.Models.TargetRollingWindowSize
type CustomTargetRollingWindowSize = class
    inherit TargetRollingWindowSize
    interface IJsonModel<CustomTargetRollingWindowSize>
    interface IPersistableModel<CustomTargetRollingWindowSize>
type CustomTargetRollingWindowSize = class
    inherit TargetRollingWindowSize
Public Class CustomTargetRollingWindowSize
Inherits TargetRollingWindowSize
Implements IJsonModel(Of CustomTargetRollingWindowSize), IPersistableModel(Of CustomTargetRollingWindowSize)
Public Class CustomTargetRollingWindowSize
Inherits TargetRollingWindowSize
Inheritance
CustomTargetRollingWindowSize
Implements

Constructors

CustomTargetRollingWindowSize(Int32)

Initializes a new instance of CustomTargetRollingWindowSize.

Properties

Value

[Required] TargetRollingWindowSize value.

Explicit Interface Implementations

IJsonModel<CustomTargetRollingWindowSize>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<CustomTargetRollingWindowSize>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<TargetRollingWindowSize>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from TargetRollingWindowSize)
IJsonModel<TargetRollingWindowSize>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from TargetRollingWindowSize)
IPersistableModel<CustomTargetRollingWindowSize>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CustomTargetRollingWindowSize>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<CustomTargetRollingWindowSize>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<TargetRollingWindowSize>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from TargetRollingWindowSize)
IPersistableModel<TargetRollingWindowSize>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from TargetRollingWindowSize)
IPersistableModel<TargetRollingWindowSize>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from TargetRollingWindowSize)

Applies to