View Source GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1DataQualityColumnResult (google_api_dataplex v0.15.0)

DataQualityColumnResult provides a more detailed, per-column view of the results.

Attributes

  • column (type: String.t, default: nil) - Output only. The column specified in the DataQualityRule.
  • score (type: number(), default: nil) - Output only. The column-level data quality score for this data scan job if and only if the 'column' field is set.The score ranges between between 0, 100 (up to two decimal points).

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1DataQualityColumnResult{
    column: String.t() | nil,
    score: number() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.