Reference documentation and code samples for the Google Cloud Dataplex V1 Client class DataQualityColumnResult.
DataQualityColumnResult provides a more detailed, per-column view of the results.
Generated from protobuf message google.cloud.dataplex.v1.DataQualityColumnResult
Namespace
Google \ Cloud \ Dataplex \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ column |
string
Output only. The column specified in the DataQualityRule. |
↳ score |
float
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). |
getColumn
Output only. The column specified in the DataQualityRule.
Returns | |
---|---|
Type | Description |
string |
setColumn
Output only. The column specified in the DataQualityRule.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getScore
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).
Returns | |
---|---|
Type | Description |
float |
hasScore
clearScore
setScore
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).
Parameter | |
---|---|
Name | Description |
var |
float
|
Returns | |
---|---|
Type | Description |
$this |