Google Cloud Talent Solution v4 API - Enum SearchJobsRequest.Types.CustomRankingInfo.Types.ImportanceLevel (2.3.0)

public enum SearchJobsRequest.Types.CustomRankingInfo.Types.ImportanceLevel

Reference documentation and code samples for the Google Cloud Talent Solution v4 API enum SearchJobsRequest.Types.CustomRankingInfo.Types.ImportanceLevel.

The importance level for [CustomRankingInfo.ranking_expression][google.cloud.talent.v4.SearchJobsRequest.CustomRankingInfo.ranking_expression].

Namespace

Google.Cloud.Talent.V4

Assembly

Google.Cloud.Talent.V4.dll

Fields

NameDescription
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.

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).

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).

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).

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).

None

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

Unspecified

Default value if the importance level isn't specified.