Share via


CustomForecastHorizon Class

Definition

The desired maximum forecast horizon in units of time-series frequency.

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

Constructors

CustomForecastHorizon(Int32)

Initializes a new instance of CustomForecastHorizon.

Properties

Value

[Required] Forecast horizon value.

Explicit Interface Implementations

IJsonModel<CustomForecastHorizon>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<CustomForecastHorizon>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<ForecastHorizon>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from ForecastHorizon)
IPersistableModel<CustomForecastHorizon>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CustomForecastHorizon>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CustomForecastHorizon>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<ForecastHorizon>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from ForecastHorizon)

Applies to