Google Cloud Talent Solution V4 Client - Class ImportanceLevel (1.2.2)

Reference documentation and code samples for the Google Cloud Talent Solution V4 Client class ImportanceLevel.

The importance level for CustomRankingInfo.ranking_expression.

Protobuf type google.cloud.talent.v4.SearchJobsRequest.CustomRankingInfo.ImportanceLevel

Namespace

Google \ Cloud \ Talent \ V4 \ SearchJobsRequest \ CustomRankingInfo

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

IMPORTANCE_LEVEL_UNSPECIFIED

Value: 0

Default value if the importance level isn't specified.

Generated from protobuf enum IMPORTANCE_LEVEL_UNSPECIFIED = 0;

NONE

Value: 1

The given ranking expression is of None importance, existing relevance score (determined by API algorithm) dominates job's final ranking position.

Generated from protobuf enum NONE = 1;

LOW

Value: 2

The given ranking expression is of Low importance in terms of job's final ranking position compared to existing relevance score (determined by API algorithm).

Generated from protobuf enum LOW = 2;

MILD

Value: 3

The given ranking expression is of Mild importance in terms of job's final ranking position compared to existing relevance score (determined by API algorithm).

Generated from protobuf enum MILD = 3;

MEDIUM

Value: 4

The given ranking expression is of Medium importance in terms of job's final ranking position compared to existing relevance score (determined by API algorithm).

Generated from protobuf enum MEDIUM = 4;

HIGH

Value: 5

The given ranking expression is of High importance in terms of job's final ranking position compared to existing relevance score (determined by API algorithm).

Generated from protobuf enum HIGH = 5;

EXTREME

Value: 6

The given ranking expression is of Extreme importance, and dominates job's final ranking position with existing relevance score (determined by API algorithm) ignored.

Generated from protobuf enum EXTREME = 6;