Module: Google::Cloud::Talent::V4beta1::SearchJobsRequest::CustomRankingInfo::ImportanceLevel
- Defined in:
- lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/job_service.rb
Overview
The importance level for CustomRankingInfo#ranking_expression.
Constant Summary collapse
- IMPORTANCE_LEVEL_UNSPECIFIED =
Default value if the importance level isn't specified.
0
- NONE =
The given ranking expression is of None importance, existing relevance score (determined by API algorithm) dominates job's final ranking position.
1
- LOW =
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).
2
- MILD =
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).
3
- MEDIUM =
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).
4
- HIGH =
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).
5
- EXTREME =
The given ranking expression is of Extreme importance, and dominates job's final ranking position with existing relevance score (determined by API algorithm) ignored.
6