Enum GenerateAppResourceRequest.QualityReportGenerationConfig.LossAttributionAlgorithm (0.11.0)

public enum GenerateAppResourceRequest.QualityReportGenerationConfig.LossAttributionAlgorithm extends Enum<GenerateAppResourceRequest.QualityReportGenerationConfig.LossAttributionAlgorithm> implements ProtocolMessageEnum

The algorithm to use for loss attribution.

Protobuf enum google.cloud.ces.v1beta.GenerateAppResourceRequest.QualityReportGenerationConfig.LossAttributionAlgorithm

Implements

ProtocolMessageEnum

Static Fields

Name Description
AGENT_CENTRIC

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

AGENT_CENTRIC = 2;

AGENT_CENTRIC_VALUE

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

AGENT_CENTRIC = 2;

APP_CENTRIC

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

APP_CENTRIC = 1;

APP_CENTRIC_VALUE

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

APP_CENTRIC = 1;

LOSS_ATTRIBUTION_ALGORITHM_UNSPECIFIED

Unspecified.

LOSS_ATTRIBUTION_ALGORITHM_UNSPECIFIED = 0;

LOSS_ATTRIBUTION_ALGORITHM_UNSPECIFIED_VALUE

Unspecified.

LOSS_ATTRIBUTION_ALGORITHM_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()