Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::Schema::Predict::Prediction::TabularRegressionPredictionResult (v0.10.0)

Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::Schema::Predict::Prediction::TabularRegressionPredictionResult.

Prediction output format for Tabular Regression.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#lower_bound

def lower_bound() -> ::Float
Returns
  • (::Float) — The lower bound of the prediction interval.

#lower_bound=

def lower_bound=(value) -> ::Float
Parameter
  • value (::Float) — The lower bound of the prediction interval.
Returns
  • (::Float) — The lower bound of the prediction interval.

#upper_bound

def upper_bound() -> ::Float
Returns
  • (::Float) — The upper bound of the prediction interval.

#upper_bound=

def upper_bound=(value) -> ::Float
Parameter
  • value (::Float) — The upper bound of the prediction interval.
Returns
  • (::Float) — The upper bound of the prediction interval.

#value

def value() -> ::Float
Returns
  • (::Float) — The regression value.

#value=

def value=(value) -> ::Float
Parameter
  • value (::Float) — The regression value.
Returns
  • (::Float) — The regression value.