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

Explanation for a single feature.

Attributes

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

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.