GoogleCloudDataplexV1DataQualityDimensionResult class
DataQualityDimensionResult provides a more detailed, per-dimension view of the results.
Constructors
- GoogleCloudDataplexV1DataQualityDimensionResult({GoogleCloudDataplexV1DataQualityDimension? dimension, bool? passed, double? score})
- GoogleCloudDataplexV1DataQualityDimensionResult.fromJson(Map json_)
Properties
- dimension ↔ GoogleCloudDataplexV1DataQualityDimension?
-
The dimension config specified in the DataQualitySpec, as is.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- passed ↔ bool?
-
Whether the dimension passed or failed.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- score ↔ double?
-
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).
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited