Reference documentation and code samples for the Google Cloud Dataplex V1 Client class EvaluationType.
The evaluation type of the data quality rule.
Protobuf type google.cloud.dataplex.v1.DataQualityScanRuleResult.EvaluationType
Namespace
Google \ Cloud \ Dataplex \ V1 \ DataQualityScanRuleResultMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
EVALUATION_TYPE_UNSPECIFIED
Value: 0
An unspecified evaluation type.
Generated from protobuf enum EVALUATION_TYPE_UNSPECIFIED = 0;
PER_ROW
Value: 1
The rule evaluation is done at per row level.
Generated from protobuf enum PER_ROW = 1;
AGGREGATE
Value: 2
The rule evaluation is done for an aggregate of rows.
Generated from protobuf enum AGGREGATE = 2;