RuleEngineOutput(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Records the output of Rule Engine including rule evaluation and actions result.
Attributes | |
---|---|
Name | Description |
document_name |
str
Name of the document against which the rules and actions were evaluated. |
rule_evaluator_output |
google.cloud.contentwarehouse_v1.types.RuleEvaluatorOutput
Output from Rule Evaluator containing matched, unmatched and invalid rules. |
action_executor_output |
google.cloud.contentwarehouse_v1.types.ActionExecutorOutput
Output from Action Executor containing rule and corresponding actions execution result. |