Create Run
Create a new Run
Authorizations
Body
1
3345
"pending"
Optional. The model parameters to use for this run.
{
"isCustom": false,
"maxTokens": 2048,
"modelName": "gpt-4-1106-preview",
"temperature": 0,
"topP": 0.9
}
"api"
"This is a test run"
"You are a helpful assistant"
[1, 2, 3]
"0003ffd4-6d39-4d34-92c1-9cc9c62bbcfd"
Response
1
The creation date and time of the run.
"2025-02-06T00:05:49.935385"
The last time the run was updated.
"2025-02-06T23:05:49.935508"
The start time of the run.
"2025-02-06T23:35:49.935554"
The end time of the run.
"2025-02-06T23:55:49.935596"
The testset that was executed in this run.
1
The current status of the run.
"completed"
The maximum number of testcases to run.
10
How the run was created.
"api"
The model parameters used when generating the run.
{
"isCustom": false,
"maxTokens": 2048,
"modelName": "gpt-4-1106-preview",
"temperature": 0,
"topP": 0.9
}
Notes about the run.
"This is a test run"
The ID of the scoring configuration the run uses.
3345
The prompt template to be used while executing the run.
"You are a helpful assistant"
The start time of scoring the run's results.
"2025-02-07T00:00:49.935969"
The end time of scoring the run's results.
"2025-02-07T00:04:49.936045"
Was this page helpful?