Changes to Cancel a run

POST /projects/{projectId}/eval-runs/{runId}/cancel

Every recorded change to this endpoint, newest first. Back to the operation

Changed in 12 of the 74 revisions of this API.3816

  1. c628a0e95b062
  2. e81e8ba8baae1
  3. 172afb703db11
  4. c479eeceb7a313
  5. de73fc9b11183
  6. ece7d99ceaf31
  7. fac4c14468c71
  8. d3adfe49fbbf321
  9. 2b4d84394b271
  10. 898e207118541
  11. 8e393fd5825f5
  12. f311b5e012641

What changed

    • added the optional property judges/allOf[EvalRunJudges]/goalCompletion/cases/items/iterationId to the response with the 200 status

      response-optional-property-added

    • added the optional property judges/allOf[EvalRunJudges]/groundedness/cases/items/iterationId to the response with the 200 status

      response-optional-property-added

    • added the optional property importEligibility to the response with the 200 status

      response-optional-property-added

    • added the optional property gateWaiver to the response with the 200 status

      response-optional-property-added

  • c479eeceb7a313See the full diff
    • added the new inconclusive enum value to the result response property for the response status 200

      response-property-enum-value-added

    • added the optional property verdictPolicyIntegrityError to the response with the 200 status

      response-optional-property-added

    • added the optional property verdictPolicyVersion to the response with the 200 status

      response-optional-property-added

    • added the optional property verdictSummary to the response with the 200 status

      response-optional-property-added

    • added the optional property effectiveModelId to the response with the 200 status

      response-optional-property-added

    • added the optional property modelSource to the response with the 200 status

      response-optional-property-added

    • added the optional property runGroupId to the response with the 200 status

      response-optional-property-added

    • added the optional property executionEngine to the response with the 200 status

      response-optional-property-added

    • added the optional property judges to the response with the 200 status

      response-optional-property-added

  • d3adfe49fbbf321See the full diff
    • added EvalRunEnvironment subschema #2 to the environment response property oneOf list for the response status 200

      response-property-one-of-added

    • the environment response's property type/format changed from object null/ to / for status 200

      response-property-type-changed

    • removed the required property environment/id from the response with the 200 status

      response-required-property-removed

    • removed the optional property environment/name from the response with the 200 status

      response-optional-property-removed

    • removed the optional property environment/revision from the response with the 200 status

      response-optional-property-removed

    • added the optional property insights to the response with the 200 status

      response-optional-property-added

    • added the optional property scoreIntegrity to the response with the 200 status

      response-optional-property-added

    • added the optional property environment to the response with the 200 status

      response-optional-property-added

    • added the new CONFLICT enum value to the code response property for the response status 401

      response-property-enum-value-added

    • added the new CONFLICT enum value to the code response property for the response status 403

      response-property-enum-value-added

    • added the new CONFLICT enum value to the code response property for the response status 404

      response-property-enum-value-added

    • added the new CONFLICT enum value to the code response property for the response status 429

      response-property-enum-value-added

    • added the new CONFLICT enum value to the code response property for the response status 500

      response-property-enum-value-added

    • endpoint added

      endpoint-added