Share via


AutoSeasonality Class

Definition

The AutoSeasonality.

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

Constructors

AutoSeasonality()

Initializes a new instance of AutoSeasonality.

Explicit Interface Implementations

IJsonModel<AutoSeasonality>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AutoSeasonality>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<ForecastingSeasonality>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from ForecastingSeasonality)
IPersistableModel<AutoSeasonality>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AutoSeasonality>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AutoSeasonality>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<ForecastingSeasonality>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from ForecastingSeasonality)

Applies to