View Source GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1DataScanEventDataQualityResult (google_api_dataplex v0.13.0)

Data quality result for data scan job.

Attributes

  • columnScore (type: map(), default: nil) - The score of each column scanned in the data scan job. The key of the map is the name of the column. The value is the data quality score for the column.The score ranges between 0, 100 (up to two decimal points).
  • dimensionPassed (type: map(), default: nil) - The result of each dimension for data quality result. The key of the map is the name of the dimension. The value is the bool value depicting whether the dimension result was pass or not.
  • dimensionScore (type: map(), default: nil) - The score of each dimension for data quality result. The key of the map is the name of the dimension. The value is the data quality score for the dimension.The score ranges between 0, 100 (up to two decimal points).
  • passed (type: boolean(), default: nil) - Whether the data quality result was pass or not.
  • rowCount (type: String.t, default: nil) - The count of rows processed in the data scan job.
  • score (type: number(), default: nil) - The table-level data quality score for the data scan job.The data quality score ranges 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.GoogleCloudDataplexV1DataScanEventDataQualityResult{
    columnScore: map() | nil,
    dimensionPassed: map() | nil,
    dimensionScore: map() | nil,
    passed: boolean() | nil,
    rowCount: String.t() | nil,
    score: number() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.