Strategy

How model scores and candidate priorities combine into a final ordering.

Governs the candidates the model scored. Candidates it declined to score trail all scored ones under either strategy, in priority order among themselves.

Entries

Link copied to clipboard

Score leads; priority breaks ties between equal scores.

Link copied to clipboard

Priority leads; score breaks ties between equal priorities.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Inherited properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.