Class: Google::Cloud::Dataplex::V1::DataQualitySpec::PostScanActions::ScoreThresholdTrigger

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#score_threshold::Float



93
94
95
96
# File 'proto_docs/google/cloud/dataplex/v1/data_quality.rb', line 93

class ScoreThresholdTrigger
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end