Reference documentation and code samples for the Google Cloud Policy Troubleshooter V1 Client class HeuristicRelevance.
The extent to which a single data point contributes to an overall determination.
Protobuf type google.cloud.policytroubleshooter.v1.HeuristicRelevance
Methods
name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
HEURISTIC_RELEVANCE_UNSPECIFIED
Value: 0
Reserved for future use.
Generated from protobuf enum HEURISTIC_RELEVANCE_UNSPECIFIED = 0;
NORMAL
Value: 1
The data point has a limited effect on the result. Changing the data point is unlikely to affect the overall determination.
Generated from protobuf enum NORMAL = 1;
HIGH
Value: 2
The data point has a strong effect on the result. Changing the data point is likely to affect the overall determination.
Generated from protobuf enum HIGH = 2;