evaluators

Update evaluator

Update an existing evaluator's name, LLM configuration, or code configuration.

patch/v1/platform/evaluators/{evaluator_id}

Path parameters

evaluator_idstring required

Evaluator ID

Request body

namestring

Response

OK

Changes

Changed in 3 of the 48 revisions of this API.9

    • added the optional property evaluator/spend_usd to the response with the 200 status

      response-optional-property-added

    This revision also has 6 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the new optional request property llm_evaluator/num_few_shot_examples

      new-optional-request-property

    • added the new optional request property llm_evaluator/use_corrections_dataset

      new-optional-request-property

    • added the optional property evaluator/llm_evaluator/allOf[evaluators.LLMEvaluator]/num_few_shot_examples to the response with the 200 status

      response-optional-property-added

    • added the optional property evaluator/llm_evaluator/allOf[evaluators.LLMEvaluator]/use_corrections_dataset to the response with the 200 status

      response-optional-property-added

    • added the optional property evaluator/run_rules/items/corrections_dataset_id to the response with the 200 status

      response-optional-property-added

    • added the optional property evaluator/run_rules/items/num_few_shot_examples to the response with the 200 status

      response-optional-property-added

    • added the optional property evaluator/run_rules/items/use_corrections_dataset to the response with the 200 status

      response-optional-property-added

    • endpoint added

      endpoint-added