Skip to content

Commit 68d5d5f

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit 15d471f of spec repo (#4147)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent 2499159 commit 68d5d5f

25 files changed

Lines changed: 3946 additions & 18 deletions

.generator/schemas/v2/openapi.yaml

Lines changed: 699 additions & 18 deletions
Large diffs are not rendered by default.

api/datadog/configuration.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -673,6 +673,8 @@ func NewConfiguration() *Configuration {
673673
"v2.TriggerFleetSchedule": false,
674674
"v2.UpdateFleetSchedule": false,
675675
"v2.AggregateLLMObsExperimentation": false,
676+
"v2.BatchUpdateLLMObsDataset": false,
677+
"v2.CloneLLMObsDataset": false,
676678
"v2.CreateLLMObsAnnotationQueue": false,
677679
"v2.CreateLLMObsAnnotationQueueInteractions": false,
678680
"v2.CreateLLMObsDataset": false,
@@ -689,6 +691,7 @@ func NewConfiguration() *Configuration {
689691
"v2.DeleteLLMObsDatasets": false,
690692
"v2.DeleteLLMObsExperiments": false,
691693
"v2.DeleteLLMObsProjects": false,
694+
"v2.ExportLLMObsDataset": false,
692695
"v2.GetLLMObsAnnotatedInteractions": false,
693696
"v2.GetLLMObsAnnotatedInteractionsByTraceIDs": false,
694697
"v2.GetLLMObsAnnotationQueueLabelSchema": false,
@@ -705,6 +708,7 @@ func NewConfiguration() *Configuration {
705708
"v2.ListLLMObsProjects": false,
706709
"v2.ListLLMObsSpans": false,
707710
"v2.LockLLMObsDatasetDraftState": false,
711+
"v2.RestoreLLMObsDatasetVersion": false,
708712
"v2.SearchLLMObsExperimentation": false,
709713
"v2.SearchLLMObsSpans": false,
710714
"v2.SimpleSearchLLMObsExperimentation": false,
@@ -716,6 +720,7 @@ func NewConfiguration() *Configuration {
716720
"v2.UpdateLLMObsDatasetRecords": false,
717721
"v2.UpdateLLMObsExperiment": false,
718722
"v2.UpdateLLMObsProject": false,
723+
"v2.UploadLLMObsDatasetRecordsFile": false,
719724
"v2.CreateAnnotation": false,
720725
"v2.DeleteAnnotation": false,
721726
"v2.GetPageAnnotations": false,

0 commit comments

Comments
 (0)