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-04-09 UTC."],[[["This page provides reference documentation for the `TimeSeriesForecastingPredictionResult` class within the Cloud AI Platform v1beta1 API, specifically in the `Google.Cloud.AIPlatform.V1Beta1.Schema.Predict.Prediction` namespace."],["The `TimeSeriesForecastingPredictionResult` class is used for the prediction output format in Time Series Forecasting and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `object` and has two constructors, one default and one that accepts another `TimeSeriesForecastingPredictionResult` object."],["The `TimeSeriesForecastingPredictionResult` class has one property named `Value` which stores the regression value as a `float`."],["The most recent documentation available is version 1.0.0-beta21 while the information on the page is for version 1.0.0-beta02."]]],[]]