Reference documentation and code samples for the Cloud Talent Solution V4beta1 API module Google::Cloud::Talent::V4beta1::SearchJobsRequest::CustomRankingInfo::ImportanceLevel.
The importance level for CustomRankingInfo.ranking_expression.
Constants
IMPORTANCE_LEVEL_UNSPECIFIED
value: 0
Default value if the importance level isn't specified.
NONE
value: 1
The given ranking expression is of None importance, existing relevance
score (determined by API algorithm) dominates job's final ranking
position.
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).
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).
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).
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).
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.