Skip to content

Commit 014a1e7

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Document LLM Observability span search and data deletion endpoints (#4118)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent 62f42c8 commit 014a1e7

37 files changed

Lines changed: 6675 additions & 3 deletions

.generator/schemas/v2/openapi.yaml

Lines changed: 844 additions & 1 deletion
Large diffs are not rendered by default.

api/datadog/configuration.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -683,6 +683,7 @@ func NewConfiguration() *Configuration {
683683
"v2.DeleteLLMObsAnnotationQueue": false,
684684
"v2.DeleteLLMObsAnnotationQueueInteractions": false,
685685
"v2.DeleteLLMObsCustomEvalConfig": false,
686+
"v2.DeleteLLMObsData": false,
686687
"v2.DeleteLLMObsDatasetRecords": false,
687688
"v2.DeleteLLMObsDatasets": false,
688689
"v2.DeleteLLMObsExperiments": false,
@@ -696,7 +697,9 @@ func NewConfiguration() *Configuration {
696697
"v2.ListLLMObsExperimentEvents": false,
697698
"v2.ListLLMObsExperiments": false,
698699
"v2.ListLLMObsProjects": false,
700+
"v2.ListLLMObsSpans": false,
699701
"v2.SearchLLMObsExperimentation": false,
702+
"v2.SearchLLMObsSpans": false,
700703
"v2.SimpleSearchLLMObsExperimentation": false,
701704
"v2.UpdateLLMObsAnnotationQueue": false,
702705
"v2.UpdateLLMObsAnnotationQueueLabelSchema": false,

0 commit comments

Comments
 (0)