Module: Google::Cloud::Talent::V4beta1::Outcome

Defined in:
proto_docs/google/cloud/talent/v4beta1/common.rb

Overview

The overall outcome /decision / result indicator.

Constant Summary collapse

OUTCOME_UNSPECIFIED =

Default value.

0
POSITIVE =

A positive outcome / passing indicator (for example, candidate was recommended for hiring or to be moved forward in the hiring process, candidate passed a test).

1
NEUTRAL =

A neutral outcome / no clear indicator (for example, no strong reccommendation either to move forward / not move forward, neutral score).

2
NEGATIVE =

A negative outcome / failing indicator (for example, candidate was recommended to NOT move forward in the hiring process, failed a test).

3
OUTCOME_NOT_AVAILABLE =

The assessment outcome is not available or otherwise unknown (for example, candidate did not complete assessment).

4