Update Evaluator
Evaluators
Update Evaluator
Updates evaluator metadata (display_name, description, default_dataset).
Changing requirements or entry_point triggers a rebuild. To upload new
source code, set prepare_code_upload: true then follow the upload flow.
PATCH
Update Evaluator
Authorizations
Bearer authentication using your Fireworks API key. Format: Bearer <API_KEY>
Query Parameters
If true, prepare a new code upload/build attempt by transitioning the evaluator to BUILDING state. Can be used without update_mask.
Body
application/json
The evaluator to update. The name must be set.
criteria
Criteria for the evaluator, it should produce a score for the metric (name of criteria)
Used for eval3 with UI upload path · object[]
Source information for the evaluator codebase.
Response
200 - application/json
A successful response.
Available options:
STATE_UNSPECIFIED, ACTIVE, BUILDING, BUILD_FAILED criteria
Criteria for the evaluator, it should produce a score for the metric (name of criteria)
Used for eval3 with UI upload path · object[]
Source information for the evaluator codebase.