Module: Google::Cloud::Ces::V1beta::GenerateAppResourceRequest::QualityReportGenerationConfig::LossAttributionAlgorithm

Defined in:
proto_docs/google/cloud/ces/v1beta/agent_service.rb

Overview

The algorithm to use for loss attribution.

Constant Summary collapse

LOSS_ATTRIBUTION_ALGORITHM_UNSPECIFIED =

Unspecified.

0
APP_CENTRIC =

App-centric loss attribution. Treats the app as a single unit.

1
AGENT_CENTRIC =

Agent-centric loss attribution. Attributes loss to individual agents.

2