Class: Google::Apis::DataplexV1::GoogleCloudDataplexV1DataQualitySpecPostScanActionsScoreThresholdTrigger
- Inherits:
-
Object
- Object
- Google::Apis::DataplexV1::GoogleCloudDataplexV1DataQualitySpecPostScanActionsScoreThresholdTrigger
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dataplex_v1/classes.rb,
lib/google/apis/dataplex_v1/representations.rb,
lib/google/apis/dataplex_v1/representations.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 Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDataplexV1DataQualitySpecPostScanActionsScoreThresholdTrigger
constructor
A new instance of GoogleCloudDataplexV1DataQualitySpecPostScanActionsScoreThresholdTrigger.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDataplexV1DataQualitySpecPostScanActionsScoreThresholdTrigger
Returns a new instance of GoogleCloudDataplexV1DataQualitySpecPostScanActionsScoreThresholdTrigger.
3169 3170 3171 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 3169 def initialize(**args) update!(**args) end |
Instance Attribute Details
#score_threshold ⇒ Float
Optional. The score range is in 0,100.
Corresponds to the JSON property scoreThreshold
3167 3168 3169 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 3167 def score_threshold @score_threshold end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3174 3175 3176 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 3174 def update!(**args) @score_threshold = args[:score_threshold] if args.key?(:score_threshold) end |