CustomSeasonality Class

Definition

The CustomSeasonality.

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

Constructors

CustomSeasonality(Int32)

Initializes a new instance of CustomSeasonality.

Properties

Value

[Required] Seasonality value.

Explicit Interface Implementations

IJsonModel<CustomSeasonality>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<CustomSeasonality>.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<CustomSeasonality>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CustomSeasonality>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CustomSeasonality>.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