public sealed class TimeSeriesForecastingPredictionResult : IMessage<TimeSeriesForecastingPredictionResult>, IEquatable<TimeSeriesForecastingPredictionResult>, IDeepCloneable<TimeSeriesForecastingPredictionResult>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform 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-25 UTC."],[[["This documentation covers the `TimeSeriesForecastingPredictionResult` class, which is part of the Cloud AI Platform v1beta1 API and used for prediction output formatting in Time Series Forecasting."],["The `TimeSeriesForecastingPredictionResult` class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`, among others."],["The class includes a constructor, `TimeSeriesForecastingPredictionResult()`, which is used to create instances of the class, and an overloaded constructor to copy data from another object."],["The class contains a `Value` property of type float, representing the regression value."],["This class is available in two versions: `1.0.0-beta21` (latest) and `1.0.0-beta20`."]]],[]]