public sealed class TimeSeriesForecastingPredictionResult : IMessage<TimeSeriesForecastingPredictionResult>, IEquatable<TimeSeriesForecastingPredictionResult>, IDeepCloneable<TimeSeriesForecastingPredictionResult>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class TimeSeriesForecastingPredictionResult.
Prediction output format for Time Series Forecasting.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This documentation provides details for the `TimeSeriesForecastingPredictionResult` class, which is part of the Vertex AI v1beta1 API."],["The `TimeSeriesForecastingPredictionResult` class is designed to handle the prediction output format specifically for Time Series Forecasting."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering diverse functionalities."],["The class has two constructors, one default and one that copies another `TimeSeriesForecastingPredictionResult` object, providing different initialization options."],["The `Value` property, of type float, represents the regression value within the prediction result."]]],[]]