View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SchemaPredictPredictionTabularRegressionPredictionResult (google_api_ai_platform v0.13.0)

Prediction output format for Tabular Regression.

Attributes

  • lowerBound (type: number(), default: nil) - The lower bound of the prediction interval.
  • quantilePredictions (type: list(number()), default: nil) - Quantile predictions, in 1-1 correspondence with quantile_values.
  • quantileValues (type: list(number()), default: nil) - Quantile values.
  • upperBound (type: number(), default: nil) - The upper bound of the prediction interval.
  • value (type: number(), default: nil) - The regression value.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SchemaPredictPredictionTabularRegressionPredictionResult{
    lowerBound: number() | nil,
    quantilePredictions: [number()] | nil,
    quantileValues: [number()] | nil,
    upperBound: number() | nil,
    value: number() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.