curl --request POST \
--url https://api.example.com/v2/{entity}/{project}/evaluation_runs \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '
{
"evaluation": "<string>",
"model": "<string>"
}
'{
"evaluation_run_id": "<string>"
}evaluation run을 생성합니다.
curl --request POST \
--url https://api.example.com/v2/{entity}/{project}/evaluation_runs \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '
{
"evaluation": "<string>",
"model": "<string>"
}
'{
"evaluation_run_id": "<string>"
}Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
성공 응답
생성된 evaluation run의 ID