AutoForecastHorizon Class

Definition

Forecast horizon determined automatically by system.

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

Constructors

AutoForecastHorizon()

Initializes a new instance of AutoForecastHorizon.

Explicit Interface Implementations

IJsonModel<AutoForecastHorizon>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Converts the provided BinaryData into a model.

IPersistableModel<AutoForecastHorizon>.GetFormatFromOptions(ModelReaderWriterOptions)

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

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