public enum GenerateAppResourceRequest.QualityReportGenerationConfig.LossAttributionAlgorithm extends Enum<GenerateAppResourceRequest.QualityReportGenerationConfig.LossAttributionAlgorithm> implements ProtocolMessageEnumThe algorithm to use for loss attribution.
Protobuf enum
google.cloud.ces.v1beta.GenerateAppResourceRequest.QualityReportGenerationConfig.LossAttributionAlgorithm
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
AGENT_CENTRIC |
Agent-centric loss attribution. Attributes loss to individual agents. |
AGENT_CENTRIC_VALUE |
Agent-centric loss attribution. Attributes loss to individual agents. |
APP_CENTRIC |
App-centric loss attribution. Treats the app as a single unit. |
APP_CENTRIC_VALUE |
App-centric loss attribution. Treats the app as a single unit. |
LOSS_ATTRIBUTION_ALGORITHM_UNSPECIFIED |
Unspecified. |
LOSS_ATTRIBUTION_ALGORITHM_UNSPECIFIED_VALUE |
Unspecified. |
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() |
|