Class: Google::Cloud::AIPlatform::V1::Schema::Predict::Prediction::TabularRegressionPredictionResult

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#lower_bound::Float

Returns The lower bound of the prediction interval.

Returns:

  • (::Float)

    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.

Returns:

  • (::Float)

    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.

Returns:

  • (::Float)

    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