Returns

Returns an Evaluation object for the given test and version, or None if an error occurs.

Example

evaluation = galtea.evaluations.create(
    test_id="YOUR_TEST_ID",
    version_id="YOUR_VERSION_ID"
)

See a complete example on how to run evaluations in our Run Evaluations example.

Parameters

test_id
string
required

The ID of the test you want to use for the evaluation.

version_id
string
required

The ID of the version you want to evaluate.