Class RuleEngineOutput (0.1.0)

RuleEngineOutput(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Records the output of Rule Engine including rule evaluation and actions result.

Attributes

NameDescription
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.

Inheritance

builtins.object > proto.message.Message > RuleEngineOutput