View Source GoogleApi.BigQuery.V2.Model.Explanation (google_api_big_query v0.79.0)

Explanation for a single feature.

Attributes

  • attribution (type: float(), default: nil) - Attribution of feature.
  • featureName (type: String.t, default: nil) - The full feature name. For non-numerical features, will be formatted like .. Overall size of feature name will always be truncated to first 120 characters.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.BigQuery.V2.Model.Explanation{
  attribution: float() | nil,
  featureName: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.