Azure.AI.Projects (preview:2025-05-15)

2025/07/09 • 2 new methods

Evaluations_Delete (new)
Description Delete an evaluation run by name
Reference Link ¶

⚼ Request

DELETE:  /evaluations/runs/{name}
{
api-version: string ,
name: string ,
x-ms-client-request-id: string ,
}

⚐ Response (204)

{
x-ms-client-request-id: string ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
}
,
}
Evaluations_Cancel (new)
Description Cancel an evaluation run by name
Reference Link ¶

⚼ Request

POST:  /evaluations/runs/{name}:cancel
{
api-version: string ,
name: string ,
x-ms-client-request-id: string ,
}

⚐ Response (204)

{
x-ms-client-request-id: string ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
}
,
}