Triggers async inference generation for specified test cases using the version’s endpoint connection. See Inference Results.
API key authorization. Pass your API key in the Authorization header as a Bearer token. Both new (gsk_*) and legacy (gsk-) API keys are accepted, e.g. Authorization: Bearer gsk_... or Authorization: Bearer gsk-....
Array of test IDs to generate inferences for (will process all test cases in these tests)
["test_123", "test_456"]Array of test case IDs to generate inferences for
["tc_123", "tc_456"]Version ID containing the endpoint connection configuration
"ver_123"
Optional array of metric IDs to evaluate after inference generation. If provided, evaluations will be triggered automatically.
["metric_123", "metric_456"]