importanceLevel property
Controls over how important the score of CustomRankingInfo.ranking_expression gets applied to job's final ranking position.
An error is thrown if not specified.
Required. Possible string values are:
- "IMPORTANCE_LEVEL_UNSPECIFIED" : Default value if the importance level isn't specified.
- "NONE" : The given ranking expression is of None importance, existing relevance score (determined by API algorithm) dominates job's final ranking position.
- "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).
- "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).
- "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).
- "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).
- "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.
Implementation
core.String? importanceLevel;