Custom Scenario Scorer
Retrieve Scenario Scorer.
Retrieve Scenario Scorer.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The Scorer ID.
Response
200 - application/json
OK
A ScenarioScorerView represents a custom scoring function for a Scenario.
ID for the scenario scorer.
Name of the type of scenario scorer.
Bash script that takes in $RL_TEST_CONTEXT as env variable and runs scoring.
Was this page helpful?