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

Returns Optional. The score range is in [0,100].

Returns:

  • (::Float)

    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