Cloud AI Platform v1 API - Class TabularRegressionPredictionResult (2.27.0)

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

Reference documentation and code samples for the Cloud AI Platform v1 API class TabularRegressionPredictionResult.

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
float

UpperBound

public float UpperBound { get; set; }

The upper bound of the prediction interval.

Property Value
TypeDescription
float

Value

public float Value { get; set; }

The regression value.

Property Value
TypeDescription
float