public sealed class TabularRegressionPredictionResult : IMessage<TabularRegressionPredictionResult>, IEquatable<TabularRegressionPredictionResult>, IDeepCloneable<TabularRegressionPredictionResult>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class TabularRegressionPredictionResult.
Prediction output format for Tabular Regression.
Implements
IMessageTabularRegressionPredictionResult, IEquatableTabularRegressionPredictionResult, IDeepCloneableTabularRegressionPredictionResult, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1.Schema.Predict.PredictionAssembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
TabularRegressionPredictionResult()
public TabularRegressionPredictionResult()
TabularRegressionPredictionResult(TabularRegressionPredictionResult)
public TabularRegressionPredictionResult(TabularRegressionPredictionResult other)
Parameter | |
---|---|
Name | Description |
other |
TabularRegressionPredictionResult |
Properties
LowerBound
public float LowerBound { get; set; }
The lower bound of the prediction interval.
Property Value | |
---|---|
Type | Description |
float |
UpperBound
public float UpperBound { get; set; }
The upper bound of the prediction interval.
Property Value | |
---|---|
Type | Description |
float |
Value
public float Value { get; set; }
The regression value.
Property Value | |
---|---|
Type | Description |
float |