Google Cloud Policy Troubleshooter V1 Client - Class HeuristicRelevance (1.1.2)

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

Namespace

Google \ Cloud \ PolicyTroubleshooter \ V1

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
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;