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.
Implements
IMessageTimeSeriesForecastingPredictionResult, IEquatableTimeSeriesForecastingPredictionResult, IDeepCloneableTimeSeriesForecastingPredictionResult, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1.Schema.Predict.PredictionAssembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
TimeSeriesForecastingPredictionResult()
public TimeSeriesForecastingPredictionResult()
TimeSeriesForecastingPredictionResult(TimeSeriesForecastingPredictionResult)
public TimeSeriesForecastingPredictionResult(TimeSeriesForecastingPredictionResult other)
Parameter | |
---|---|
Name | Description |
other |
TimeSeriesForecastingPredictionResult |
Properties
Value
public float Value { get; set; }
The regression value.
Property Value | |
---|---|
Type | Description |
float |