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

DataQualityDimensionResult provides a more detailed, per-dimension view of the results.

Attributes

  • dimension (type: GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1DataQualityDimension.t, default: nil) - Output only. The dimension config specified in the DataQualitySpec, as is.
  • passed (type: boolean(), default: nil) - Whether the dimension passed or failed.
  • score (type: number(), default: nil) - Output only. The dimension-level data quality score for this data scan job if and only if the 'dimension' field is set.The 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.GoogleCloudDataplexV1DataQualityDimensionResult{
    dimension:
      GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1DataQualityDimension.t()
      | nil,
    passed: boolean() | nil,
    score: number() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.