provider LLM Observability PATCH /api/v2/llm-obs/v1/{project_id}/datasets/{dataset_id}/records
@utdk/datadog /api/v2/llm-obs/v1/{project_id}/datasets/{dataset_id}/records
Update LLM Observability dataset records
Update one or more existing records in an LLM Observability dataset.
project_id path required
The ID of the LLM Observability project.
string
dataset_id path required
The ID of the LLM Observability dataset.
string

Try it

Authentication
Configure credentials for Datadog API V2 Collection
updatellmobsdatasetrecords
PATCH/api/v2/llm-obs/v1/{project_id}/datasets/{dataset_id}/records
Update one or more existing records in an LLM Observability dataset.

Parameters

required

The ID of the LLM Observability project.

required

The ID of the LLM Observability dataset.

Input

required

Data object for updating records in an LLM Observability dataset.

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import datadog from '@utdk/datadog';

await datadog.updatellmobsdatasetrecords()