Create Job
Authorizations
Query Parameters
Body
Valid task types for modeling.
We store these as ints instead of strings because we will be looking this up in the database frequently.
0
, 1
, 2
, 3
, 4
, 5
, 6
, 7
, 8
, 9
, 10
, 11
, 12
, 13
, 14
Prompt run settings.
Configure which scorers to enable for a particular prompt run.
The keys here are sorted by their approximate execution time to execute the scorers that we anticipate will be the fastest first, and the slowest last.
Configuration for prompt optimization.
Response
Valid task types for modeling.
We store these as ints instead of strings because we will be looking this up in the database frequently.
0
, 1
, 2
, 3
, 4
, 5
, 6
, 7
, 8
, 9
, 10
, 11
, 12
, 13
, 14
Prompt run settings.
Configure which scorers to enable for a particular prompt run.
The keys here are sorted by their approximate execution time to execute the scorers that we anticipate will be the fastest first, and the slowest last.
Configuration for prompt optimization.
Was this page helpful?