GoogleCloudContentwarehouseV1RuleEngineOutput

GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1RuleEngineOutput


Table of Contents ▼

Jump to a specific part of the page:

Description

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

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. actionExecutorOutput (type: GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1ActionExecutorOutput, default: nil)
    - Output from Action Executor containing rule and corresponding actions execution result.
  2. documentName (type: String.t, default: nil)
    - Name of the document against which the rules and actions were evaluated.
  3. ruleEvaluatorOutput (type: GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1RuleEvaluatorOutput, default: nil)
    - Output from Rule Evaluator containing matched, unmatched and invalid rules.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1RuleEngineOutput{
actionExecutorOutput: GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1ActionExecutorOutput.t() | nil,
documentName: String.t() | nil,
ruleEvaluatorOutput: GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1RuleEvaluatorOutput.t() | nil
}

Function

@spec decode(struct(), keyword()) :: struct()

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1RuleEngineOutput