Class TabularRegressionPredictionResult (2.2.0)

public sealed class TabularRegressionPredictionResult : IMessage<TabularRegressionPredictionResult>, IEquatable<TabularRegressionPredictionResult>, IDeepCloneable<TabularRegressionPredictionResult>, IBufferMessage, IMessage

Prediction output format for Tabular Regression.

Inheritance

Object > TabularRegressionPredictionResult

Namespace

Google.Cloud.AIPlatform.V1.Schema.Predict.Prediction

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

TabularRegressionPredictionResult()

public TabularRegressionPredictionResult()

TabularRegressionPredictionResult(TabularRegressionPredictionResult)

public TabularRegressionPredictionResult(TabularRegressionPredictionResult other)
Parameter
NameDescription
otherTabularRegressionPredictionResult

Properties

LowerBound

public float LowerBound { get; set; }

The lower bound of the prediction interval.

Property Value
TypeDescription
Single

UpperBound

public float UpperBound { get; set; }

The upper bound of the prediction interval.

Property Value
TypeDescription
Single

Value

public float Value { get; set; }

The regression value.

Property Value
TypeDescription
Single