Class: Google::Cloud::Dataplex::V1::DataQualitySpec::PostScanActions::ScoreThresholdTrigger
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::DataQualitySpec::PostScanActions::ScoreThresholdTrigger
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataplex/v1/data_quality.rb
Overview
This trigger is triggered when the DQ score in the job result is less than a specified input score.
Instance Attribute Summary collapse
-
#score_threshold ⇒ ::Float
Optional.
Instance Attribute Details
#score_threshold ⇒ ::Float
Returns Optional. The score range is in [0,100].
91 92 93 94 |
# File 'proto_docs/google/cloud/dataplex/v1/data_quality.rb', line 91 class ScoreThresholdTrigger include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |