Reference documentation and code samples for the Google Cloud Talent Solution V4beta1 Client class ImportanceLevel.
The importance level for CustomRankingInfo.ranking_expression.
Protobuf type google.cloud.talent.v4beta1.SearchJobsRequest.CustomRankingInfo.ImportanceLevel
Methods
name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
value
Parameter | |
---|---|
Name | Description |
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;