INPUT_OBJECT
ObservationTaggingRuleInput
Input to update, insert, or delete existing TaggingRule
link GraphQL Schema definition
- input ObservationTaggingRuleInput {
- # Status of the Rule
- Boolean :
- # conditions to apply on observations
- InsightRuleConstraintInput :
- # Description of the Rule
- String :
- # opaque unique id of a rule
- ID :
- # condition to check if tag shall be copied to inferred tag
- Boolean :
- # Name of the rule
- String :
- # properties to be added to tags in Observation
- ObservationTaggingRulePropertyInput!] : [
- # Type of the rule. Can be STATIC, COMPOSITION or EXTRACTION
- ObservationTaggingRuleType :
- }