Evaluators

Get evaluator version

Get a specific evaluator version by its unique identifier.

<Note>This endpoint is in beta, read more here.</Note>

get/v2/evaluator-versions/{version_id}

Path parameters

version_idstring required

A universally unique identifier (base64-encoded opaque string).

Example:RW50aXR5OjEyMzQ1

The unique evaluator version identifier (base64)

Response

Returns an evaluator version

OR
OR
OR

Changes

Changed in 2 of the 16 revisions of this API.12

    • added the optional property oneOf[EvaluatorVersionTemplate]/allOf[subschema #2]/template_config/llm_config/invocation_parameters/service_tier to the response with the 200 status

      response-optional-property-added

  • c26a00e9b31811See the full diff
    • removed the required property oneOf[EvaluatorVersionTemplate]/allOf[subschema #2]/template_config/use_function_calling_if_available from the response with the 200 status

      response-required-property-removed

    • added the optional property oneOf[EvaluatorVersionTemplate]/allOf[subschema #2]/template_config/use_function_calling to the response with the 200 status

      response-optional-property-added

Of the 16 revisions, 1 has no diff computed.