Class: Google::Cloud::AIPlatform::V1::Schema::Predict::Prediction::TabularRegressionPredictionResult
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::Schema::Predict::Prediction::TabularRegressionPredictionResult
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/schema/predict/prediction/tabular_regression.rb
Overview
Prediction output format for Tabular Regression.
Instance Attribute Summary collapse
-
#lower_bound ⇒ ::Float
The lower bound of the prediction interval.
-
#upper_bound ⇒ ::Float
The upper bound of the prediction interval.
-
#value ⇒ ::Float
The regression value.
Instance Attribute Details
#lower_bound ⇒ ::Float
Returns The lower bound of the prediction interval.
37 38 39 40 |
# File 'proto_docs/google/cloud/aiplatform/v1/schema/predict/prediction/tabular_regression.rb', line 37 class TabularRegressionPredictionResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#upper_bound ⇒ ::Float
Returns The upper bound of the prediction interval.
37 38 39 40 |
# File 'proto_docs/google/cloud/aiplatform/v1/schema/predict/prediction/tabular_regression.rb', line 37 class TabularRegressionPredictionResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#value ⇒ ::Float
Returns The regression value.
37 38 39 40 |
# File 'proto_docs/google/cloud/aiplatform/v1/schema/predict/prediction/tabular_regression.rb', line 37 class TabularRegressionPredictionResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |