public enum Explanations.HeuristicRelevance extends Enum<Explanations.HeuristicRelevance> implements ProtocolMessageEnumThe extent to which a single data point contributes to an overall determination.
Protobuf enum google.cloud.policytroubleshooter.v1.HeuristicRelevance
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
HEURISTIC_RELEVANCE_UNSPECIFIED |
Reserved for future use. |
HEURISTIC_RELEVANCE_UNSPECIFIED_VALUE |
Reserved for future use. |
HIGH |
The data point has a strong effect on the result. Changing the data point is likely to affect the overall determination. |
HIGH_VALUE |
The data point has a strong effect on the result. Changing the data point is likely to affect the overall determination. |
NORMAL |
The data point has a limited effect on the result. Changing the data point is unlikely to affect the overall determination. |
NORMAL_VALUE |
The data point has a limited effect on the result. Changing the data point is unlikely to affect the overall determination. |
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() |
|