describe_evaluator

describe_evaluator(evaluator_id)[source]

Describe specified evaluator.

Parameters:

evaluator_id (str) – Identifier of the evaluator.

Return type:

Optional[str]

Returns:

The description of the evaluator given as a string.

Raises:

ValueError – If given evaluator identifier is not recognized.