Google Cloud Dataplex V1 Client - Class ScoreThresholdTrigger (1.3.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Dataplex V1 Client class ScoreThresholdTrigger.
This trigger is triggered when the DQ score in the job result is less than a specified input score.
Generated from protobuf message google.cloud.dataplex.v1.DataQualitySpec.PostScanActions.ScoreThresholdTrigger
Namespace
Google \ Cloud \ Dataplex \ V1 \ DataQualitySpec \ PostScanActionsMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ score_threshold |
float
Optional. The score range is in [0,100]. |
getScoreThreshold
Optional. The score range is in [0,100].
| Returns | |
|---|---|
| Type | Description |
float |
|
setScoreThreshold
Optional. The score range is in [0,100].
| Parameter | |
|---|---|
| Name | Description |
var |
float
|
| Returns | |
|---|---|
| Type | Description |
$this |
|