Description | : List evaluation runs |
Reference | : Link ¶ |
⚶ Changes
{ "#id": "Evaluations_List", "$responses": { "200": { "$properties": { "value": { "$properties": { "@added_0e48e5cf54a848ac85dc81d0a59d06e4": { "#name": "target", "Description": "Specifies the type and configuration of the entity used for this evaluation.", "Required": false, "Type": "object", "$properties": [ { "#name": "type", "Description": "Discriminator that defines the type of the evaluation target.", "Enum": [ [ "modelResponseGeneration", "Evaluation target that uses a model for response generation." ] ], "Required": true, "Type": "string" } ] } } } } } } }
⚼ Request
GET:
/evaluations/runs
{
api-version:
string
,
x-ms-client-request-id:
string
,
}
⚐ Response (200)
{
$headers:
{
,
x-ms-client-request-id:
string
,
}
$schema:
}
{
,
value:
[
]
,
{
,
id:
string
,
data:
{
,
type:
string
,
}
displayName:
string
,
description:
string
,
status:
string
,
tags:
object
,
properties:
object
,
evaluators:
object
,
target:
}
{
,
type:
enum
,
}
nextLink:
string
,
}
⚐ Response (default)
{
$headers:
{
,
x-ms-error-code:
string
,
}
$schema:
}
{
,
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
innererror:
}
{
,
code:
string
,
innererror:
string
,
}