From a144d2f1eae07d5612327f1b0bfdbc998ebc74ea Mon Sep 17 00:00:00 2001 From: David Tapiador Date: Wed, 19 Aug 2026 16:09:13 +0200 Subject: [PATCH 1/3] ci: run formatters during generation --- .pre-commit-config.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c7630d16779..98f3724a8a3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,6 +6,7 @@ repos: language: system entry: bash -c "./generate.sh" files: '^(\.generator/.*|\.pre-commit-config\.yaml|\.prettierrc\.yml|Makefile|src/test/resources/com/datadog/api/v*/client/api/.*|src/main/.*)' + stages: [manual] pass_filenames: false - id: docs name: Format documentation @@ -31,16 +32,14 @@ repos: - "poetry" - id: lint name: Format generated code - stages: [manual] language: script entry: ./format.sh - files: '^src/' + files: '^src/main/java/' types: [file, java] pass_filenames: false - args: ['src/'] + args: ['src/main/java/'] - id: lint-examples name: Format examples - stages: [manual] language: script entry: ./format.sh files: '^examples/' From 1e96529679f0f3e04ea25a9ae0eeb3fd29f7cca7 Mon Sep 17 00:00:00 2001 From: David Tapiador Date: Thu, 20 Aug 2026 13:56:57 +0200 Subject: [PATCH 2/3] ci: use generated BDD test runner --- .github/workflows/reusable-integration-test.yml | 1 + .github/workflows/reusable-java-test.yml | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/reusable-integration-test.yml b/.github/workflows/reusable-integration-test.yml index c12bd6ba615..a93c14d92d0 100644 --- a/.github/workflows/reusable-integration-test.yml +++ b/.github/workflows/reusable-integration-test.yml @@ -116,6 +116,7 @@ jobs: run: ./run-tests.sh env: CI: "true" + DD_USE_GENERATED_TESTS: "true" DD_ENV: prod DD_HTTP_CLIENT_ERROR_STATUSES: "500-599" DD_CIVISIBILITY_COMPILER_PLUGIN_AUTO_CONFIGURATION_ENABLED: "false" diff --git a/.github/workflows/reusable-java-test.yml b/.github/workflows/reusable-java-test.yml index f43595d1219..90464204141 100644 --- a/.github/workflows/reusable-java-test.yml +++ b/.github/workflows/reusable-java-test.yml @@ -54,4 +54,5 @@ jobs: - name: Test run: ${{ inputs.test-script }} env: - DD_CIVISIBILITY_COMPILER_PLUGIN_AUTO_CONFIGURATION_ENABLED: "false" \ No newline at end of file + DD_CIVISIBILITY_COMPILER_PLUGIN_AUTO_CONFIGURATION_ENABLED: "false" + DD_USE_GENERATED_TESTS: "true" From 2bba873466be32b972a052f1ba5393355e2a699a Mon Sep 17 00:00:00 2001 From: "ci.datadog-api-spec" Date: Thu, 20 Aug 2026 15:14:35 +0000 Subject: [PATCH 3/3] Regenerate client from commit 746b994 of spec repo --- .generator/schemas/v1/openapi.yaml | 40 +- .generator/schemas/v2/openapi.yaml | 993 ++++++++++++------ .../AggregateLLMObsExperimentation.java | 2 +- .../BatchUpdateLLMObsDataset.java | 2 +- .../llm-observability/CloneLLMObsDataset.java | 2 +- .../CreateLLMObsAnnotationQueue.java | 2 +- .../CreateLLMObsDataset.java | 2 +- .../CreateLLMObsDatasetRecords.java | 2 +- .../CreateLLMObsExperiment.java | 2 +- .../CreateLLMObsExperimentEvents.java | 2 +- .../CreateLLMObsProject.java | 2 +- .../llm-observability/CreateLLMObsPrompt.java | 2 +- .../CreateLLMObsPromptVersion.java | 2 +- .../DeleteLLMObsAnnotationQueue.java | 2 +- .../DeleteLLMObsDatasetRecords.java | 2 +- .../DeleteLLMObsDatasets.java | 2 +- .../DeleteLLMObsExperiments.java | 2 +- .../DeleteLLMObsProjects.java | 2 +- .../llm-observability/DeleteLLMObsPrompt.java | 2 +- .../ExportLLMObsDataset.java | 2 +- .../GetLLMObsDatasetDraftState.java | 2 +- .../v2/llm-observability/GetLLMObsPrompt.java | 2 +- .../GetLLMObsPromptVersion.java | 2 +- .../ListLLMObsAnnotationQueues.java | 2 +- .../ListLLMObsDatasetRecords.java | 2 +- .../ListLLMObsDatasetVersions.java | 2 +- .../llm-observability/ListLLMObsDatasets.java | 2 +- .../ListLLMObsExperimentEvents.java | 2 +- .../ListLLMObsExperimentEventsV1.java | 2 +- .../ListLLMObsExperimentEventsV2.java | 2 +- .../ListLLMObsExperiments.java | 2 +- .../llm-observability/ListLLMObsProjects.java | 2 +- .../ListLLMObsPromptVersions.java | 2 +- .../llm-observability/ListLLMObsPrompts.java | 2 +- .../v2/llm-observability/ListLLMObsSpans.java | 2 +- .../LockLLMObsDatasetDraftState.java | 2 +- .../RestoreLLMObsDatasetVersion.java | 2 +- .../SearchLLMObsExperimentation.java | 6 +- .../llm-observability/SearchLLMObsSpans.java | 2 +- .../UnlockLLMObsDatasetDraftState.java | 2 +- .../UpdateLLMObsAnnotationQueue.java | 2 +- .../UpdateLLMObsDataset.java | 2 +- .../UpdateLLMObsDatasetRecords.java | 2 +- .../UpdateLLMObsExperiment.java | 2 +- .../UpdateLLMObsProject.java | 2 +- .../llm-observability/UpdateLLMObsPrompt.java | 2 +- .../UpdateLLMObsPromptVersion.java | 2 +- .../UploadLLMObsDatasetRecordsFile.java | 2 +- .../DeleteRumQuotaConfig.java | 24 + .../GetRumQuotaConfig.java | 27 + .../UpsertRumQuotaConfig.java | 54 + .../model/MonthlyUsageAttributionValues.java | 4 +- .../api/client/v1/model/UsageSummaryDate.java | 13 +- .../client/v1/model/UsageSummaryDateOrg.java | 14 +- .../client/v1/model/UsageSummaryResponse.java | 13 +- .../api/client/v2/api/AuthNMappingsApi.java | 4 +- .../api/client/v2/api/CaseManagementApi.java | 4 +- .../client/v2/api/IdentityProvidersApi.java | 4 +- .../api/client/v2/api/IncidentsApi.java | 8 +- .../api/client/v2/api/KeyManagementApi.java | 16 +- .../client/v2/api/LlmObservabilityApi.java | 901 ++++++++-------- .../v2/api/LogsRestrictionQueriesApi.java | 8 +- .../v2/api/ObservabilityPipelinesApi.java | 4 +- .../v2/api/OrgAuthorizedClientsApi.java | 8 +- .../datadog/api/client/v2/api/RolesApi.java | 8 +- .../client/v2/api/RumRetentionQuotaApi.java | 586 +++++++++++ .../api/client/v2/api/ScorecardsApi.java | 8 +- .../client/v2/api/SecurityMonitoringApi.java | 16 +- .../api/client/v2/api/ServiceAccountsApi.java | 8 +- .../client/v2/api/ServiceDefinitionApi.java | 4 +- .../datadog/api/client/v2/api/TeamsApi.java | 20 +- .../v2/api/UserAuthorizedClientsApi.java | 4 +- .../datadog/api/client/v2/api/UsersApi.java | 4 +- .../client/v2/api/WorkflowAutomationApi.java | 4 +- ...sAnnotationQueueDataAttributesRequest.java | 2 +- ...AnnotationQueueDataAttributesResponse.java | 2 +- .../LLMObsAnnotationQueueDataRequest.java | 6 +- .../LLMObsAnnotationQueueDataResponse.java | 6 +- ...ObsAnnotationQueueInteractionsRequest.java | 2 +- .../LLMObsAnnotationQueueLabelSchemaData.java | 2 +- ...sAnnotationQueueLabelSchemaUpdateData.java | 2 +- .../model/LLMObsAnnotationQueueRequest.java | 4 +- .../model/LLMObsAnnotationQueueResponse.java | 4 +- .../v2/model/LLMObsAnnotationQueueType.java | 2 +- ...ationQueueUpdateDataAttributesRequest.java | 2 +- ...LMObsAnnotationQueueUpdateDataRequest.java | 6 +- .../LLMObsAnnotationQueueUpdateRequest.java | 4 +- .../model/LLMObsAnnotationQueuesResponse.java | 2 +- .../model/LLMObsAnnotationsDataRequest.java | 2 +- .../model/LLMObsAnnotationsDataResponse.java | 2 +- .../v2/model/LLMObsAnnotationsType.java | 2 +- .../v2/model/LLMObsCreatePromptData.java | 6 +- .../LLMObsCreatePromptDataAttributes.java | 4 +- .../v2/model/LLMObsCreatePromptRequest.java | 4 +- .../model/LLMObsCreatePromptVersionData.java | 8 +- ...MObsCreatePromptVersionDataAttributes.java | 2 +- .../LLMObsCreatePromptVersionRequest.java | 4 +- .../LLMObsCustomEvalConfigAttributes.java | 2 +- .../v2/model/LLMObsCustomEvalConfigData.java | 6 +- .../LLMObsCustomEvalConfigListResponse.java | 2 +- .../model/LLMObsCustomEvalConfigResponse.java | 4 +- .../v2/model/LLMObsCustomEvalConfigType.java | 2 +- ...LMObsCustomEvalConfigUpdateAttributes.java | 2 +- .../LLMObsCustomEvalConfigUpdateData.java | 6 +- .../LLMObsCustomEvalConfigUpdateRequest.java | 4 +- ...tasetBatchUpdateDataAttributesRequest.java | 2 +- .../LLMObsDatasetBatchUpdateDataRequest.java | 6 +- .../LLMObsDatasetBatchUpdateInsertRecord.java | 2 +- .../LLMObsDatasetBatchUpdateRequest.java | 4 +- .../LLMObsDatasetBatchUpdateUpdateRecord.java | 2 +- ...MObsDatasetCloneDataAttributesRequest.java | 2 +- .../model/LLMObsDatasetCloneDataRequest.java | 6 +- .../v2/model/LLMObsDatasetCloneRequest.java | 4 +- .../LLMObsDatasetDataAttributesRequest.java | 2 +- .../LLMObsDatasetDataAttributesResponse.java | 2 +- .../v2/model/LLMObsDatasetDataRequest.java | 6 +- .../v2/model/LLMObsDatasetDataResponse.java | 6 +- .../v2/model/LLMObsDatasetDraftStateData.java | 6 +- ...LLMObsDatasetDraftStateDataAttributes.java | 2 +- .../LLMObsDatasetDraftStateResponse.java | 4 +- .../v2/model/LLMObsDatasetDraftStateType.java | 2 +- .../v2/model/LLMObsDatasetExportFormat.java | 2 +- .../LLMObsDatasetRecordDataResponse.java | 2 +- .../v2/model/LLMObsDatasetRecordItem.java | 2 +- .../model/LLMObsDatasetRecordUpdateItem.java | 2 +- ...bsDatasetRecordsDataAttributesRequest.java | 2 +- .../LLMObsDatasetRecordsDataRequest.java | 6 +- .../LLMObsDatasetRecordsListResponse.java | 2 +- .../v2/model/LLMObsDatasetRecordsRequest.java | 4 +- ...setRecordsUpdateDataAttributesRequest.java | 2 +- ...LLMObsDatasetRecordsUpdateDataRequest.java | 6 +- .../LLMObsDatasetRecordsUpdateRequest.java | 4 +- .../client/v2/model/LLMObsDatasetRequest.java | 4 +- .../v2/model/LLMObsDatasetResponse.java | 4 +- ...etRestoreVersionDataAttributesRequest.java | 2 +- ...LMObsDatasetRestoreVersionDataRequest.java | 6 +- .../LLMObsDatasetRestoreVersionRequest.java | 4 +- .../client/v2/model/LLMObsDatasetType.java | 2 +- ...ObsDatasetUpdateDataAttributesRequest.java | 2 +- .../model/LLMObsDatasetUpdateDataRequest.java | 6 +- .../v2/model/LLMObsDatasetUpdateRequest.java | 4 +- .../v2/model/LLMObsDatasetVersionData.java | 6 +- .../LLMObsDatasetVersionDataAttributes.java | 2 +- .../v2/model/LLMObsDatasetVersionType.java | 2 +- .../model/LLMObsDatasetVersionsResponse.java | 2 +- .../v2/model/LLMObsDatasetsResponse.java | 2 +- ...eteAnnotationQueueInteractionsRequest.java | 2 +- .../LLMObsDeleteAnnotationsDataRequest.java | 2 +- .../LLMObsDeleteAnnotationsDataResponse.java | 2 +- ...teDatasetRecordsDataAttributesRequest.java | 2 +- ...LLMObsDeleteDatasetRecordsDataRequest.java | 6 +- .../LLMObsDeleteDatasetRecordsRequest.java | 4 +- ...bsDeleteDatasetsDataAttributesRequest.java | 2 +- .../LLMObsDeleteDatasetsDataRequest.java | 6 +- .../v2/model/LLMObsDeleteDatasetsRequest.java | 4 +- ...eleteExperimentsDataAttributesRequest.java | 2 +- .../LLMObsDeleteExperimentsDataRequest.java | 6 +- .../model/LLMObsDeleteExperimentsRequest.java | 4 +- ...bsDeleteProjectsDataAttributesRequest.java | 2 +- .../LLMObsDeleteProjectsDataRequest.java | 6 +- .../v2/model/LLMObsDeleteProjectsRequest.java | 4 +- .../v2/model/LLMObsDeletedPromptData.java | 6 +- .../LLMObsDeletedPromptDataAttributes.java | 2 +- .../v2/model/LLMObsDeletedPromptResponse.java | 4 +- .../api/client/v2/model/LLMObsEventType.java | 2 +- ...LLMObsExperimentDataAttributesRequest.java | 2 +- ...LMObsExperimentDataAttributesResponse.java | 4 +- .../v2/model/LLMObsExperimentDataRequest.java | 6 +- .../model/LLMObsExperimentDataResponse.java | 6 +- .../LLMObsExperimentEvalMetricEvent.java | 4 +- .../LLMObsExperimentEventsDataRequest.java | 2 +- .../model/LLMObsExperimentEventsRequest.java | 2 +- .../v2/model/LLMObsExperimentMetric.java | 6 +- .../v2/model/LLMObsExperimentRequest.java | 4 +- .../v2/model/LLMObsExperimentResponse.java | 4 +- .../LLMObsExperimentRunDataResponse.java | 2 +- .../client/v2/model/LLMObsExperimentSpan.java | 2 +- .../v2/model/LLMObsExperimentStatus.java | 2 +- .../client/v2/model/LLMObsExperimentType.java | 2 +- ...ExperimentUpdateDataAttributesRequest.java | 4 +- .../LLMObsExperimentUpdateDataRequest.java | 6 +- .../model/LLMObsExperimentUpdateRequest.java | 4 +- ...LLMObsExperimentationAnalyticsRequest.java | 2 +- .../LLMObsExperimentationSearchRequest.java | 2 +- ...ObsExperimentationSimpleSearchRequest.java | 2 +- .../v2/model/LLMObsExperimentsResponse.java | 2 +- .../v2/model/LLMObsMetricAssessment.java | 2 +- .../v2/model/LLMObsMetricScoreType.java | 2 +- ...LLMObsPatternsClusteredPointsResponse.java | 4 +- ...ernsClusteredPointsResponseAttributes.java | 2 +- ...bsPatternsClusteredPointsResponseData.java | 6 +- .../LLMObsPatternsClusteredPointsType.java | 2 +- .../model/LLMObsPatternsConfigAttributes.java | 2 +- .../v2/model/LLMObsPatternsConfigItem.java | 2 +- .../model/LLMObsPatternsConfigResponse.java | 4 +- .../LLMObsPatternsConfigResponseData.java | 6 +- .../v2/model/LLMObsPatternsConfigType.java | 2 +- .../LLMObsPatternsConfigUpsertRequest.java | 4 +- ...PatternsConfigUpsertRequestAttributes.java | 2 +- ...LLMObsPatternsConfigUpsertRequestData.java | 6 +- .../model/LLMObsPatternsConfigsListType.java | 2 +- .../model/LLMObsPatternsConfigsResponse.java | 4 +- ...MObsPatternsConfigsResponseAttributes.java | 2 +- .../LLMObsPatternsConfigsResponseData.java | 6 +- .../v2/model/LLMObsPatternsRequestType.java | 2 +- .../LLMObsPatternsRunStatusResponse.java | 4 +- ...bsPatternsRunStatusResponseAttributes.java | 2 +- .../LLMObsPatternsRunStatusResponseData.java | 6 +- .../v2/model/LLMObsPatternsRunStatusType.java | 2 +- .../v2/model/LLMObsPatternsRunSummary.java | 2 +- .../v2/model/LLMObsPatternsRunsListType.java | 2 +- .../v2/model/LLMObsPatternsRunsResponse.java | 4 +- .../LLMObsPatternsRunsResponseAttributes.java | 2 +- .../model/LLMObsPatternsRunsResponseData.java | 6 +- .../client/v2/model/LLMObsPatternsTopic.java | 2 +- ...LMObsPatternsTopicWithClusteredPoints.java | 4 +- .../model/LLMObsPatternsTopicsResponse.java | 4 +- ...LMObsPatternsTopicsResponseAttributes.java | 2 +- .../LLMObsPatternsTopicsResponseData.java | 6 +- .../v2/model/LLMObsPatternsTopicsType.java | 2 +- ...ernsTopicsWithClusteredPointsResponse.java | 4 +- ...WithClusteredPointsResponseAttributes.java | 2 +- ...TopicsWithClusteredPointsResponseData.java | 6 +- ...PatternsTopicsWithClusteredPointsType.java | 2 +- .../model/LLMObsPatternsTriggerRequest.java | 4 +- ...LMObsPatternsTriggerRequestAttributes.java | 2 +- .../LLMObsPatternsTriggerRequestData.java | 6 +- .../model/LLMObsPatternsTriggerResponse.java | 4 +- ...MObsPatternsTriggerResponseAttributes.java | 2 +- .../LLMObsPatternsTriggerResponseData.java | 6 +- .../LLMObsPatternsTriggerResponseType.java | 2 +- .../LLMObsProjectDataAttributesRequest.java | 2 +- .../LLMObsProjectDataAttributesResponse.java | 2 +- .../v2/model/LLMObsProjectDataRequest.java | 6 +- .../v2/model/LLMObsProjectDataResponse.java | 6 +- .../client/v2/model/LLMObsProjectRequest.java | 4 +- .../v2/model/LLMObsProjectResponse.java | 4 +- .../client/v2/model/LLMObsProjectType.java | 2 +- ...ObsProjectUpdateDataAttributesRequest.java | 2 +- .../model/LLMObsProjectUpdateDataRequest.java | 6 +- .../v2/model/LLMObsProjectUpdateRequest.java | 4 +- .../v2/model/LLMObsProjectsResponse.java | 2 +- .../api/client/v2/model/LLMObsPromptData.java | 6 +- .../v2/model/LLMObsPromptDataAttributes.java | 2 +- .../client/v2/model/LLMObsPromptResponse.java | 4 +- .../client/v2/model/LLMObsPromptSDKData.java | 4 +- .../v2/model/LLMObsPromptSDKResponse.java | 4 +- .../api/client/v2/model/LLMObsPromptType.java | 2 +- .../v2/model/LLMObsPromptVersionData.java | 6 +- .../LLMObsPromptVersionDataAttributes.java | 2 +- .../v2/model/LLMObsPromptVersionLabel.java | 2 +- .../v2/model/LLMObsPromptVersionListData.java | 2 +- .../v2/model/LLMObsPromptVersionResponse.java | 4 +- .../v2/model/LLMObsPromptVersionType.java | 2 +- .../model/LLMObsPromptVersionsResponse.java | 2 +- .../v2/model/LLMObsPromptsResponse.java | 4 +- .../api/client/v2/model/LLMObsRecordType.java | 2 +- .../v2/model/LLMObsSearchSpansRequest.java | 4 +- .../LLMObsSearchSpansRequestAttributes.java | 4 +- .../model/LLMObsSearchSpansRequestData.java | 6 +- .../model/LLMObsSearchSpansRequestType.java | 2 +- .../client/v2/model/LLMObsSpanAttributes.java | 6 +- .../api/client/v2/model/LLMObsSpanData.java | 6 +- .../v2/model/LLMObsSpanEvaluationMetric.java | 2 +- .../api/client/v2/model/LLMObsSpanFilter.java | 4 +- .../api/client/v2/model/LLMObsSpanIO.java | 2 +- .../api/client/v2/model/LLMObsSpanType.java | 2 +- .../client/v2/model/LLMObsSpansResponse.java | 2 +- .../v2/model/LLMObsUpdatePromptData.java | 6 +- .../LLMObsUpdatePromptDataAttributes.java | 4 +- .../v2/model/LLMObsUpdatePromptRequest.java | 4 +- .../model/LLMObsUpdatePromptVersionData.java | 10 +- ...MObsUpdatePromptVersionDataAttributes.java | 2 +- .../LLMObsUpdatePromptVersionRequest.java | 4 +- .../RumRetentionQuotaAdaptiveConfig.java | 147 +++ .../RumRetentionQuotaConfigAttributes.java | 298 ++++++ .../v2/model/RumRetentionQuotaConfigData.java | 213 ++++ .../RumRetentionQuotaConfigResponse.java | 150 +++ .../v2/model/RumRetentionQuotaConfigType.java | 57 + ...mRetentionQuotaConfigUpdateAttributes.java | 217 ++++ .../RumRetentionQuotaConfigUpdateData.java | 216 ++++ .../RumRetentionQuotaConfigUpdateRequest.java | 151 +++ .../model/RumRetentionQuotaCustomConfig.java | 279 +++++ .../v2/model/RumRetentionQuotaMode.java | 59 ++ .../model/RumRetentionQuotaReachedAction.java | 60 ++ .../v2/model/RumRetentionQuotaScopeType.java | 57 + .../v2/model/RumRetentionQuotaWindowType.java | 55 + .../client/v2/api/llm_observability.feature | 312 +++--- .../client/v2/api/rum_retention_quota.feature | 100 ++ .../api/client/v2/api/synthetics.feature | 2 +- .../com/datadog/api/client/v2/api/undo.json | 18 + .../test-runner-data/manifest.json | 76 +- ...version-returns-bad-request-response.json} | 4 +- ...t-version-returns-not-found-response.json} | 4 +- ...y-prompt-version-returns-ok-response.json} | 4 +- ...-prompt-returns-bad-request-response.json} | 4 +- ...ity-prompt-returns-conflict-response.json} | 4 +- ...rvability-prompt-returns-ok-response.json} | 4 +- ...ty-prompt-returns-not-found-response.json} | 4 +- ...rvability-prompt-returns-ok-response.json} | 4 +- ...t-version-returns-not-found-response.json} | 4 +- ...y-prompt-version-returns-ok-response.json} | 4 +- ...ty-prompt-returns-not-found-response.json} | 4 +- ...rvability-prompt-returns-ok-response.json} | 4 +- ...vability-prompts-returns-ok-response.json} | 4 +- ...rvability-prompt-returns-ok-response.json} | 4 +- ...-prompt-returns-bad-request-response.json} | 4 +- ...ty-prompt-returns-not-found-response.json} | 4 +- ...rvability-prompt-returns-ok-response.json} | 4 +- ...t-version-returns-not-found-response.json} | 4 +- ...y-prompt-version-returns-ok-response.json} | 4 +- .../v2/llm-observability.json | 390 +++---- 312 files changed, 4842 insertions(+), 1684 deletions(-) create mode 100644 examples/v2/rum-retention-quota/DeleteRumQuotaConfig.java create mode 100644 examples/v2/rum-retention-quota/GetRumQuotaConfig.java create mode 100644 examples/v2/rum-retention-quota/UpsertRumQuotaConfig.java create mode 100644 src/main/java/com/datadog/api/client/v2/api/RumRetentionQuotaApi.java create mode 100644 src/main/java/com/datadog/api/client/v2/model/RumRetentionQuotaAdaptiveConfig.java create mode 100644 src/main/java/com/datadog/api/client/v2/model/RumRetentionQuotaConfigAttributes.java create mode 100644 src/main/java/com/datadog/api/client/v2/model/RumRetentionQuotaConfigData.java create mode 100644 src/main/java/com/datadog/api/client/v2/model/RumRetentionQuotaConfigResponse.java create mode 100644 src/main/java/com/datadog/api/client/v2/model/RumRetentionQuotaConfigType.java create mode 100644 src/main/java/com/datadog/api/client/v2/model/RumRetentionQuotaConfigUpdateAttributes.java create mode 100644 src/main/java/com/datadog/api/client/v2/model/RumRetentionQuotaConfigUpdateData.java create mode 100644 src/main/java/com/datadog/api/client/v2/model/RumRetentionQuotaConfigUpdateRequest.java create mode 100644 src/main/java/com/datadog/api/client/v2/model/RumRetentionQuotaCustomConfig.java create mode 100644 src/main/java/com/datadog/api/client/v2/model/RumRetentionQuotaMode.java create mode 100644 src/main/java/com/datadog/api/client/v2/model/RumRetentionQuotaReachedAction.java create mode 100644 src/main/java/com/datadog/api/client/v2/model/RumRetentionQuotaScopeType.java create mode 100644 src/main/java/com/datadog/api/client/v2/model/RumRetentionQuotaWindowType.java create mode 100644 src/test/resources/com/datadog/api/client/v2/api/rum_retention_quota.feature rename src/test/resources/generated-test/test-runner-data/v2/llm-observability/{create-a-new-llm-observability-prompt-version-returns-bad-request-response.json => create-a-new-agent-observability-prompt-version-returns-bad-request-response.json} (83%) rename src/test/resources/generated-test/test-runner-data/v2/llm-observability/{create-a-new-llm-observability-prompt-version-returns-not-found-response.json => create-a-new-agent-observability-prompt-version-returns-not-found-response.json} (85%) rename src/test/resources/generated-test/test-runner-data/v2/llm-observability/{create-a-new-llm-observability-prompt-version-returns-ok-response.json => create-a-new-agent-observability-prompt-version-returns-ok-response.json} (88%) rename src/test/resources/generated-test/test-runner-data/v2/llm-observability/{create-an-llm-observability-prompt-returns-bad-request-response.json => create-an-agent-observability-prompt-returns-bad-request-response.json} (78%) rename src/test/resources/generated-test/test-runner-data/v2/llm-observability/{create-an-llm-observability-prompt-returns-conflict-response.json => create-an-agent-observability-prompt-returns-conflict-response.json} (83%) rename src/test/resources/generated-test/test-runner-data/v2/llm-observability/{create-an-llm-observability-prompt-returns-ok-response.json => create-an-agent-observability-prompt-returns-ok-response.json} (86%) rename src/test/resources/generated-test/test-runner-data/v2/llm-observability/{delete-an-llm-observability-prompt-returns-not-found-response.json => delete-an-agent-observability-prompt-returns-not-found-response.json} (79%) rename src/test/resources/generated-test/test-runner-data/v2/llm-observability/{delete-an-llm-observability-prompt-returns-ok-response.json => delete-an-agent-observability-prompt-returns-ok-response.json} (80%) rename src/test/resources/generated-test/test-runner-data/v2/llm-observability/{get-a-specific-llm-observability-prompt-version-returns-not-found-response.json => get-a-specific-agent-observability-prompt-version-returns-not-found-response.json} (83%) rename src/test/resources/generated-test/test-runner-data/v2/llm-observability/{get-a-specific-llm-observability-prompt-version-returns-ok-response.json => get-a-specific-agent-observability-prompt-version-returns-ok-response.json} (84%) rename src/test/resources/generated-test/test-runner-data/v2/llm-observability/{get-an-llm-observability-prompt-returns-not-found-response.json => get-an-agent-observability-prompt-returns-not-found-response.json} (79%) rename src/test/resources/generated-test/test-runner-data/v2/llm-observability/{get-an-llm-observability-prompt-returns-ok-response.json => get-an-agent-observability-prompt-returns-ok-response.json} (81%) rename src/test/resources/generated-test/test-runner-data/v2/llm-observability/{list-llm-observability-prompts-returns-ok-response.json => list-agent-observability-prompts-returns-ok-response.json} (81%) rename src/test/resources/generated-test/test-runner-data/v2/llm-observability/{list-versions-of-an-llm-observability-prompt-returns-ok-response.json => list-versions-of-an-agent-observability-prompt-returns-ok-response.json} (79%) rename src/test/resources/generated-test/test-runner-data/v2/llm-observability/{update-an-llm-observability-prompt-returns-bad-request-response.json => update-an-agent-observability-prompt-returns-bad-request-response.json} (84%) rename src/test/resources/generated-test/test-runner-data/v2/llm-observability/{update-an-llm-observability-prompt-returns-not-found-response.json => update-an-agent-observability-prompt-returns-not-found-response.json} (84%) rename src/test/resources/generated-test/test-runner-data/v2/llm-observability/{update-an-llm-observability-prompt-returns-ok-response.json => update-an-agent-observability-prompt-returns-ok-response.json} (86%) rename src/test/resources/generated-test/test-runner-data/v2/llm-observability/{update-a-specific-llm-observability-prompt-version-returns-not-found-response.json => update-an-agent-observability-prompt-version-returns-not-found-response.json} (87%) rename src/test/resources/generated-test/test-runner-data/v2/llm-observability/{update-a-specific-llm-observability-prompt-version-returns-ok-response.json => update-an-agent-observability-prompt-version-returns-ok-response.json} (88%) diff --git a/.generator/schemas/v1/openapi.yaml b/.generator/schemas/v1/openapi.yaml index 3013d46b7cb..645bf51b86e 100644 --- a/.generator/schemas/v1/openapi.yaml +++ b/.generator/schemas/v1/openapi.yaml @@ -11007,11 +11007,11 @@ components: format: double type: number llm_observability_percentage: - description: The percentage of LLM Observability usage by tag(s). + description: The percentage of Agent Observability usage by tag(s). format: double type: number llm_observability_usage: - description: The LLM Observability usage by tag(s). + description: The Agent Observability usage by tag(s). format: double type: number llm_spans_percentage: @@ -24297,27 +24297,27 @@ components: format: int64 type: integer llm_observability_15day_retention_spans_sum: - description: Shows the sum of all LLM Observability 15-day retention spans over all hours in the current date for all organizations. + description: Shows the sum of all Agent Observability 15-day retention spans over all hours in the current date for all organizations. format: int64 type: integer llm_observability_30day_retention_spans_sum: - description: Shows the sum of all LLM Observability 30-day retention spans over all hours in the current date for all organizations. + description: Shows the sum of all Agent Observability 30-day retention spans over all hours in the current date for all organizations. format: int64 type: integer llm_observability_60day_retention_spans_sum: - description: Shows the sum of all LLM Observability 60-day retention spans over all hours in the current date for all organizations. + description: Shows the sum of all Agent Observability 60-day retention spans over all hours in the current date for all organizations. format: int64 type: integer llm_observability_90day_retention_spans_sum: - description: Shows the sum of all LLM Observability 90-day retention spans over all hours in the current date for all organizations. + description: Shows the sum of all Agent Observability 90-day retention spans over all hours in the current date for all organizations. format: int64 type: integer llm_observability_min_spend_sum: - description: Sum of all LLM observability minimum spend over all hours in the current date for all organizations. + description: Sum of all Agent observability minimum spend over all hours in the current date for all organizations. format: int64 type: integer llm_observability_sum: - description: Sum of all LLM observability sessions over all hours in the current date for all organizations. + description: Sum of all Agent observability sessions over all hours in the current date for all organizations. format: int64 type: integer logs_archive_search_gb_scanned_sum: @@ -25542,27 +25542,27 @@ components: format: int64 type: integer llm_observability_15day_retention_spans_sum: - description: Shows the sum of all LLM Observability 15-day retention spans over all hours in the current date for the given org. + description: Shows the sum of all Agent Observability 15-day retention spans over all hours in the current date for the given org. format: int64 type: integer llm_observability_30day_retention_spans_sum: - description: Shows the sum of all LLM Observability 30-day retention spans over all hours in the current date for the given org. + description: Shows the sum of all Agent Observability 30-day retention spans over all hours in the current date for the given org. format: int64 type: integer llm_observability_60day_retention_spans_sum: - description: Shows the sum of all LLM Observability 60-day retention spans over all hours in the current date for the given org. + description: Shows the sum of all Agent Observability 60-day retention spans over all hours in the current date for the given org. format: int64 type: integer llm_observability_90day_retention_spans_sum: - description: Shows the sum of all LLM Observability 90-day retention spans over all hours in the current date for the given org. + description: Shows the sum of all Agent Observability 90-day retention spans over all hours in the current date for the given org. format: int64 type: integer llm_observability_min_spend_sum: - description: Shows the sum of all LLM Observability minimum spend over all hours in the current date for the given org. + description: Shows the sum of all Agent Observability minimum spend over all hours in the current date for the given org. format: int64 type: integer llm_observability_sum: - description: Shows the sum of all LLM observability sessions over all hours in the current date for the given org. + description: Shows the sum of all Agent observability sessions over all hours in the current date for the given org. format: int64 type: integer logs_archive_search_gb_scanned_sum: @@ -26804,27 +26804,27 @@ components: format: int64 type: integer llm_observability_15day_retention_spans_agg_sum: - description: Shows the sum of all LLM Observability 15-day retention spans over all hours in the current month for all organizations. + description: Shows the sum of all Agent Observability 15-day retention spans over all hours in the current month for all organizations. format: int64 type: integer llm_observability_30day_retention_spans_agg_sum: - description: Shows the sum of all LLM Observability 30-day retention spans over all hours in the current month for all organizations. + description: Shows the sum of all Agent Observability 30-day retention spans over all hours in the current month for all organizations. format: int64 type: integer llm_observability_60day_retention_spans_agg_sum: - description: Shows the sum of all LLM Observability 60-day retention spans over all hours in the current month for all organizations. + description: Shows the sum of all Agent Observability 60-day retention spans over all hours in the current month for all organizations. format: int64 type: integer llm_observability_90day_retention_spans_agg_sum: - description: Shows the sum of all LLM Observability 90-day retention spans over all hours in the current month for all organizations. + description: Shows the sum of all Agent Observability 90-day retention spans over all hours in the current month for all organizations. format: int64 type: integer llm_observability_agg_sum: - description: Sum of all LLM observability sessions for all hours in the current month for all organizations. + description: Sum of all Agent observability sessions for all hours in the current month for all organizations. format: int64 type: integer llm_observability_min_spend_agg_sum: - description: Minimum spend for LLM observability sessions for all hours in the current month for all organizations. + description: Minimum spend for Agent observability sessions for all hours in the current month for all organizations. format: int64 type: integer logs_archive_search_gb_scanned_agg_sum: diff --git a/.generator/schemas/v2/openapi.yaml b/.generator/schemas/v2/openapi.yaml index 60e827af74b..3a0ef44d198 100644 --- a/.generator/schemas/v2/openapi.yaml +++ b/.generator/schemas/v2/openapi.yaml @@ -974,7 +974,7 @@ components: schema: type: string LLMObsAnnotationQueueIDPathParameter: - description: The ID of the LLM Observability annotation queue. + description: The ID of the Agent Observability annotation queue. example: "00000000-0000-0000-0000-000000000001" in: path name: queue_id @@ -982,7 +982,7 @@ components: schema: type: string LLMObsDatasetIDPathParameter: - description: The ID of the LLM Observability dataset. + description: The ID of the Agent Observability dataset. example: "9f64e5c7-dc5a-45c8-a17c-1b85f0bec97d" in: path name: dataset_id @@ -990,7 +990,7 @@ components: schema: type: string LLMObsEvalNamePathParameter: - description: The name of the custom LLM Observability evaluator configuration. + description: The name of the custom Agent Observability evaluator configuration. example: "my-custom-evaluator" in: path name: eval_name @@ -998,7 +998,7 @@ components: schema: type: string LLMObsExperimentIDPathParameter: - description: The ID of the LLM Observability experiment. + description: The ID of the Agent Observability experiment. example: "3fd6b5e0-8910-4b1c-a7d0-5b84de329012" in: path name: experiment_id @@ -1066,7 +1066,7 @@ components: schema: type: string LLMObsProjectIDPathParameter: - description: The ID of the LLM Observability project. + description: The ID of the Agent Observability project. example: "a33671aa-24fd-4dcd-9b33-a8ec7dde7751" in: path name: project_id @@ -1074,7 +1074,7 @@ components: schema: type: string LLMObsPromptIDPathParameter: - description: The customer-provided identifier of the LLM Observability prompt. + description: The customer-provided identifier of the Agent Observability prompt. example: "customer-support-assistant" in: path name: prompt_id @@ -1090,7 +1090,7 @@ components: schema: type: string LLMObsPromptVersionPathParameter: - description: The version number of the LLM Observability prompt. + description: The version number of the Agent Observability prompt. example: 1 in: path name: version @@ -1460,7 +1460,7 @@ components: format: int64 type: integer PageSize: - description: Size for a given page. The maximum allowed value is 100. + description: Number of items to return per page. The maximum allowed value is 100. in: query name: page[size] required: false @@ -1788,6 +1788,23 @@ components: required: true schema: type: string + RumRetentionQuotaScopeIDParameter: + description: |- + The identifier of the scope the retention quota configuration applies to. + For the `application` scope, this is the RUM application ID. + in: path + name: scope_id + required: true + schema: + example: cd73a516-a481-4af5-8352-9b577465c77b + type: string + RumRetentionQuotaScopeTypeParameter: + description: The type of scope the retention quota configuration applies to. + in: path + name: scope_type + required: true + schema: + $ref: "#/components/schemas/RumRetentionQuotaScopeType" SAMLConfigurationUUIDPathParameter: description: The UUID of the SAML configuration. in: path @@ -7734,7 +7751,7 @@ components: description: An arbitrary object value with additional properties. type: object AnyValueString: - description: A scalar string value. + description: A scalar value represented as a string. type: string ApiID: description: API identifier. @@ -55597,7 +55614,7 @@ components: - $ref: "#/components/schemas/LLMObsAnnotationLabelValueStringArray" - $ref: "#/components/schemas/AnyValueBoolean" LLMObsAnnotationQueueDataAttributesRequest: - description: Attributes for creating an LLM Observability annotation queue. + description: Attributes for creating an Agent Observability annotation queue. properties: annotation_schema: $ref: "#/components/schemas/LLMObsAnnotationSchema" @@ -55618,7 +55635,7 @@ components: - project_id type: object LLMObsAnnotationQueueDataAttributesResponse: - description: Attributes of an LLM Observability annotation queue. + description: Attributes of an Agent Observability annotation queue. properties: annotation_schema: $ref: "#/components/schemas/LLMObsAnnotationSchema" @@ -55667,7 +55684,7 @@ components: - owned_by type: object LLMObsAnnotationQueueDataRequest: - description: Data object for creating an LLM Observability annotation queue. + description: Data object for creating an Agent Observability annotation queue. properties: attributes: $ref: "#/components/schemas/LLMObsAnnotationQueueDataAttributesRequest" @@ -55678,7 +55695,7 @@ components: - attributes type: object LLMObsAnnotationQueueDataResponse: - description: Data object for an LLM Observability annotation queue. + description: Data object for an Agent Observability annotation queue. properties: attributes: $ref: "#/components/schemas/LLMObsAnnotationQueueDataAttributesResponse" @@ -55762,7 +55779,7 @@ components: - attributes type: object LLMObsAnnotationQueueInteractionsRequest: - description: Request to add interactions to an LLM Observability annotation queue. + description: Request to add interactions to an Agent Observability annotation queue. properties: data: $ref: "#/components/schemas/LLMObsAnnotationQueueInteractionsDataRequest" @@ -55845,7 +55862,7 @@ components: - data type: object LLMObsAnnotationQueueRequest: - description: Request to create an LLM Observability annotation queue. + description: Request to create an Agent Observability annotation queue. properties: data: $ref: "#/components/schemas/LLMObsAnnotationQueueDataRequest" @@ -55853,7 +55870,7 @@ components: - data type: object LLMObsAnnotationQueueResponse: - description: Response containing a single LLM Observability annotation queue. + description: Response containing a single Agent Observability annotation queue. properties: data: $ref: "#/components/schemas/LLMObsAnnotationQueueDataResponse" @@ -55861,7 +55878,7 @@ components: - data type: object LLMObsAnnotationQueueType: - description: Resource type of an LLM Observability annotation queue. + description: Resource type of an Agent Observability annotation queue. enum: - queues example: queues @@ -55869,7 +55886,7 @@ components: x-enum-varnames: - QUEUES LLMObsAnnotationQueueUpdateDataAttributesRequest: - description: Attributes for updating an LLM Observability annotation queue. All fields are optional. + description: Attributes for updating an Agent Observability annotation queue. All fields are optional. properties: annotation_schema: $ref: "#/components/schemas/LLMObsAnnotationSchema" @@ -55883,7 +55900,7 @@ components: type: string type: object LLMObsAnnotationQueueUpdateDataRequest: - description: Data object for updating an LLM Observability annotation queue. + description: Data object for updating an Agent Observability annotation queue. properties: attributes: $ref: "#/components/schemas/LLMObsAnnotationQueueUpdateDataAttributesRequest" @@ -55894,7 +55911,7 @@ components: - attributes type: object LLMObsAnnotationQueueUpdateRequest: - description: Request to update an LLM Observability annotation queue. + description: Request to update an Agent Observability annotation queue. properties: data: $ref: "#/components/schemas/LLMObsAnnotationQueueUpdateDataRequest" @@ -55902,7 +55919,7 @@ components: - data type: object LLMObsAnnotationQueuesResponse: - description: Response containing a list of LLM Observability annotation queues. + description: Response containing a list of Agent Observability annotation queues. properties: data: description: List of annotation queues. @@ -55995,7 +56012,7 @@ components: - data type: object LLMObsAnnotationsType: - description: Resource type for LLM Observability annotations. + description: Resource type for Agent Observability annotations. enum: - annotations example: annotations @@ -56229,7 +56246,7 @@ components: minItems: 1 type: array LLMObsCreatePromptData: - description: Data object for creating an LLM Observability prompt. + description: Data object for creating an Agent Observability prompt. properties: attributes: $ref: "#/components/schemas/LLMObsCreatePromptDataAttributes" @@ -56241,7 +56258,7 @@ components: type: object LLMObsCreatePromptDataAttributes: description: >- - Attributes for creating an LLM Observability prompt and its first version. `prompt_id` and `template` are required; all other attributes are optional. + Attributes for creating an Agent Observability prompt and its first version. `prompt_id` and `template` are required; all other attributes are optional. properties: description: description: Optional description of the prompt. @@ -56277,7 +56294,7 @@ components: - template type: object LLMObsCreatePromptRequest: - description: Request to create an LLM Observability prompt. + description: Request to create an Agent Observability prompt. properties: data: $ref: "#/components/schemas/LLMObsCreatePromptData" @@ -56285,7 +56302,7 @@ components: - data type: object LLMObsCreatePromptVersionData: - description: Data object for creating an LLM Observability prompt version. + description: Data object for creating an Agent Observability prompt version. properties: attributes: $ref: "#/components/schemas/LLMObsCreatePromptVersionDataAttributes" @@ -56297,7 +56314,7 @@ components: type: object LLMObsCreatePromptVersionDataAttributes: description: >- - Attributes for creating a new version of an LLM Observability prompt. `template` is required; all other attributes are optional. + Attributes for creating a new version of an Agent Observability prompt. `template` is required; all other attributes are optional. properties: description: description: Optional description of this version. @@ -56323,7 +56340,7 @@ components: - template type: object LLMObsCreatePromptVersionRequest: - description: Request to create a new version of an LLM Observability prompt. + description: Request to create a new version of an Agent Observability prompt. properties: data: $ref: "#/components/schemas/LLMObsCreatePromptVersionData" @@ -56370,7 +56387,7 @@ components: type: boolean type: object LLMObsCustomEvalConfigAttributes: - description: Attributes of a custom LLM Observability evaluator configuration. + description: Attributes of a custom Agent Observability evaluator configuration. properties: category: description: Category of the evaluator. @@ -56418,7 +56435,7 @@ components: type: string type: object LLMObsCustomEvalConfigData: - description: Data object for a custom LLM Observability evaluator configuration. + description: Data object for a custom Agent Observability evaluator configuration. properties: attributes: $ref: "#/components/schemas/LLMObsCustomEvalConfigAttributes" @@ -56562,7 +56579,7 @@ components: $ref: "#/components/schemas/LLMObsCustomEvalConfigVertexAIOptions" type: object LLMObsCustomEvalConfigListResponse: - description: Response containing a list of custom LLM Observability evaluator configurations. + description: Response containing a list of custom Agent Observability evaluator configurations. properties: data: description: List of custom evaluator configuration data objects. @@ -56669,7 +56686,7 @@ components: type: string type: object LLMObsCustomEvalConfigResponse: - description: Response containing a custom LLM Observability evaluator configuration. + description: Response containing a custom Agent Observability evaluator configuration. properties: data: $ref: "#/components/schemas/LLMObsCustomEvalConfigData" @@ -56718,7 +56735,7 @@ components: - enabled type: object LLMObsCustomEvalConfigType: - description: Type of the custom LLM Observability evaluator configuration resource. + description: Type of the custom Agent Observability evaluator configuration resource. enum: - evaluator_config example: "evaluator_config" @@ -56726,7 +56743,7 @@ components: x-enum-varnames: - EVALUATOR_CONFIG LLMObsCustomEvalConfigUpdateAttributes: - description: Attributes for creating or updating a custom LLM Observability evaluator configuration. + description: Attributes for creating or updating a custom Agent Observability evaluator configuration. properties: category: description: Category of the evaluator. @@ -56746,7 +56763,7 @@ components: - target type: object LLMObsCustomEvalConfigUpdateData: - description: Data object for creating or updating a custom LLM Observability evaluator configuration. + description: Data object for creating or updating a custom Agent Observability evaluator configuration. properties: attributes: $ref: "#/components/schemas/LLMObsCustomEvalConfigUpdateAttributes" @@ -56761,7 +56778,7 @@ components: - attributes type: object LLMObsCustomEvalConfigUpdateRequest: - description: Request to create or update a custom LLM Observability evaluator configuration. + description: Request to create or update a custom Agent Observability evaluator configuration. properties: data: $ref: "#/components/schemas/LLMObsCustomEvalConfigUpdateData" @@ -56789,7 +56806,7 @@ components: type: string type: object LLMObsDatasetBatchUpdateDataAttributesRequest: - description: Attributes for batch-updating records in an LLM Observability dataset. + description: Attributes for batch-updating records in an Agent Observability dataset. properties: create_new_version: description: Whether to create a new dataset version when applying the batch update. Defaults to `true`. @@ -56805,7 +56822,7 @@ components: $ref: "#/components/schemas/LLMObsDatasetBatchUpdateUpdateRecords" type: object LLMObsDatasetBatchUpdateDataRequest: - description: Data object for batch-updating records in an LLM Observability dataset. + description: Data object for batch-updating records in an Agent Observability dataset. properties: attributes: $ref: "#/components/schemas/LLMObsDatasetBatchUpdateDataAttributesRequest" @@ -56827,7 +56844,7 @@ components: type: string type: array LLMObsDatasetBatchUpdateInsertRecord: - description: A record to insert as part of a batch update on an LLM Observability dataset. + description: A record to insert as part of a batch update on an Agent Observability dataset. properties: expected_output: $ref: "#/components/schemas/AnyValue" @@ -56854,7 +56871,7 @@ components: $ref: "#/components/schemas/LLMObsDatasetBatchUpdateInsertRecord" type: array LLMObsDatasetBatchUpdateRequest: - description: Request to batch-insert, update, and delete records in an LLM Observability dataset. + description: Request to batch-insert, update, and delete records in an Agent Observability dataset. properties: data: $ref: "#/components/schemas/LLMObsDatasetBatchUpdateDataRequest" @@ -56862,7 +56879,7 @@ components: - data type: object LLMObsDatasetBatchUpdateUpdateRecord: - description: A record update payload as part of a batch update on an LLM Observability dataset. + description: A record update payload as part of a batch update on an Agent Observability dataset. properties: expected_output: $ref: "#/components/schemas/AnyValue" @@ -56887,7 +56904,7 @@ components: $ref: "#/components/schemas/LLMObsDatasetBatchUpdateUpdateRecord" type: array LLMObsDatasetCloneDataAttributesRequest: - description: Attributes for cloning an LLM Observability dataset. + description: Attributes for cloning an Agent Observability dataset. properties: description: description: Description of the cloned dataset. @@ -56901,7 +56918,7 @@ components: - name type: object LLMObsDatasetCloneDataRequest: - description: Data object for cloning an LLM Observability dataset. + description: Data object for cloning an Agent Observability dataset. properties: attributes: $ref: "#/components/schemas/LLMObsDatasetCloneDataAttributesRequest" @@ -56917,7 +56934,7 @@ components: - attributes type: object LLMObsDatasetCloneRequest: - description: Request to clone an LLM Observability dataset. + description: Request to clone an Agent Observability dataset. properties: data: $ref: "#/components/schemas/LLMObsDatasetCloneDataRequest" @@ -56925,7 +56942,7 @@ components: - data type: object LLMObsDatasetDataAttributesRequest: - description: Attributes for creating an LLM Observability dataset. + description: Attributes for creating an Agent Observability dataset. properties: description: description: Description of the dataset. @@ -56942,7 +56959,7 @@ components: - name type: object LLMObsDatasetDataAttributesResponse: - description: Attributes of an LLM Observability dataset. + description: Attributes of an Agent Observability dataset. properties: created_at: description: Timestamp when the dataset was created. @@ -56982,7 +56999,7 @@ components: - updated_at type: object LLMObsDatasetDataRequest: - description: Data object for creating an LLM Observability dataset. + description: Data object for creating an Agent Observability dataset. properties: attributes: $ref: "#/components/schemas/LLMObsDatasetDataAttributesRequest" @@ -56993,7 +57010,7 @@ components: - attributes type: object LLMObsDatasetDataResponse: - description: Data object for an LLM Observability dataset. + description: Data object for an Agent Observability dataset. properties: attributes: $ref: "#/components/schemas/LLMObsDatasetDataAttributesResponse" @@ -57009,7 +57026,7 @@ components: - attributes type: object LLMObsDatasetDraftStateData: - description: Data object for an LLM Observability dataset draft state. + description: Data object for an Agent Observability dataset draft state. properties: attributes: $ref: "#/components/schemas/LLMObsDatasetDraftStateDataAttributes" @@ -57025,7 +57042,7 @@ components: - attributes type: object LLMObsDatasetDraftStateDataAttributes: - description: Attributes of an LLM Observability dataset draft state. + description: Attributes of an Agent Observability dataset draft state. properties: drafting_since: description: Timestamp when the dataset draft session started. @@ -57039,7 +57056,7 @@ components: - drafting_since type: object LLMObsDatasetDraftStateResponse: - description: Response containing the draft state of an LLM Observability dataset. + description: Response containing the draft state of an Agent Observability dataset. properties: data: $ref: "#/components/schemas/LLMObsDatasetDraftStateData" @@ -57047,7 +57064,7 @@ components: - data type: object LLMObsDatasetDraftStateType: - description: Resource type of an LLM Observability dataset draft state. + description: Resource type of an Agent Observability dataset draft state. enum: - draft_state_data example: draft_state_data @@ -57082,7 +57099,7 @@ components: type: object LLMObsDatasetExportFormat: default: csv - description: Supported export format for an LLM Observability dataset. + description: Supported export format for an Agent Observability dataset. enum: - csv example: csv @@ -57090,7 +57107,7 @@ components: x-enum-varnames: - CSV LLMObsDatasetRecordDataResponse: - description: A single LLM Observability dataset record. + description: A single Agent Observability dataset record. properties: created_at: description: Timestamp when the record was created. @@ -57129,7 +57146,7 @@ components: - updated_at type: object LLMObsDatasetRecordItem: - description: A single record to append to an LLM Observability dataset. + description: A single record to append to an Agent Observability dataset. properties: expected_output: $ref: "#/components/schemas/AnyValue" @@ -57159,7 +57176,7 @@ components: type: string type: array LLMObsDatasetRecordUpdateItem: - description: A record update payload for an LLM Observability dataset. + description: A record update payload for an Agent Observability dataset. properties: expected_output: $ref: "#/components/schemas/AnyValue" @@ -57177,7 +57194,7 @@ components: - id type: object LLMObsDatasetRecordsDataAttributesRequest: - description: Attributes for appending records to an LLM Observability dataset. + description: Attributes for appending records to an Agent Observability dataset. properties: deduplicate: description: Whether to deduplicate records before appending. Defaults to `true`. @@ -57191,7 +57208,7 @@ components: - records type: object LLMObsDatasetRecordsDataRequest: - description: Data object for appending records to an LLM Observability dataset. + description: Data object for appending records to an Agent Observability dataset. properties: attributes: $ref: "#/components/schemas/LLMObsDatasetRecordsDataAttributesRequest" @@ -57202,7 +57219,7 @@ components: - attributes type: object LLMObsDatasetRecordsListResponse: - description: Response containing a paginated list of LLM Observability dataset records. + description: Response containing a paginated list of Agent Observability dataset records. properties: data: description: List of dataset records. @@ -57237,7 +57254,7 @@ components: - data type: object LLMObsDatasetRecordsRequest: - description: Request to append records to an LLM Observability dataset. + description: Request to append records to an Agent Observability dataset. properties: data: $ref: "#/components/schemas/LLMObsDatasetRecordsDataRequest" @@ -57245,7 +57262,7 @@ components: - data type: object LLMObsDatasetRecordsUpdateDataAttributesRequest: - description: Attributes for updating records in an LLM Observability dataset. + description: Attributes for updating records in an Agent Observability dataset. properties: records: description: List of records to update. @@ -57256,7 +57273,7 @@ components: - records type: object LLMObsDatasetRecordsUpdateDataRequest: - description: Data object for updating records in an LLM Observability dataset. + description: Data object for updating records in an Agent Observability dataset. properties: attributes: $ref: "#/components/schemas/LLMObsDatasetRecordsUpdateDataAttributesRequest" @@ -57267,7 +57284,7 @@ components: - attributes type: object LLMObsDatasetRecordsUpdateRequest: - description: Request to update records in an LLM Observability dataset. + description: Request to update records in an Agent Observability dataset. properties: data: $ref: "#/components/schemas/LLMObsDatasetRecordsUpdateDataRequest" @@ -57283,7 +57300,7 @@ components: type: string type: object LLMObsDatasetRequest: - description: Request to create an LLM Observability dataset. + description: Request to create an Agent Observability dataset. properties: data: $ref: "#/components/schemas/LLMObsDatasetDataRequest" @@ -57291,7 +57308,7 @@ components: - data type: object LLMObsDatasetResponse: - description: Response containing a single LLM Observability dataset. + description: Response containing a single Agent Observability dataset. properties: data: $ref: "#/components/schemas/LLMObsDatasetDataResponse" @@ -57299,7 +57316,7 @@ components: - data type: object LLMObsDatasetRestoreVersionDataAttributesRequest: - description: Attributes for restoring an LLM Observability dataset to a previous version. + description: Attributes for restoring an Agent Observability dataset to a previous version. properties: dataset_version: description: Version number of the dataset to restore. Must be between 0 and the current version of the dataset, inclusive. @@ -57311,7 +57328,7 @@ components: - dataset_version type: object LLMObsDatasetRestoreVersionDataRequest: - description: Data object for restoring an LLM Observability dataset to a previous version. + description: Data object for restoring an Agent Observability dataset to a previous version. properties: attributes: $ref: "#/components/schemas/LLMObsDatasetRestoreVersionDataAttributesRequest" @@ -57327,7 +57344,7 @@ components: - attributes type: object LLMObsDatasetRestoreVersionRequest: - description: Request to restore an LLM Observability dataset to a previous version. + description: Request to restore an Agent Observability dataset to a previous version. properties: data: $ref: "#/components/schemas/LLMObsDatasetRestoreVersionDataRequest" @@ -57335,7 +57352,7 @@ components: - data type: object LLMObsDatasetType: - description: Resource type of an LLM Observability dataset. + description: Resource type of an Agent Observability dataset. enum: - datasets example: datasets @@ -57343,7 +57360,7 @@ components: x-enum-varnames: - DATASETS LLMObsDatasetUpdateDataAttributesRequest: - description: Attributes for updating an LLM Observability dataset. + description: Attributes for updating an Agent Observability dataset. properties: description: description: Updated description of the dataset. @@ -57357,7 +57374,7 @@ components: type: string type: object LLMObsDatasetUpdateDataRequest: - description: Data object for updating an LLM Observability dataset. + description: Data object for updating an Agent Observability dataset. properties: attributes: $ref: "#/components/schemas/LLMObsDatasetUpdateDataAttributesRequest" @@ -57368,7 +57385,7 @@ components: - attributes type: object LLMObsDatasetUpdateRequest: - description: Request to partially update an LLM Observability dataset. + description: Request to partially update an Agent Observability dataset. properties: data: $ref: "#/components/schemas/LLMObsDatasetUpdateDataRequest" @@ -57376,7 +57393,7 @@ components: - data type: object LLMObsDatasetVersionData: - description: Data object for an LLM Observability dataset version. + description: Data object for an Agent Observability dataset version. properties: attributes: $ref: "#/components/schemas/LLMObsDatasetVersionDataAttributes" @@ -57392,7 +57409,7 @@ components: - attributes type: object LLMObsDatasetVersionDataAttributes: - description: Attributes of an LLM Observability dataset version. + description: Attributes of an Agent Observability dataset version. properties: dataset_id: description: Unique identifier of the dataset this version belongs to. @@ -57416,7 +57433,7 @@ components: - last_used type: object LLMObsDatasetVersionType: - description: Resource type of an LLM Observability dataset version. + description: Resource type of an Agent Observability dataset version. enum: - dataset_version example: dataset_version @@ -57424,7 +57441,7 @@ components: x-enum-varnames: - DATASET_VERSION LLMObsDatasetVersionsResponse: - description: Response containing the active versions of an LLM Observability dataset. + description: Response containing the active versions of an Agent Observability dataset. properties: data: $ref: "#/components/schemas/LLMObsDatasetVersionsResponseData" @@ -57437,7 +57454,7 @@ components: $ref: "#/components/schemas/LLMObsDatasetVersionData" type: array LLMObsDatasetsResponse: - description: Response containing a list of LLM Observability datasets. + description: Response containing a list of Agent Observability datasets. properties: data: description: List of datasets. @@ -57492,7 +57509,7 @@ components: - attributes type: object LLMObsDeleteAnnotationQueueInteractionsRequest: - description: Request to delete interactions from an LLM Observability annotation queue. + description: Request to delete interactions from an Agent Observability annotation queue. properties: data: $ref: "#/components/schemas/LLMObsDeleteAnnotationQueueInteractionsDataRequest" @@ -57579,7 +57596,7 @@ components: - data type: object LLMObsDeleteDatasetRecordsDataAttributesRequest: - description: Attributes for deleting records from an LLM Observability dataset. + description: Attributes for deleting records from an Agent Observability dataset. properties: record_ids: description: List of record IDs to delete. @@ -57593,7 +57610,7 @@ components: - record_ids type: object LLMObsDeleteDatasetRecordsDataRequest: - description: Data object for deleting records from an LLM Observability dataset. + description: Data object for deleting records from an Agent Observability dataset. properties: attributes: $ref: "#/components/schemas/LLMObsDeleteDatasetRecordsDataAttributesRequest" @@ -57604,7 +57621,7 @@ components: - attributes type: object LLMObsDeleteDatasetRecordsRequest: - description: Request to delete records from an LLM Observability dataset. + description: Request to delete records from an Agent Observability dataset. properties: data: $ref: "#/components/schemas/LLMObsDeleteDatasetRecordsDataRequest" @@ -57612,7 +57629,7 @@ components: - data type: object LLMObsDeleteDatasetsDataAttributesRequest: - description: Attributes for deleting LLM Observability datasets. + description: Attributes for deleting Agent Observability datasets. properties: dataset_ids: description: List of dataset IDs to delete. @@ -57626,7 +57643,7 @@ components: - dataset_ids type: object LLMObsDeleteDatasetsDataRequest: - description: Data object for deleting LLM Observability datasets. + description: Data object for deleting Agent Observability datasets. properties: attributes: $ref: "#/components/schemas/LLMObsDeleteDatasetsDataAttributesRequest" @@ -57637,7 +57654,7 @@ components: - attributes type: object LLMObsDeleteDatasetsRequest: - description: Request to delete one or more LLM Observability datasets. + description: Request to delete one or more Agent Observability datasets. properties: data: $ref: "#/components/schemas/LLMObsDeleteDatasetsDataRequest" @@ -57645,7 +57662,7 @@ components: - data type: object LLMObsDeleteExperimentsDataAttributesRequest: - description: Attributes for deleting LLM Observability experiments. + description: Attributes for deleting Agent Observability experiments. properties: experiment_ids: description: List of experiment IDs to delete. @@ -57659,7 +57676,7 @@ components: - experiment_ids type: object LLMObsDeleteExperimentsDataRequest: - description: Data object for deleting LLM Observability experiments. + description: Data object for deleting Agent Observability experiments. properties: attributes: $ref: "#/components/schemas/LLMObsDeleteExperimentsDataAttributesRequest" @@ -57670,7 +57687,7 @@ components: - attributes type: object LLMObsDeleteExperimentsRequest: - description: Request to delete one or more LLM Observability experiments. + description: Request to delete one or more Agent Observability experiments. properties: data: $ref: "#/components/schemas/LLMObsDeleteExperimentsDataRequest" @@ -57678,7 +57695,7 @@ components: - data type: object LLMObsDeleteProjectsDataAttributesRequest: - description: Attributes for deleting LLM Observability projects. + description: Attributes for deleting Agent Observability projects. properties: project_ids: description: List of project IDs to delete. @@ -57692,7 +57709,7 @@ components: - project_ids type: object LLMObsDeleteProjectsDataRequest: - description: Data object for deleting LLM Observability projects. + description: Data object for deleting Agent Observability projects. properties: attributes: $ref: "#/components/schemas/LLMObsDeleteProjectsDataAttributesRequest" @@ -57703,7 +57720,7 @@ components: - attributes type: object LLMObsDeleteProjectsRequest: - description: Request to delete one or more LLM Observability projects. + description: Request to delete one or more Agent Observability projects. properties: data: $ref: "#/components/schemas/LLMObsDeleteProjectsDataRequest" @@ -57711,7 +57728,7 @@ components: - data type: object LLMObsDeletedPromptData: - description: Data object confirming that an LLM Observability prompt was deleted. + description: Data object confirming that an Agent Observability prompt was deleted. properties: attributes: $ref: "#/components/schemas/LLMObsDeletedPromptDataAttributes" @@ -57727,7 +57744,7 @@ components: - attributes type: object LLMObsDeletedPromptDataAttributes: - description: Attributes confirming that an LLM Observability prompt was deleted. + description: Attributes confirming that an Agent Observability prompt was deleted. properties: deleted_at: description: Timestamp when the prompt was deleted. @@ -57743,7 +57760,7 @@ components: - deleted_at type: object LLMObsDeletedPromptResponse: - description: Response confirming that an LLM Observability prompt was deleted. + description: Response confirming that an Agent Observability prompt was deleted. example: data: attributes: @@ -57833,7 +57850,7 @@ components: x-enum-varnames: - DISPLAY_BLOCK LLMObsEventType: - description: Resource type for LLM Observability experiment events. + description: Resource type for Agent Observability experiment events. enum: - events example: events @@ -57841,7 +57858,7 @@ components: x-enum-varnames: - EVENTS LLMObsExperimentDataAttributesRequest: - description: Attributes for creating an LLM Observability experiment. + description: Attributes for creating an Agent Observability experiment. properties: config: additionalProperties: {} @@ -57887,7 +57904,7 @@ components: - name type: object LLMObsExperimentDataAttributesResponse: - description: Attributes of an LLM Observability experiment. + description: Attributes of an Agent Observability experiment. properties: aggregate_data: additionalProperties: {} @@ -57980,7 +57997,7 @@ components: - updated_at type: object LLMObsExperimentDataRequest: - description: Data object for creating an LLM Observability experiment. + description: Data object for creating an Agent Observability experiment. properties: attributes: $ref: "#/components/schemas/LLMObsExperimentDataAttributesRequest" @@ -57991,7 +58008,7 @@ components: - attributes type: object LLMObsExperimentDataResponse: - description: Data object for an LLM Observability experiment. + description: Data object for an Agent Observability experiment. properties: attributes: $ref: "#/components/schemas/LLMObsExperimentDataAttributesResponse" @@ -58101,7 +58118,7 @@ components: - attributes type: object LLMObsExperimentEventsRequest: - description: Request to push spans and metrics for an LLM Observability experiment. + description: Request to push spans and metrics for an Agent Observability experiment. properties: data: $ref: "#/components/schemas/LLMObsExperimentEventsDataRequest" @@ -58160,7 +58177,7 @@ components: - data type: object LLMObsExperimentMetric: - description: A metric associated with an LLM Observability experiment span. + description: A metric associated with an Agent Observability experiment span. properties: assessment: $ref: "#/components/schemas/LLMObsMetricAssessment" @@ -58222,7 +58239,7 @@ components: type: string type: object LLMObsExperimentRequest: - description: Request to create an LLM Observability experiment. + description: Request to create an Agent Observability experiment. properties: data: $ref: "#/components/schemas/LLMObsExperimentDataRequest" @@ -58230,7 +58247,7 @@ components: - data type: object LLMObsExperimentResponse: - description: Response containing a single LLM Observability experiment. + description: Response containing a single Agent Observability experiment. properties: data: $ref: "#/components/schemas/LLMObsExperimentDataResponse" @@ -58238,7 +58255,7 @@ components: - data type: object LLMObsExperimentRunDataResponse: - description: Data object for an LLM Observability experiment run. + description: Data object for an Agent Observability experiment run. properties: aggregate_data: additionalProperties: {} @@ -58266,7 +58283,7 @@ components: type: integer type: object LLMObsExperimentSpan: - description: A span associated with an LLM Observability experiment. + description: A span associated with an Agent Observability experiment. properties: dataset_id: description: Dataset ID associated with this span. @@ -58452,7 +58469,7 @@ components: - data type: object LLMObsExperimentStatus: - description: Execution status of an LLM Observability experiment. + description: Execution status of an Agent Observability experiment. enum: - running - completed @@ -58466,7 +58483,7 @@ components: - FAILED - INTERRUPTED LLMObsExperimentType: - description: Resource type of an LLM Observability experiment. + description: Resource type of an Agent Observability experiment. enum: - experiments example: experiments @@ -58474,7 +58491,7 @@ components: x-enum-varnames: - EXPERIMENTS LLMObsExperimentUpdateDataAttributesRequest: - description: Attributes for updating an LLM Observability experiment. + description: Attributes for updating an Agent Observability experiment. properties: dataset_id: description: Updated identifier of the dataset used in this experiment. @@ -58497,7 +58514,7 @@ components: $ref: "#/components/schemas/LLMObsExperimentStatus" type: object LLMObsExperimentUpdateDataRequest: - description: Data object for updating an LLM Observability experiment. + description: Data object for updating an Agent Observability experiment. properties: attributes: $ref: "#/components/schemas/LLMObsExperimentUpdateDataAttributesRequest" @@ -58508,7 +58525,7 @@ components: - attributes type: object LLMObsExperimentUpdateRequest: - description: Request to partially update an LLM Observability experiment. + description: Request to partially update an Agent Observability experiment. properties: data: $ref: "#/components/schemas/LLMObsExperimentUpdateDataRequest" @@ -58656,7 +58673,7 @@ components: - field type: object LLMObsExperimentationAnalyticsRequest: - description: Request to run an analytics aggregation over LLM Observability experimentation data. + description: Request to run an analytics aggregation over Agent Observability experimentation data. properties: data: $ref: "#/components/schemas/LLMObsExperimentationAnalyticsDataRequest" @@ -58847,7 +58864,7 @@ components: - attributes type: object LLMObsExperimentationSearchRequest: - description: Request to search across LLM Observability experimentation entities using cursor-based pagination. + description: Request to search across Agent Observability experimentation entities using cursor-based pagination. properties: data: $ref: "#/components/schemas/LLMObsExperimentationSearchDataRequest" @@ -58979,7 +58996,7 @@ components: type: integer type: object LLMObsExperimentationSimpleSearchRequest: - description: Request to search across LLM Observability experimentation entities using offset-based pagination. + description: Request to search across Agent Observability experimentation entities using offset-based pagination. properties: data: $ref: "#/components/schemas/LLMObsExperimentationSimpleSearchDataRequest" @@ -59027,7 +59044,7 @@ components: x-enum-varnames: - EXPERIMENTATION LLMObsExperimentsResponse: - description: Response containing a list of LLM Observability experiments. + description: Response containing a list of Agent Observability experiments. properties: data: description: List of experiments. @@ -59645,7 +59662,7 @@ components: - BOOLEAN - TEXT LLMObsMetricAssessment: - description: Assessment result for an LLM Observability experiment metric. + description: Assessment result for an Agent Observability experiment metric. enum: - pass - fail @@ -59655,7 +59672,7 @@ components: - PASS - FAIL LLMObsMetricScoreType: - description: Type of metric recorded for an LLM Observability experiment. + description: Type of metric recorded for an Agent Observability experiment. enum: - score - categorical @@ -59830,7 +59847,7 @@ components: $ref: "#/components/schemas/LLMObsPatternsClusteredPoint" type: array LLMObsPatternsClusteredPointsResponse: - description: Response containing the clustered points of an LLM Observability topic. + description: Response containing the clustered points of an Agent Observability topic. properties: data: $ref: "#/components/schemas/LLMObsPatternsClusteredPointsResponseData" @@ -59838,7 +59855,7 @@ components: - data type: object LLMObsPatternsClusteredPointsResponseAttributes: - description: Attributes of an LLM Observability patterns clustered points response. + description: Attributes of an Agent Observability patterns clustered points response. properties: next_page_token: description: Pagination token for the next page of points. Null if there are no more pages. @@ -59857,7 +59874,7 @@ components: - points type: object LLMObsPatternsClusteredPointsResponseData: - description: Data object of an LLM Observability patterns clustered points response. + description: Data object of an Agent Observability patterns clustered points response. properties: attributes: $ref: "#/components/schemas/LLMObsPatternsClusteredPointsResponseAttributes" @@ -59873,7 +59890,7 @@ components: - attributes type: object LLMObsPatternsClusteredPointsType: - description: Resource type of an LLM Observability patterns clustered points response. + description: Resource type of an Agent Observability patterns clustered points response. enum: - clustered_points_response example: clustered_points_response @@ -59881,7 +59898,7 @@ components: x-enum-varnames: - CLUSTERED_POINTS_RESPONSE LLMObsPatternsConfigAttributes: - description: Attributes of an LLM Observability patterns configuration. + description: Attributes of an Agent Observability patterns configuration. properties: account_id: description: Integration account ID for a bring-your-own-model configuration. @@ -59953,7 +59970,7 @@ components: - updated_at type: object LLMObsPatternsConfigItem: - description: A single LLM Observability patterns configuration in a list response. + description: A single Agent Observability patterns configuration in a list response. properties: account_id: description: Integration account ID for a bring-your-own-model configuration. @@ -60035,7 +60052,7 @@ components: $ref: "#/components/schemas/LLMObsPatternsConfigItem" type: array LLMObsPatternsConfigResponse: - description: Response containing a single LLM Observability patterns configuration. + description: Response containing a single Agent Observability patterns configuration. properties: data: $ref: "#/components/schemas/LLMObsPatternsConfigResponseData" @@ -60043,7 +60060,7 @@ components: - data type: object LLMObsPatternsConfigResponseData: - description: Data object of an LLM Observability patterns configuration. + description: Data object of an Agent Observability patterns configuration. properties: attributes: $ref: "#/components/schemas/LLMObsPatternsConfigAttributes" @@ -60096,7 +60113,7 @@ components: type: number type: object LLMObsPatternsConfigType: - description: Resource type of an LLM Observability patterns configuration. + description: Resource type of an Agent Observability patterns configuration. enum: - topic_discovery_configs example: topic_discovery_configs @@ -60104,7 +60121,7 @@ components: x-enum-varnames: - TOPIC_DISCOVERY_CONFIGS LLMObsPatternsConfigUpsertRequest: - description: Request to create or update an LLM Observability patterns configuration. + description: Request to create or update an Agent Observability patterns configuration. properties: data: $ref: "#/components/schemas/LLMObsPatternsConfigUpsertRequestData" @@ -60112,7 +60129,7 @@ components: - data type: object LLMObsPatternsConfigUpsertRequestAttributes: - description: Attributes for creating or updating an LLM Observability patterns configuration. + description: Attributes for creating or updating an Agent Observability patterns configuration. properties: account_id: description: Integration account ID for a bring-your-own-model configuration. @@ -60171,7 +60188,7 @@ components: - hierarchy_depth type: object LLMObsPatternsConfigUpsertRequestData: - description: Data object for creating or updating an LLM Observability patterns configuration. + description: Data object for creating or updating an Agent Observability patterns configuration. properties: attributes: $ref: "#/components/schemas/LLMObsPatternsConfigUpsertRequestAttributes" @@ -60182,7 +60199,7 @@ components: - attributes type: object LLMObsPatternsConfigsListType: - description: Resource type of a list of LLM Observability patterns configurations. + description: Resource type of a list of Agent Observability patterns configurations. enum: - list_topic_discovery_configs_response example: list_topic_discovery_configs_response @@ -60190,7 +60207,7 @@ components: x-enum-varnames: - LIST_TOPIC_DISCOVERY_CONFIGS_RESPONSE LLMObsPatternsConfigsResponse: - description: Response containing a list of LLM Observability patterns configurations. + description: Response containing a list of Agent Observability patterns configurations. properties: data: $ref: "#/components/schemas/LLMObsPatternsConfigsResponseData" @@ -60198,7 +60215,7 @@ components: - data type: object LLMObsPatternsConfigsResponseAttributes: - description: Attributes of a list of LLM Observability patterns configurations. + description: Attributes of a list of Agent Observability patterns configurations. properties: configs: $ref: "#/components/schemas/LLMObsPatternsConfigItemsList" @@ -60206,7 +60223,7 @@ components: - configs type: object LLMObsPatternsConfigsResponseData: - description: Data object of a list of LLM Observability patterns configurations. + description: Data object of a list of Agent Observability patterns configurations. properties: attributes: $ref: "#/components/schemas/LLMObsPatternsConfigsResponseAttributes" @@ -60227,7 +60244,7 @@ components: $ref: "#/components/schemas/LLMObsPatternsActivityProgress" type: array LLMObsPatternsRequestType: - description: Resource type for triggering an LLM Observability patterns run. + description: Resource type for triggering an Agent Observability patterns run. enum: - topic_discovery example: topic_discovery @@ -60235,7 +60252,7 @@ components: x-enum-varnames: - TOPIC_DISCOVERY LLMObsPatternsRunStatusResponse: - description: Response containing the status of an LLM Observability patterns run. + description: Response containing the status of an Agent Observability patterns run. properties: data: $ref: "#/components/schemas/LLMObsPatternsRunStatusResponseData" @@ -60243,7 +60260,7 @@ components: - data type: object LLMObsPatternsRunStatusResponseAttributes: - description: Attributes of an LLM Observability patterns run status. + description: Attributes of an Agent Observability patterns run status. properties: created_at: description: Timestamp when the run was created. @@ -60267,7 +60284,7 @@ components: - progress type: object LLMObsPatternsRunStatusResponseData: - description: Data object of an LLM Observability patterns run status response. + description: Data object of an Agent Observability patterns run status response. properties: attributes: $ref: "#/components/schemas/LLMObsPatternsRunStatusResponseAttributes" @@ -60283,7 +60300,7 @@ components: - attributes type: object LLMObsPatternsRunStatusType: - description: Resource type of an LLM Observability patterns run status. + description: Resource type of an Agent Observability patterns run status. enum: - topic_discovery_run_status example: topic_discovery_run_status @@ -60291,7 +60308,7 @@ components: x-enum-varnames: - TOPIC_DISCOVERY_RUN_STATUS LLMObsPatternsRunSummary: - description: Summary of an LLM Observability patterns run. + description: Summary of an Agent Observability patterns run. properties: completed_at: description: Timestamp when the run completed. Null if the run has not completed. @@ -60325,7 +60342,7 @@ components: $ref: "#/components/schemas/LLMObsPatternsRunSummary" type: array LLMObsPatternsRunsListType: - description: Resource type of a list of LLM Observability patterns runs. + description: Resource type of a list of Agent Observability patterns runs. enum: - list_topic_discovery_runs_response example: list_topic_discovery_runs_response @@ -60333,7 +60350,7 @@ components: x-enum-varnames: - LIST_TOPIC_DISCOVERY_RUNS_RESPONSE LLMObsPatternsRunsResponse: - description: Response containing the completed runs of an LLM Observability patterns configuration. + description: Response containing the completed runs of an Agent Observability patterns configuration. properties: data: $ref: "#/components/schemas/LLMObsPatternsRunsResponseData" @@ -60341,7 +60358,7 @@ components: - data type: object LLMObsPatternsRunsResponseAttributes: - description: Attributes of an LLM Observability patterns runs response. + description: Attributes of an Agent Observability patterns runs response. properties: runs: $ref: "#/components/schemas/LLMObsPatternsRunsList" @@ -60349,7 +60366,7 @@ components: - runs type: object LLMObsPatternsRunsResponseData: - description: Data object of an LLM Observability patterns runs response. + description: Data object of an Agent Observability patterns runs response. properties: attributes: $ref: "#/components/schemas/LLMObsPatternsRunsResponseAttributes" @@ -60365,7 +60382,7 @@ components: - attributes type: object LLMObsPatternsTopic: - description: A topic discovered by an LLM Observability patterns run. + description: A topic discovered by an Agent Observability patterns run. properties: created_at: description: Timestamp when the topic was created. @@ -60425,7 +60442,7 @@ components: type: object LLMObsPatternsTopicWithClusteredPoints: description: |- - A topic discovered by an LLM Observability patterns run, including the + A topic discovered by an Agent Observability patterns run, including the clustered points attached to leaf topics. properties: cluster_points: @@ -60492,7 +60509,7 @@ components: $ref: "#/components/schemas/LLMObsPatternsTopic" type: array LLMObsPatternsTopicsResponse: - description: Response containing the topics discovered by an LLM Observability patterns run. + description: Response containing the topics discovered by an Agent Observability patterns run. properties: data: $ref: "#/components/schemas/LLMObsPatternsTopicsResponseData" @@ -60500,7 +60517,7 @@ components: - data type: object LLMObsPatternsTopicsResponseAttributes: - description: Attributes of an LLM Observability patterns topics response. + description: Attributes of an Agent Observability patterns topics response. properties: completed_at: description: Timestamp when the run completed. Null if the run has not completed. @@ -60537,7 +60554,7 @@ components: - topics type: object LLMObsPatternsTopicsResponseData: - description: Data object of an LLM Observability patterns topics response. + description: Data object of an Agent Observability patterns topics response. properties: attributes: $ref: "#/components/schemas/LLMObsPatternsTopicsResponseAttributes" @@ -60553,7 +60570,7 @@ components: - attributes type: object LLMObsPatternsTopicsType: - description: Resource type of an LLM Observability patterns topics response. + description: Resource type of an Agent Observability patterns topics response. enum: - get_topics_response example: get_topics_response @@ -60568,7 +60585,7 @@ components: LLMObsPatternsTopicsWithClusteredPointsResponse: description: |- Response containing the topics, and the clustered points of their leaf topics, - discovered by an LLM Observability patterns run. + discovered by an Agent Observability patterns run. properties: data: $ref: "#/components/schemas/LLMObsPatternsTopicsWithClusteredPointsResponseData" @@ -60576,7 +60593,7 @@ components: - data type: object LLMObsPatternsTopicsWithClusteredPointsResponseAttributes: - description: Attributes of an LLM Observability patterns topics-with-clustered-points response. + description: Attributes of an Agent Observability patterns topics-with-clustered-points response. properties: completed_at: description: Timestamp when the run completed. Null if the run has not completed. @@ -60613,7 +60630,7 @@ components: - topics type: object LLMObsPatternsTopicsWithClusteredPointsResponseData: - description: Data object of an LLM Observability patterns topics-with-clustered-points response. + description: Data object of an Agent Observability patterns topics-with-clustered-points response. properties: attributes: $ref: "#/components/schemas/LLMObsPatternsTopicsWithClusteredPointsResponseAttributes" @@ -60629,7 +60646,7 @@ components: - attributes type: object LLMObsPatternsTopicsWithClusteredPointsType: - description: Resource type of an LLM Observability patterns topics-with-clustered-points response. + description: Resource type of an Agent Observability patterns topics-with-clustered-points response. enum: - get_topics_with_cluster_points_response example: get_topics_with_cluster_points_response @@ -60637,7 +60654,7 @@ components: x-enum-varnames: - GET_TOPICS_WITH_CLUSTER_POINTS_RESPONSE LLMObsPatternsTriggerRequest: - description: Request to trigger an LLM Observability patterns run. + description: Request to trigger an Agent Observability patterns run. properties: data: $ref: "#/components/schemas/LLMObsPatternsTriggerRequestData" @@ -60645,7 +60662,7 @@ components: - data type: object LLMObsPatternsTriggerRequestAttributes: - description: Attributes for triggering an LLM Observability patterns run. + description: Attributes for triggering an Agent Observability patterns run. properties: config_id: description: The ID of the patterns configuration to run. @@ -60655,7 +60672,7 @@ components: - config_id type: object LLMObsPatternsTriggerRequestData: - description: Data object for triggering an LLM Observability patterns run. + description: Data object for triggering an Agent Observability patterns run. properties: attributes: $ref: "#/components/schemas/LLMObsPatternsTriggerRequestAttributes" @@ -60666,7 +60683,7 @@ components: - attributes type: object LLMObsPatternsTriggerResponse: - description: Response after triggering an LLM Observability patterns run. + description: Response after triggering an Agent Observability patterns run. properties: data: $ref: "#/components/schemas/LLMObsPatternsTriggerResponseData" @@ -60674,7 +60691,7 @@ components: - data type: object LLMObsPatternsTriggerResponseAttributes: - description: Attributes of an LLM Observability patterns trigger response. + description: Attributes of an Agent Observability patterns trigger response. properties: config_id: description: The ID of the patterns configuration that was run. @@ -60694,7 +60711,7 @@ components: - status type: object LLMObsPatternsTriggerResponseData: - description: Data object of an LLM Observability patterns trigger response. + description: Data object of an Agent Observability patterns trigger response. properties: attributes: $ref: "#/components/schemas/LLMObsPatternsTriggerResponseAttributes" @@ -60710,7 +60727,7 @@ components: - attributes type: object LLMObsPatternsTriggerResponseType: - description: Resource type of an LLM Observability patterns trigger response. + description: Resource type of an Agent Observability patterns trigger response. enum: - topic_discovery_run example: topic_discovery_run @@ -60718,7 +60735,7 @@ components: x-enum-varnames: - TOPIC_DISCOVERY_RUN LLMObsProjectDataAttributesRequest: - description: Attributes for creating an LLM Observability project. + description: Attributes for creating an Agent Observability project. properties: description: description: Description of the project. @@ -60731,7 +60748,7 @@ components: - name type: object LLMObsProjectDataAttributesResponse: - description: Attributes of an LLM Observability project. + description: Attributes of an Agent Observability project. properties: created_at: description: Timestamp when the project was created. @@ -60759,7 +60776,7 @@ components: - updated_at type: object LLMObsProjectDataRequest: - description: Data object for creating an LLM Observability project. + description: Data object for creating an Agent Observability project. properties: attributes: $ref: "#/components/schemas/LLMObsProjectDataAttributesRequest" @@ -60770,7 +60787,7 @@ components: - attributes type: object LLMObsProjectDataResponse: - description: Data object for an LLM Observability project. + description: Data object for an Agent Observability project. properties: attributes: $ref: "#/components/schemas/LLMObsProjectDataAttributesResponse" @@ -60786,7 +60803,7 @@ components: - attributes type: object LLMObsProjectRequest: - description: Request to create an LLM Observability project. + description: Request to create an Agent Observability project. properties: data: $ref: "#/components/schemas/LLMObsProjectDataRequest" @@ -60794,7 +60811,7 @@ components: - data type: object LLMObsProjectResponse: - description: Response containing a single LLM Observability project. + description: Response containing a single Agent Observability project. properties: data: $ref: "#/components/schemas/LLMObsProjectDataResponse" @@ -60802,7 +60819,7 @@ components: - data type: object LLMObsProjectType: - description: Resource type of an LLM Observability project. + description: Resource type of an Agent Observability project. enum: - projects example: projects @@ -60810,7 +60827,7 @@ components: x-enum-varnames: - PROJECTS LLMObsProjectUpdateDataAttributesRequest: - description: Attributes for updating an LLM Observability project. + description: Attributes for updating an Agent Observability project. properties: description: description: Updated description of the project. @@ -60820,7 +60837,7 @@ components: type: string type: object LLMObsProjectUpdateDataRequest: - description: Data object for updating an LLM Observability project. + description: Data object for updating an Agent Observability project. properties: attributes: $ref: "#/components/schemas/LLMObsProjectUpdateDataAttributesRequest" @@ -60831,7 +60848,7 @@ components: - attributes type: object LLMObsProjectUpdateRequest: - description: Request to partially update an LLM Observability project. + description: Request to partially update an Agent Observability project. properties: data: $ref: "#/components/schemas/LLMObsProjectUpdateDataRequest" @@ -60839,7 +60856,7 @@ components: - data type: object LLMObsProjectsResponse: - description: Response containing a list of LLM Observability projects. + description: Response containing a list of Agent Observability projects. properties: data: description: List of projects. @@ -60874,7 +60891,7 @@ components: type: array x-generate-alias-as-model: true LLMObsPromptData: - description: Data object for an LLM Observability prompt. + description: Data object for an Agent Observability prompt. properties: attributes: $ref: "#/components/schemas/LLMObsPromptDataAttributes" @@ -60890,7 +60907,7 @@ components: - attributes type: object LLMObsPromptDataAttributes: - description: Attributes of an LLM Observability prompt registry entry. + description: Attributes of an Agent Observability prompt registry entry. properties: author: description: UUID of the user who authored the prompt. @@ -60975,7 +60992,7 @@ components: - id type: object LLMObsPromptResponse: - description: Response containing a single LLM Observability prompt. + description: Response containing a single Agent Observability prompt. example: data: attributes: @@ -61008,7 +61025,7 @@ components: - REGISTRY - CODE LLMObsPromptSDKData: - description: Data object for a flattened LLM Observability prompt version returned for SDK consumption. + description: Data object for a flattened Agent Observability prompt version returned for SDK consumption. properties: attributes: $ref: "#/components/schemas/LLMObsPromptSDKDataAttributes" @@ -61057,7 +61074,7 @@ components: type: string type: object LLMObsPromptSDKResponse: - description: Response containing a flattened LLM Observability prompt version for SDK consumption. + description: Response containing a flattened Agent Observability prompt version for SDK consumption. example: data: attributes: @@ -61089,7 +61106,7 @@ components: pattern: ".*\\S.*" type: string LLMObsPromptType: - description: Resource type of an LLM Observability prompt. + description: Resource type of an Agent Observability prompt. enum: - prompt-templates example: prompt-templates @@ -61097,7 +61114,7 @@ components: x-enum-varnames: - PROMPT_TEMPLATES LLMObsPromptVersionData: - description: Data object for a specific version of an LLM Observability prompt. + description: Data object for a specific version of an Agent Observability prompt. properties: attributes: $ref: "#/components/schemas/LLMObsPromptVersionDataAttributes" @@ -61113,7 +61130,7 @@ components: - attributes type: object LLMObsPromptVersionDataAttributes: - description: Attributes of a specific version of an LLM Observability prompt. + description: Attributes of a specific version of an Agent Observability prompt. properties: author: description: UUID of the user who authored this version. @@ -61183,7 +61200,7 @@ components: - version type: object LLMObsPromptVersionLabel: - description: A label attached to an LLM Observability prompt version. + description: A label attached to an Agent Observability prompt version. enum: - production - development @@ -61275,7 +61292,7 @@ components: - version type: object LLMObsPromptVersionResponse: - description: Response containing a specific version of an LLM Observability prompt. + description: Response containing a specific version of an Agent Observability prompt. example: data: attributes: @@ -61300,7 +61317,7 @@ components: - data type: object LLMObsPromptVersionType: - description: Resource type of an LLM Observability prompt version. + description: Resource type of an Agent Observability prompt version. enum: - prompt-template-versions example: prompt-template-versions @@ -61308,7 +61325,7 @@ components: x-enum-varnames: - PROMPT_TEMPLATE_VERSIONS LLMObsPromptVersionsResponse: - description: Response containing the versions of an LLM Observability prompt. + description: Response containing the versions of an Agent Observability prompt. example: data: - attributes: @@ -61341,7 +61358,7 @@ components: - data type: object LLMObsPromptsResponse: - description: Response containing a list of LLM Observability prompts. + description: Response containing a list of Agent Observability prompts. example: data: - attributes: @@ -61359,7 +61376,7 @@ components: type: prompt-templates properties: data: - description: List of LLM Observability prompts. + description: List of Agent Observability prompts. items: $ref: "#/components/schemas/LLMObsPromptData" type: array @@ -61367,7 +61384,7 @@ components: - data type: object LLMObsRecordType: - description: Resource type of LLM Observability dataset records. + description: Resource type of Agent Observability dataset records. enum: - records example: records @@ -61375,7 +61392,7 @@ components: x-enum-varnames: - RECORDS LLMObsSearchSpansRequest: - description: Request body for searching LLM Observability spans. + description: Request body for searching Agent Observability spans. properties: data: $ref: "#/components/schemas/LLMObsSearchSpansRequestData" @@ -61383,7 +61400,7 @@ components: - data type: object LLMObsSearchSpansRequestAttributes: - description: Attributes of an LLM Observability spans search request. + description: Attributes of an Agent Observability spans search request. properties: filter: $ref: "#/components/schemas/LLMObsSpanFilter" @@ -61397,7 +61414,7 @@ components: type: string type: object LLMObsSearchSpansRequestData: - description: Data object for an LLM Observability spans search request. + description: Data object for an Agent Observability spans search request. properties: attributes: $ref: "#/components/schemas/LLMObsSearchSpansRequestAttributes" @@ -61408,7 +61425,7 @@ components: - attributes type: object LLMObsSearchSpansRequestType: - description: Resource type for an LLM Observability spans search request. + description: Resource type for an Agent Observability spans search request. enum: - spans example: spans @@ -61416,7 +61433,7 @@ components: x-enum-varnames: - SPANS LLMObsSpanAttributes: - description: Attributes of an LLM Observability span. + description: Attributes of an Agent Observability span. properties: duration: description: Duration of the span in nanoseconds. @@ -61506,7 +61523,7 @@ components: - span_kind type: object LLMObsSpanData: - description: A single LLM Observability span. + description: A single Agent Observability span. properties: attributes: $ref: "#/components/schemas/LLMObsSpanAttributes" @@ -61522,7 +61539,7 @@ components: - attributes type: object LLMObsSpanEvaluationMetric: - description: An evaluation metric associated with an LLM Observability span. + description: An evaluation metric associated with an Agent Observability span. properties: assessment: description: Assessment result (e.g., pass or fail). @@ -61547,7 +61564,7 @@ components: description: Value of the evaluation result. type: object LLMObsSpanFilter: - description: Filter criteria for an LLM Observability span search. + description: Filter criteria for an Agent Observability span search. properties: from: description: Start of the time range. Accepts ISO 8601 or relative format (e.g., `now-15m`). Defaults to `now-15m`. @@ -61559,7 +61576,7 @@ components: type: string query: description: >- - Search query using LLM Observability query syntax. Supports attribute filters using the field:value syntax (e.g. session_id, trace_id, ml_app, meta.span.kind). When provided, structured field filters (`span_id`, `trace_id`, etc.) are ignored. + Search query using Agent Observability query syntax. Supports attribute filters using the field:value syntax (e.g. session_id, trace_id, ml_app, meta.span.kind). When provided, structured field filters (`span_id`, `trace_id`, etc.) are ignored. example: "@session_id:abc123def456" type: string span_id: @@ -61589,7 +61606,7 @@ components: type: string type: object LLMObsSpanIO: - description: Input or output content of an LLM Observability span. + description: Input or output content of an Agent Observability span. properties: messages: description: List of messages in the input or output. @@ -61700,7 +61717,7 @@ components: type: string type: object LLMObsSpanType: - description: Resource type for an LLM Observability span. + description: Resource type for an Agent Observability span. enum: - span example: span @@ -61708,7 +61725,7 @@ components: x-enum-varnames: - SPAN LLMObsSpansResponse: - description: Response containing a list of LLM Observability spans. + description: Response containing a list of Agent Observability spans. properties: data: description: List of spans matching the query. @@ -61860,7 +61877,7 @@ components: - EXPERIMENT_TRACE - SESSION LLMObsUpdatePromptData: - description: Data object for updating an LLM Observability prompt. + description: Data object for updating an Agent Observability prompt. properties: attributes: $ref: "#/components/schemas/LLMObsUpdatePromptDataAttributes" @@ -61873,7 +61890,7 @@ components: LLMObsUpdatePromptDataAttributes: additionalProperties: false description: >- - Attributes for updating an LLM Observability prompt. At least one of `title` or `description` must be provided; both attributes are optional individually. + Attributes for updating an Agent Observability prompt. At least one of `title` or `description` must be provided; both attributes are optional individually. minProperties: 1 properties: description: @@ -61884,7 +61901,7 @@ components: type: string type: object LLMObsUpdatePromptRequest: - description: Request to update an LLM Observability prompt's metadata. + description: Request to update an Agent Observability prompt's metadata. properties: data: $ref: "#/components/schemas/LLMObsUpdatePromptData" @@ -61892,7 +61909,7 @@ components: - data type: object LLMObsUpdatePromptVersionData: - description: Data object for updating an LLM Observability prompt version. + description: Data object for updating an Agent Observability prompt version. properties: attributes: $ref: "#/components/schemas/LLMObsUpdatePromptVersionDataAttributes" @@ -61905,7 +61922,7 @@ components: LLMObsUpdatePromptVersionDataAttributes: additionalProperties: false description: >- - Attributes for updating an LLM Observability prompt version. At least one of `description`, `labels`, or `env_ids` must be provided; all three attributes are optional individually. + Attributes for updating an Agent Observability prompt version. At least one of `description`, `labels`, or `env_ids` must be provided; all three attributes are optional individually. minProperties: 1 properties: description: @@ -61925,7 +61942,7 @@ components: type: array type: object LLMObsUpdatePromptVersionRequest: - description: Request to update an LLM Observability prompt version's metadata or feature-flag environments. + description: Request to update an Agent Observability prompt version's metadata or feature-flag environments. properties: data: $ref: "#/components/schemas/LLMObsUpdatePromptVersionData" @@ -90311,6 +90328,180 @@ components: $ref: "#/components/schemas/RumRetentionFilterData" type: array type: object + RumRetentionQuotaAdaptiveConfig: + description: The configuration used when `mode` is `adaptive`. + properties: + max_retention_rate: + description: The maximum fraction of sessions to retain, in the range `(0, 1]`. + example: 0.5 + exclusiveMinimum: true + format: double + maximum: 1 + minimum: 0 + type: number + required: + - max_retention_rate + type: object + RumRetentionQuotaConfigAttributes: + description: The RUM retention quota configuration properties. + properties: + adaptive: + $ref: "#/components/schemas/RumRetentionQuotaAdaptiveConfig" + custom: + $ref: "#/components/schemas/RumRetentionQuotaCustomConfig" + mode: + $ref: "#/components/schemas/RumRetentionQuotaMode" + org_id: + description: The ID of the organization the retention quota configuration belongs to. + example: 2 + format: int64 + type: integer + updated_at: + description: The date the retention quota configuration was last updated. + example: "2026-03-04T15:37:54.951447Z" + format: date-time + type: string + updated_by: + description: The handle of the user who last updated the retention quota configuration. + example: test@example.com + type: string + required: + - mode + - org_id + type: object + RumRetentionQuotaConfigData: + description: The RUM retention quota configuration object. + properties: + attributes: + $ref: "#/components/schemas/RumRetentionQuotaConfigAttributes" + id: + description: The identifier of the scope the retention quota configuration applies to. + example: cd73a516-a481-4af5-8352-9b577465c77b + type: string + type: + $ref: "#/components/schemas/RumRetentionQuotaConfigType" + required: + - id + - type + - attributes + type: object + RumRetentionQuotaConfigResponse: + description: The RUM retention quota configuration response. + properties: + data: + $ref: "#/components/schemas/RumRetentionQuotaConfigData" + required: + - data + type: object + RumRetentionQuotaConfigType: + default: rum_quota_config + description: The type of the resource, always `rum_quota_config`. + enum: + - rum_quota_config + example: rum_quota_config + type: string + x-enum-varnames: ["RUM_QUOTA_CONFIG"] + RumRetentionQuotaConfigUpdateAttributes: + description: The RUM retention quota configuration properties to create or update. + properties: + adaptive: + $ref: "#/components/schemas/RumRetentionQuotaAdaptiveConfig" + custom: + $ref: "#/components/schemas/RumRetentionQuotaCustomConfig" + mode: + $ref: "#/components/schemas/RumRetentionQuotaMode" + required: + - mode + type: object + RumRetentionQuotaConfigUpdateData: + description: The RUM retention quota configuration to create or update. + properties: + attributes: + $ref: "#/components/schemas/RumRetentionQuotaConfigUpdateAttributes" + id: + description: |- + The identifier of the scope the retention quota configuration applies to. + Must match `scope_id` in the path. + example: cd73a516-a481-4af5-8352-9b577465c77b + type: string + type: + $ref: "#/components/schemas/RumRetentionQuotaConfigType" + required: + - id + - type + - attributes + type: object + RumRetentionQuotaConfigUpdateRequest: + description: The body of a request to create or update a RUM retention quota configuration. + properties: + data: + $ref: "#/components/schemas/RumRetentionQuotaConfigUpdateData" + required: + - data + type: object + RumRetentionQuotaCustomConfig: + description: The configuration used when `mode` is `custom`. + properties: + daily_reset_time: + description: The time of day when the daily quota resets, in `HH:MM` 24-hour format. + example: "08:00" + pattern: "^([01]\\d|2[0-3]):[0-5]\\d$" + type: string + daily_reset_timezone: + description: The timezone offset used for the daily reset time, in `±HH:MM` format. + example: "+09:00" + pattern: "^[+-](0\\d|1[0-4]):[0-5]\\d$" + type: string + quota_reached_action: + $ref: "#/components/schemas/RumRetentionQuotaReachedAction" + session_limit: + description: The maximum number of sessions allowed within the window. Must be at least `1000`. + example: 1000000 + format: int64 + minimum: 1000 + type: integer + window_type: + $ref: "#/components/schemas/RumRetentionQuotaWindowType" + required: + - window_type + - session_limit + - daily_reset_time + - daily_reset_timezone + - quota_reached_action + type: object + RumRetentionQuotaMode: + description: |- + The retention quota mode. `custom` enforces a fixed session limit, while + `adaptive` dynamically adjusts retention. + enum: + - custom + - adaptive + example: custom + type: string + x-enum-varnames: ["CUSTOM", "ADAPTIVE"] + RumRetentionQuotaReachedAction: + description: The action to take when the session quota is reached. + enum: + - stop + - slowdown + example: stop + type: string + x-enum-varnames: ["STOP", "SLOWDOWN"] + RumRetentionQuotaScopeType: + default: application + description: The type of scope the retention quota configuration applies to. + enum: + - application + example: application + type: string + x-enum-varnames: ["APPLICATION"] + RumRetentionQuotaWindowType: + description: The window type over which the session limit is enforced. + enum: + - daily + example: daily + type: string + x-enum-varnames: ["DAILY"] RumSdkConfigAllowedTracingUrlList: description: A list of URL configurations for distributed tracing. items: @@ -120924,7 +121115,7 @@ paths: If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/). /api/unstable/llm-obs/config/evaluators/custom: get: - description: List all custom LLM Observability evaluator configurations for the organization. + description: List all custom Agent Observability evaluator configurations for the organization. operationId: ListLLMObsCustomEvalConfigs responses: "200": @@ -120985,7 +121176,7 @@ paths: If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/). /api/unstable/llm-obs/config/evaluators/custom/{eval_name}: delete: - description: Delete a custom LLM Observability evaluator configuration by its name. + description: Delete a custom Agent Observability evaluator configuration by its name. operationId: DeleteLLMObsCustomEvalConfig parameters: - $ref: "#/components/parameters/LLMObsEvalNamePathParameter" @@ -121028,7 +121219,7 @@ paths: **Note**: This endpoint is in preview and is subject to change. If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/). get: - description: Retrieve a custom LLM Observability evaluator configuration by its name. + description: Retrieve a custom Agent Observability evaluator configuration by its name. operationId: GetLLMObsCustomEvalConfig parameters: - $ref: "#/components/parameters/LLMObsEvalNamePathParameter" @@ -121102,7 +121293,7 @@ paths: **Note**: This endpoint is in preview and is subject to change. If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/). put: - description: Create or update a custom LLM Observability evaluator configuration by its name. + description: Create or update a custom Agent Observability evaluator configuration by its name. operationId: UpdateLLMObsCustomEvalConfig parameters: - $ref: "#/components/parameters/LLMObsEvalNamePathParameter" @@ -159689,7 +159880,7 @@ paths: security: - apiKeyAuth: [] appKeyAuth: [] - summary: List LLM Observability annotation queues + summary: List Agent Observability annotation queues tags: - LLM Observability x-unstable: |- @@ -159785,7 +159976,7 @@ paths: security: - apiKeyAuth: [] appKeyAuth: [] - summary: Create an LLM Observability annotation queue + summary: Create an Agent Observability annotation queue tags: - LLM Observability x-unstable: |- @@ -159823,7 +160014,7 @@ paths: security: - apiKeyAuth: [] appKeyAuth: [] - summary: Delete an LLM Observability annotation queue + summary: Delete an Agent Observability annotation queue tags: - LLM Observability x-unstable: |- @@ -159901,7 +160092,7 @@ paths: security: - apiKeyAuth: [] appKeyAuth: [] - summary: Update an LLM Observability annotation queue + summary: Update an Agent Observability annotation queue tags: - LLM Observability x-unstable: |- @@ -160539,7 +160730,7 @@ paths: /api/v2/llm-obs/v1/experimentation/analytics: post: description: |- - Execute an analytics aggregation over LLM Observability experimentation data. + Execute an analytics aggregation over Agent Observability experimentation data. Use this endpoint to compute metrics (for example average eval scores) grouped by fields such as `span_id` or `experiment_id`. At least one `compute` definition and one `index` must be provided. @@ -160617,7 +160808,7 @@ paths: security: - apiKeyAuth: [] appKeyAuth: [] - summary: Aggregate LLM Observability experimentation + summary: Aggregate Agent Observability experimentation tags: - LLM Observability x-unstable: |- @@ -160626,7 +160817,7 @@ paths: /api/v2/llm-obs/v1/experimentation/search: post: description: |- - Search across LLM Observability experimentation entities — projects, datasets, dataset records, experiments, and experiment runs — using cursor-based pagination. + Search across Agent Observability experimentation entities — projects, datasets, dataset records, experiments, and experiment runs — using cursor-based pagination. The `filter.scope` field controls which entity types are returned. At least one valid scope must be provided. @@ -160727,7 +160918,7 @@ paths: security: - apiKeyAuth: [] appKeyAuth: [] - summary: Search LLM Observability experimentation entities + summary: Search Agent Observability experimentation tags: - LLM Observability x-unstable: |- @@ -160736,7 +160927,7 @@ paths: /api/v2/llm-obs/v1/experimentation/simple-search: post: description: |- - Search across LLM Observability experimentation entities using offset-based (page-number) pagination. + Search across Agent Observability experimentation entities using offset-based (page-number) pagination. Use this endpoint when you need total page count or want to navigate to a specific page number. The `filter.scope` field controls which entity types are returned. At least one valid scope must be provided. @@ -160828,7 +161019,7 @@ paths: If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/). /api/v2/llm-obs/v1/experiments: get: - description: List all LLM Observability experiments sorted by creation date, newest first. + description: List all Agent Observability experiments sorted by creation date, newest first. operationId: ListLLMObsExperiments parameters: - description: Filter experiments by project ID. Required if `filter[dataset_id]` is not provided. @@ -160945,14 +161136,14 @@ paths: security: - apiKeyAuth: [] appKeyAuth: [] - summary: List LLM Observability experiments + summary: List Agent Observability experiments tags: - LLM Observability x-unstable: |- **Note**: This endpoint is in preview and is subject to change. If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/). post: - description: Create a new LLM Observability experiment. + description: Create a new Agent Observability experiment. operationId: CreateLLMObsExperiment requestBody: content: @@ -161036,7 +161227,7 @@ paths: security: - apiKeyAuth: [] appKeyAuth: [] - summary: Create an LLM Observability experiment + summary: Create an Agent Observability experiment tags: - LLM Observability x-unstable: |- @@ -161044,7 +161235,7 @@ paths: If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/). /api/v2/llm-obs/v1/experiments/delete: post: - description: Delete one or more LLM Observability experiments. + description: Delete one or more Agent Observability experiments. operationId: DeleteLLMObsExperiments requestBody: content: @@ -161087,7 +161278,7 @@ paths: security: - apiKeyAuth: [] appKeyAuth: [] - summary: Delete LLM Observability experiments + summary: Delete Agent Observability experiments tags: - LLM Observability x-unstable: |- @@ -161095,7 +161286,7 @@ paths: If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/). /api/v2/llm-obs/v1/experiments/{experiment_id}: patch: - description: Partially update an existing LLM Observability experiment. + description: Partially update an existing Agent Observability experiment. operationId: UpdateLLMObsExperiment parameters: - $ref: "#/components/parameters/LLMObsExperimentIDPathParameter" @@ -161162,7 +161353,7 @@ paths: security: - apiKeyAuth: [] appKeyAuth: [] - summary: Update an LLM Observability experiment + summary: Update an Agent Observability experiment tags: - LLM Observability x-unstable: |- @@ -161233,14 +161424,14 @@ paths: security: - apiKeyAuth: [] appKeyAuth: [] - summary: List LLM Observability experiment spans (v1) + summary: List Agent Observability experiment spans (v1) tags: - LLM Observability x-unstable: |- **Note**: This endpoint is in preview and is subject to change. If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/). post: - description: Push spans and metrics for an LLM Observability experiment. + description: Push spans and metrics for an Agent Observability experiment. operationId: CreateLLMObsExperimentEvents parameters: - $ref: "#/components/parameters/LLMObsExperimentIDPathParameter" @@ -161304,7 +161495,7 @@ paths: security: - apiKeyAuth: [] appKeyAuth: [] - summary: Push events for an LLM Observability experiment + summary: Push events for an Agent Observability experiment tags: - LLM Observability x-unstable: |- @@ -161505,7 +161696,7 @@ paths: If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/). /api/v2/llm-obs/v1/projects: get: - description: List all LLM Observability projects sorted by creation date, newest first. + description: List all Agent Observability projects sorted by creation date, newest first. operationId: ListLLMObsProjects parameters: - description: Filter projects by project ID. @@ -161570,14 +161761,14 @@ paths: security: - apiKeyAuth: [] appKeyAuth: [] - summary: List LLM Observability projects + summary: List Agent Observability projects tags: - LLM Observability x-unstable: |- **Note**: This endpoint is in preview and is subject to change. If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/). post: - description: Create a new LLM Observability project. Returns the existing project if a name conflict occurs. + description: Create a new Agent Observability project. Returns the existing project if a name conflict occurs. operationId: CreateLLMObsProject requestBody: content: @@ -161651,7 +161842,7 @@ paths: security: - apiKeyAuth: [] appKeyAuth: [] - summary: Create an LLM Observability project + summary: Create an Agent Observability project tags: - LLM Observability x-unstable: |- @@ -161659,7 +161850,7 @@ paths: If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/). /api/v2/llm-obs/v1/projects/delete: post: - description: Delete one or more LLM Observability projects. + description: Delete one or more Agent Observability projects. operationId: DeleteLLMObsProjects requestBody: content: @@ -161702,7 +161893,7 @@ paths: security: - apiKeyAuth: [] appKeyAuth: [] - summary: Delete LLM Observability projects + summary: Delete Agent Observability projects tags: - LLM Observability x-unstable: |- @@ -161710,7 +161901,7 @@ paths: If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/). /api/v2/llm-obs/v1/projects/{project_id}: patch: - description: Partially update an existing LLM Observability project. + description: Partially update an existing Agent Observability project. operationId: UpdateLLMObsProject parameters: - $ref: "#/components/parameters/LLMObsProjectIDPathParameter" @@ -161773,7 +161964,7 @@ paths: security: - apiKeyAuth: [] appKeyAuth: [] - summary: Update an LLM Observability project + summary: Update an Agent Observability project tags: - LLM Observability x-unstable: |- @@ -161781,7 +161972,7 @@ paths: If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/). /api/v2/llm-obs/v1/prompts: get: - description: List all LLM Observability prompts in the prompt registry for the organization. + description: List all Agent Observability prompts in the prompt registry for the organization. operationId: ListLLMObsPrompts parameters: - description: Optional filter for prompts by prompt ID. @@ -161831,7 +162022,7 @@ paths: security: - apiKeyAuth: [] appKeyAuth: [] - summary: List LLM Observability prompts + summary: List Agent Observability prompts tags: - LLM Observability x-permission: @@ -161842,7 +162033,7 @@ paths: **Note**: This endpoint is in preview and is subject to change. If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/). post: - description: Create a new prompt (and its first version) in the LLM Observability prompt registry. + description: Create a new prompt (and its first version) in the Agent Observability prompt registry. operationId: CreateLLMObsPrompt requestBody: content: @@ -161918,7 +162109,7 @@ paths: security: - apiKeyAuth: [] appKeyAuth: [] - summary: Create an LLM Observability prompt + summary: Create an Agent Observability prompt tags: - LLM Observability x-permission: @@ -161935,7 +162126,7 @@ paths: /api/v2/llm-obs/v1/prompts/{prompt_id}: delete: description: >- - Soft-delete an LLM Observability prompt. The prompt's version rows are retained, but they are no longer accessible through the public prompt registry endpoints. + Soft-delete an Agent Observability prompt. The prompt's version rows are retained, but they are no longer accessible through the public prompt registry endpoints. operationId: DeleteLLMObsPrompt parameters: - $ref: "#/components/parameters/LLMObsPromptIDPathParameter" @@ -161978,7 +162169,7 @@ paths: security: - apiKeyAuth: [] appKeyAuth: [] - summary: Delete an LLM Observability prompt + summary: Delete an Agent Observability prompt tags: - LLM Observability x-permission: @@ -161993,7 +162184,7 @@ paths: **Note**: This endpoint is in preview and is subject to change. If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/). get: - description: Get the latest version of an LLM Observability prompt by prompt ID. + description: Get the latest version of an Agent Observability prompt by prompt ID. operationId: GetLLMObsPrompt parameters: - $ref: "#/components/parameters/LLMObsPromptIDPathParameter" @@ -162043,7 +162234,7 @@ paths: security: - apiKeyAuth: [] appKeyAuth: [] - summary: Get an LLM Observability prompt + summary: Get an Agent Observability prompt tags: - LLM Observability x-permission: @@ -162054,7 +162245,7 @@ paths: **Note**: This endpoint is in preview and is subject to change. If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/). patch: - description: Update the title, the description, or both, for an LLM Observability prompt. + description: Update the title, the description, or both, for an Agent Observability prompt. operationId: UpdateLLMObsPrompt parameters: - $ref: "#/components/parameters/LLMObsPromptIDPathParameter" @@ -162126,7 +162317,7 @@ paths: security: - apiKeyAuth: [] appKeyAuth: [] - summary: Update an LLM Observability prompt + summary: Update an Agent Observability prompt tags: - LLM Observability x-permission: @@ -162143,7 +162334,7 @@ paths: /api/v2/llm-obs/v1/prompts/{prompt_id}/versions: get: description: >- - List all versions of an LLM Observability prompt, ordered newest to oldest. If the prompt does not exist, is not registered, or is archived, the response contains an empty list. + List all versions of an Agent Observability prompt, ordered newest to oldest. If the prompt does not exist, is not registered, or is archived, the response contains an empty list. operationId: ListLLMObsPromptVersions parameters: - $ref: "#/components/parameters/LLMObsPromptIDPathParameter" @@ -162195,7 +162386,7 @@ paths: security: - apiKeyAuth: [] appKeyAuth: [] - summary: List versions of an LLM Observability prompt + summary: List versions of an Agent Observability prompt tags: - LLM Observability x-permission: @@ -162206,7 +162397,7 @@ paths: **Note**: This endpoint is in preview and is subject to change. If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/). post: - description: Create a new version of an existing LLM Observability prompt. + description: Create a new version of an existing Agent Observability prompt. operationId: CreateLLMObsPromptVersion parameters: - $ref: "#/components/parameters/LLMObsPromptIDPathParameter" @@ -162284,7 +162475,7 @@ paths: security: - apiKeyAuth: [] appKeyAuth: [] - summary: Create a new LLM Observability prompt version + summary: Create a new Agent Observability prompt version tags: - LLM Observability x-permission: @@ -162300,7 +162491,7 @@ paths: If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/). /api/v2/llm-obs/v1/prompts/{prompt_id}/versions/{version}: get: - description: Get the full template of a single, specific version of an LLM Observability prompt. + description: Get the full template of a single, specific version of an Agent Observability prompt. operationId: GetLLMObsPromptVersion parameters: - $ref: "#/components/parameters/LLMObsPromptIDPathParameter" @@ -162360,7 +162551,7 @@ paths: security: - apiKeyAuth: [] appKeyAuth: [] - summary: Get a specific LLM Observability prompt version + summary: Get a specific Agent Observability prompt version tags: - LLM Observability x-permission: @@ -162372,7 +162563,7 @@ paths: If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/). patch: description: >- - Update the description, the feature-flag environments, or both, for a specific version of an LLM Observability prompt. + Update the description, the feature-flag environments, or both, for a specific version of an Agent Observability prompt. operationId: UpdateLLMObsPromptVersion parameters: - $ref: "#/components/parameters/LLMObsPromptIDPathParameter" @@ -162446,7 +162637,7 @@ paths: security: - apiKeyAuth: [] appKeyAuth: [] - summary: Update a specific LLM Observability prompt version + summary: Update an Agent Observability prompt version tags: - LLM Observability x-permission: @@ -162462,7 +162653,7 @@ paths: If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/). /api/v2/llm-obs/v1/spans/events: get: - description: List LLM Observability spans matching the specified filters. + description: List Agent Observability spans matching the specified filters. operationId: ListLLMObsSpans parameters: - description: Start of the time range. Accepts ISO 8601 or relative format (e.g., `now-15m`). Defaults to `now-15m`. @@ -162478,7 +162669,7 @@ paths: example: "now" type: string - description: >- - Search query using LLM Observability query syntax. Supports attribute filters using the field:value syntax (e.g. session_id, trace_id, ml_app, meta.span.kind). When provided, structured field filters (`filter[span_id]`, `filter[trace_id]`, etc.) are ignored. + Search query using Agent Observability query syntax. Supports attribute filters using the field:value syntax (e.g. session_id, trace_id, ml_app, meta.span.kind). When provided, structured field filters (`filter[span_id]`, `filter[trace_id]`, etc.) are ignored. in: query name: filter[query] schema: @@ -162605,7 +162796,7 @@ paths: security: - apiKeyAuth: [] appKeyAuth: [] - summary: List LLM Observability spans + summary: List Agent Observability spans tags: - LLM Observability x-unstable: |- @@ -162613,7 +162804,7 @@ paths: If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/). /api/v2/llm-obs/v1/spans/events/search: post: - description: Search LLM Observability spans using structured filters in the request body. + description: Search Agent Observability spans using structured filters in the request body. operationId: SearchLLMObsSpans requestBody: content: @@ -162704,7 +162895,7 @@ paths: security: - apiKeyAuth: [] appKeyAuth: [] - summary: Search LLM Observability spans + summary: Search Agent Observability spans tags: - LLM Observability x-unstable: |- @@ -163438,7 +163629,7 @@ paths: If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/). /api/v2/llm-obs/v1/{project_id}/datasets: get: - description: List all LLM Observability datasets for a project, sorted by creation date, newest first. + description: List all Agent Observability datasets for a project, sorted by creation date, newest first. operationId: ListLLMObsDatasets parameters: - $ref: "#/components/parameters/LLMObsProjectIDPathParameter" @@ -163512,14 +163703,14 @@ paths: security: - apiKeyAuth: [] appKeyAuth: [] - summary: List LLM Observability datasets + summary: List Agent Observability datasets tags: - LLM Observability x-unstable: |- **Note**: This endpoint is in preview and is subject to change. If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/). post: - description: Create a new LLM Observability dataset within the specified project. + description: Create a new Agent Observability dataset within the specified project. operationId: CreateLLMObsDataset parameters: - $ref: "#/components/parameters/LLMObsProjectIDPathParameter" @@ -163605,7 +163796,7 @@ paths: security: - apiKeyAuth: [] appKeyAuth: [] - summary: Create an LLM Observability dataset + summary: Create an Agent Observability dataset tags: - LLM Observability x-unstable: |- @@ -163613,7 +163804,7 @@ paths: If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/). /api/v2/llm-obs/v1/{project_id}/datasets/delete: post: - description: Delete one or more LLM Observability datasets within the specified project. + description: Delete one or more Agent Observability datasets within the specified project. operationId: DeleteLLMObsDatasets parameters: - $ref: "#/components/parameters/LLMObsProjectIDPathParameter" @@ -163664,7 +163855,7 @@ paths: security: - apiKeyAuth: [] appKeyAuth: [] - summary: Delete LLM Observability datasets + summary: Delete Agent Observability datasets tags: - LLM Observability x-unstable: |- @@ -163672,7 +163863,7 @@ paths: If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/). /api/v2/llm-obs/v1/{project_id}/datasets/{dataset_id}: patch: - description: Partially update an existing LLM Observability dataset within the specified project. + description: Partially update an existing Agent Observability dataset within the specified project. operationId: UpdateLLMObsDataset parameters: - $ref: "#/components/parameters/LLMObsProjectIDPathParameter" @@ -163738,7 +163929,7 @@ paths: security: - apiKeyAuth: [] appKeyAuth: [] - summary: Update an LLM Observability dataset + summary: Update an Agent Observability dataset tags: - LLM Observability x-unstable: |- @@ -163749,14 +163940,14 @@ paths: description: Insert, update, and delete records in a single dataset operation. By default, a new dataset version is created when the batch is applied. operationId: BatchUpdateLLMObsDataset parameters: - - description: The ID of the LLM Observability project. + - description: The ID of the Agent Observability project. example: "a33671aa-24fd-4dcd-9b33-a8ec7dde7751" in: path name: project_id required: true schema: type: string - - description: The ID of the LLM Observability dataset. + - description: The ID of the Agent Observability dataset. example: "9f64e5c7-dc5a-45c8-a17c-1b85f0bec97d" in: path name: dataset_id @@ -163853,7 +164044,7 @@ paths: security: - apiKeyAuth: [] appKeyAuth: [] - summary: Batch update LLM Observability dataset records + summary: Batch update Agent Observability dataset records tags: - LLM Observability x-unstable: |- @@ -163864,14 +164055,14 @@ paths: description: Clone a dataset, copying its current records into a new dataset within the same project. operationId: CloneLLMObsDataset parameters: - - description: The ID of the LLM Observability project. + - description: The ID of the Agent Observability project. example: "a33671aa-24fd-4dcd-9b33-a8ec7dde7751" in: path name: project_id required: true schema: type: string - - description: The ID of the source LLM Observability dataset to clone. + - description: The ID of the source Agent Observability dataset to clone. example: "9f64e5c7-dc5a-45c8-a17c-1b85f0bec97d" in: path name: dataset_id @@ -163949,7 +164140,7 @@ paths: security: - apiKeyAuth: [] appKeyAuth: [] - summary: Clone an LLM Observability dataset + summary: Clone an Agent Observability dataset tags: - LLM Observability x-unstable: |- @@ -163960,14 +164151,14 @@ paths: description: Retrieve the draft state of a dataset, including whether it is currently locked for editing and which user holds the lock. operationId: GetLLMObsDatasetDraftState parameters: - - description: The ID of the LLM Observability project. + - description: The ID of the Agent Observability project. example: "a33671aa-24fd-4dcd-9b33-a8ec7dde7751" in: path name: project_id required: true schema: type: string - - description: The ID of the LLM Observability dataset. + - description: The ID of the Agent Observability dataset. example: "9f64e5c7-dc5a-45c8-a17c-1b85f0bec97d" in: path name: dataset_id @@ -164029,7 +164220,7 @@ paths: security: - apiKeyAuth: [] appKeyAuth: [] - summary: Get LLM Observability dataset draft state + summary: Get Agent Observability dataset draft state tags: - LLM Observability x-unstable: |- @@ -164040,14 +164231,14 @@ paths: description: Acquire the draft lock on a dataset for the calling user. The lock prevents other users from concurrently editing the dataset draft. operationId: LockLLMObsDatasetDraftState parameters: - - description: The ID of the LLM Observability project. + - description: The ID of the Agent Observability project. example: "a33671aa-24fd-4dcd-9b33-a8ec7dde7751" in: path name: project_id required: true schema: type: string - - description: The ID of the LLM Observability dataset. + - description: The ID of the Agent Observability dataset. example: "9f64e5c7-dc5a-45c8-a17c-1b85f0bec97d" in: path name: dataset_id @@ -164109,7 +164300,7 @@ paths: security: - apiKeyAuth: [] appKeyAuth: [] - summary: Lock LLM Observability dataset draft state + summary: Lock Agent Observability dataset draft state tags: - LLM Observability x-unstable: |- @@ -164120,14 +164311,14 @@ paths: description: Release the draft lock on a dataset held by the calling user, allowing other users to edit the dataset draft. operationId: UnlockLLMObsDatasetDraftState parameters: - - description: The ID of the LLM Observability project. + - description: The ID of the Agent Observability project. example: "a33671aa-24fd-4dcd-9b33-a8ec7dde7751" in: path name: project_id required: true schema: type: string - - description: The ID of the LLM Observability dataset. + - description: The ID of the Agent Observability dataset. example: "9f64e5c7-dc5a-45c8-a17c-1b85f0bec97d" in: path name: dataset_id @@ -164172,7 +164363,7 @@ paths: security: - apiKeyAuth: [] appKeyAuth: [] - summary: Unlock LLM Observability dataset draft state + summary: Unlock Agent Observability dataset draft state tags: - LLM Observability x-unstable: |- @@ -164183,14 +164374,14 @@ paths: description: Download the contents of a dataset as a CSV file. The download is streamed and includes one row per dataset record. operationId: ExportLLMObsDataset parameters: - - description: The ID of the LLM Observability project. + - description: The ID of the Agent Observability project. example: "a33671aa-24fd-4dcd-9b33-a8ec7dde7751" in: path name: project_id required: true schema: type: string - - description: The ID of the LLM Observability dataset. + - description: The ID of the Agent Observability dataset. example: "9f64e5c7-dc5a-45c8-a17c-1b85f0bec97d" in: path name: dataset_id @@ -164254,7 +164445,7 @@ paths: security: - apiKeyAuth: [] appKeyAuth: [] - summary: Export an LLM Observability dataset + summary: Export an Agent Observability dataset tags: - LLM Observability x-unstable: |- @@ -164262,7 +164453,7 @@ paths: If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/). /api/v2/llm-obs/v1/{project_id}/datasets/{dataset_id}/records: get: - description: List all records in an LLM Observability dataset, sorted by creation date, newest first. + description: List all records in an Agent Observability dataset, sorted by creation date, newest first. operationId: ListLLMObsDatasetRecords parameters: - $ref: "#/components/parameters/LLMObsProjectIDPathParameter" @@ -164333,14 +164524,14 @@ paths: security: - apiKeyAuth: [] appKeyAuth: [] - summary: List LLM Observability dataset records + summary: List Agent Observability dataset records tags: - LLM Observability x-unstable: |- **Note**: This endpoint is in preview and is subject to change. If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/). patch: - description: Update one or more existing records in an LLM Observability dataset. + description: Update one or more existing records in an Agent Observability dataset. operationId: UpdateLLMObsDatasetRecords parameters: - $ref: "#/components/parameters/LLMObsProjectIDPathParameter" @@ -164410,14 +164601,14 @@ paths: security: - apiKeyAuth: [] appKeyAuth: [] - summary: Update LLM Observability dataset records + summary: Update Agent Observability dataset records tags: - LLM Observability x-unstable: |- **Note**: This endpoint is in preview and is subject to change. If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/). post: - description: Append one or more records to an LLM Observability dataset. + description: Append one or more records to an Agent Observability dataset. operationId: CreateLLMObsDatasetRecords parameters: - $ref: "#/components/parameters/LLMObsProjectIDPathParameter" @@ -164504,7 +164695,7 @@ paths: security: - apiKeyAuth: [] appKeyAuth: [] - summary: Append records to an LLM Observability dataset + summary: Append records to an Agent Observability dataset tags: - LLM Observability x-unstable: |- @@ -164512,7 +164703,7 @@ paths: If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/). /api/v2/llm-obs/v1/{project_id}/datasets/{dataset_id}/records/delete: post: - description: Delete one or more records from an LLM Observability dataset. + description: Delete one or more records from an Agent Observability dataset. operationId: DeleteLLMObsDatasetRecords parameters: - $ref: "#/components/parameters/LLMObsProjectIDPathParameter" @@ -164564,7 +164755,7 @@ paths: security: - apiKeyAuth: [] appKeyAuth: [] - summary: Delete LLM Observability dataset records + summary: Delete Agent Observability dataset records tags: - LLM Observability x-unstable: |- @@ -164575,14 +164766,14 @@ paths: description: Restore a dataset to a previous version. The dataset's current version is bumped, and its records are replaced with the records from the specified prior version. operationId: RestoreLLMObsDatasetVersion parameters: - - description: The ID of the LLM Observability project. + - description: The ID of the Agent Observability project. example: "a33671aa-24fd-4dcd-9b33-a8ec7dde7751" in: path name: project_id required: true schema: type: string - - description: The ID of the LLM Observability dataset. + - description: The ID of the Agent Observability dataset. example: "9f64e5c7-dc5a-45c8-a17c-1b85f0bec97d" in: path name: dataset_id @@ -164642,7 +164833,7 @@ paths: security: - apiKeyAuth: [] appKeyAuth: [] - summary: Restore an LLM Observability dataset version + summary: Restore an Agent Observability dataset version tags: - LLM Observability x-unstable: |- @@ -164653,14 +164844,14 @@ paths: description: List the active versions of a dataset. A version is created each time a dataset is referenced by an experiment run. operationId: ListLLMObsDatasetVersions parameters: - - description: The ID of the LLM Observability project. + - description: The ID of the Agent Observability project. example: "a33671aa-24fd-4dcd-9b33-a8ec7dde7751" in: path name: project_id required: true schema: type: string - - description: The ID of the LLM Observability dataset. + - description: The ID of the Agent Observability dataset. example: "9f64e5c7-dc5a-45c8-a17c-1b85f0bec97d" in: path name: dataset_id @@ -164725,7 +164916,7 @@ paths: security: - apiKeyAuth: [] appKeyAuth: [] - summary: List LLM Observability dataset versions + summary: List Agent Observability dataset versions tags: - LLM Observability x-unstable: |- @@ -164799,7 +164990,7 @@ paths: security: - apiKeyAuth: [] appKeyAuth: [] - summary: List LLM Observability experiment events (v2) + summary: List Agent Observability experiment events (v2) tags: - LLM Observability x-unstable: |- @@ -164817,14 +165008,14 @@ paths: - `error`: terminal event with a JSON body containing an error `message`. operationId: UploadLLMObsDatasetRecordsFile parameters: - - description: The ID of the LLM Observability project. + - description: The ID of the Agent Observability project. example: "a33671aa-24fd-4dcd-9b33-a8ec7dde7751" in: path name: project_id required: true schema: type: string - - description: The ID of the LLM Observability dataset. + - description: The ID of the Agent Observability dataset. example: "9f64e5c7-dc5a-45c8-a17c-1b85f0bec97d" in: path name: dataset_id @@ -164904,7 +165095,7 @@ paths: security: - apiKeyAuth: [] appKeyAuth: [] - summary: Upload records to an LLM Observability dataset + summary: Upload records to an Agent Observability dataset tags: - LLM Observability x-unstable: |- @@ -164990,7 +165181,7 @@ paths: security: - apiKeyAuth: [] appKeyAuth: [] - summary: List events for an LLM Observability experiment + summary: List events for an Agent Observability experiment tags: - LLM Observability x-unstable: |- @@ -184287,6 +184478,199 @@ paths: tags: - Rum Metrics x-codegen-request-body-name: body + /api/v2/rum/config/retention-quota/{scope_type}/{scope_id}: + delete: + description: Delete the RUM retention quota configuration for a given scope. + operationId: DeleteRumQuotaConfig + parameters: + - $ref: "#/components/parameters/RumRetentionQuotaScopeTypeParameter" + - $ref: "#/components/parameters/RumRetentionQuotaScopeIDParameter" + responses: + "204": + description: No Content + "400": + content: + application/json: + schema: + $ref: "#/components/schemas/JSONAPIErrorResponse" + description: Bad Request + "401": + content: + application/json: + schema: + $ref: "#/components/schemas/JSONAPIErrorResponse" + description: Unauthorized + "403": + content: + application/json: + schema: + $ref: "#/components/schemas/JSONAPIErrorResponse" + description: Forbidden + "404": + content: + application/json: + schema: + $ref: "#/components/schemas/JSONAPIErrorResponse" + description: Not Found + "429": + $ref: "#/components/responses/TooManyRequestsResponse" + summary: Delete a RUM retention quota configuration + tags: + - RUM Retention Quota + x-permission: + operator: OR + permissions: + - rum_retention_filters_write + get: + description: Get the RUM retention quota configuration for a given scope. + operationId: GetRumQuotaConfig + parameters: + - $ref: "#/components/parameters/RumRetentionQuotaScopeTypeParameter" + - $ref: "#/components/parameters/RumRetentionQuotaScopeIDParameter" + responses: + "200": + content: + application/json: + examples: + default: + value: + data: + attributes: + custom: + daily_reset_time: "08:00" + daily_reset_timezone: "+09:00" + quota_reached_action: stop + session_limit: 1000000 + window_type: daily + mode: custom + org_id: 2 + updated_at: "2026-03-04T15:37:54.951447Z" + updated_by: test@example.com + id: cd73a516-a481-4af5-8352-9b577465c77b + type: rum_quota_config + schema: + $ref: "#/components/schemas/RumRetentionQuotaConfigResponse" + description: OK + "400": + content: + application/json: + schema: + $ref: "#/components/schemas/JSONAPIErrorResponse" + description: Bad Request + "401": + content: + application/json: + schema: + $ref: "#/components/schemas/JSONAPIErrorResponse" + description: Unauthorized + "403": + content: + application/json: + schema: + $ref: "#/components/schemas/JSONAPIErrorResponse" + description: Forbidden + "404": + content: + application/json: + schema: + $ref: "#/components/schemas/JSONAPIErrorResponse" + description: Not Found + "429": + $ref: "#/components/responses/TooManyRequestsResponse" + summary: Get a RUM retention quota configuration + tags: + - RUM Retention Quota + x-permission: + operator: OR + permissions: + - rum_retention_filters_read + put: + description: |- + Create or update the RUM retention quota configuration for a given scope. + Returns the retention quota configuration object when the request is successful. + operationId: UpsertRumQuotaConfig + parameters: + - $ref: "#/components/parameters/RumRetentionQuotaScopeTypeParameter" + - $ref: "#/components/parameters/RumRetentionQuotaScopeIDParameter" + requestBody: + content: + application/json: + examples: + default: + value: + data: + attributes: + custom: + daily_reset_time: "08:00" + daily_reset_timezone: "+09:00" + quota_reached_action: stop + session_limit: 1000000 + window_type: daily + mode: custom + id: cd73a516-a481-4af5-8352-9b577465c77b + type: rum_quota_config + schema: + $ref: "#/components/schemas/RumRetentionQuotaConfigUpdateRequest" + description: The definition of the RUM retention quota configuration to create or update. + required: true + responses: + "200": + content: + application/json: + examples: + default: + value: + data: + attributes: + custom: + daily_reset_time: "08:00" + daily_reset_timezone: "+09:00" + quota_reached_action: stop + session_limit: 1000000 + window_type: daily + mode: custom + org_id: 2 + updated_at: "2026-03-04T21:52:53.526022Z" + updated_by: test@example.com + id: cd73a516-a481-4af5-8352-9b577465c77b + type: rum_quota_config + schema: + $ref: "#/components/schemas/RumRetentionQuotaConfigResponse" + description: OK + "400": + content: + application/json: + schema: + $ref: "#/components/schemas/JSONAPIErrorResponse" + description: Bad Request + "401": + content: + application/json: + schema: + $ref: "#/components/schemas/JSONAPIErrorResponse" + description: Unauthorized + "403": + content: + application/json: + schema: + $ref: "#/components/schemas/JSONAPIErrorResponse" + description: Forbidden + "404": + content: + application/json: + schema: + $ref: "#/components/schemas/JSONAPIErrorResponse" + description: Not Found + "429": + $ref: "#/components/responses/TooManyRequestsResponse" + summary: Create or update a RUM retention quota config + tags: + - RUM Retention Quota + x-codegen-request-body-name: body + x-permission: + operator: OR + permissions: + - rum_retention_filters_write /api/v2/rum/events: get: description: |- @@ -215010,7 +215394,7 @@ tags: url: "https://docs.datadoghq.com/account_management/api-app-keys/" name: Key Management - description: >- - Manage LLM Observability spans, data, projects, datasets, dataset records, experiments, prompts, and annotations. + Manage Agent Observability spans, data, projects, datasets, dataset records, experiments, prompts, and annotations. name: LLM Observability - description: |- Search your logs and send them to your Datadog platform over HTTP. See the [Log Management page](https://docs.datadoghq.com/logs/) for more information. @@ -215198,6 +215582,9 @@ tags: description: Find out more at url: https://docs.datadoghq.com/real_user_monitoring/ name: RUM Remote Config + - description: |- + Manage RUM retention quota configurations for your organization's RUM applications. + name: RUM Retention Quota - description: View and manage Reference Tables in your organization. name: Reference Tables - description: |- diff --git a/examples/v2/llm-observability/AggregateLLMObsExperimentation.java b/examples/v2/llm-observability/AggregateLLMObsExperimentation.java index 8124fd87ae9..d3fb1ed1de4 100644 --- a/examples/v2/llm-observability/AggregateLLMObsExperimentation.java +++ b/examples/v2/llm-observability/AggregateLLMObsExperimentation.java @@ -1,4 +1,4 @@ -// Aggregate LLM Observability experimentation returns "OK" response +// Aggregate Agent Observability experimentation returns "OK" response import com.datadog.api.client.ApiClient; import com.datadog.api.client.ApiException; diff --git a/examples/v2/llm-observability/BatchUpdateLLMObsDataset.java b/examples/v2/llm-observability/BatchUpdateLLMObsDataset.java index 6cbe1877526..81ca69ad174 100644 --- a/examples/v2/llm-observability/BatchUpdateLLMObsDataset.java +++ b/examples/v2/llm-observability/BatchUpdateLLMObsDataset.java @@ -1,4 +1,4 @@ -// Batch update LLM Observability dataset records returns "OK" response +// Batch update Agent Observability dataset records returns "OK" response import com.datadog.api.client.ApiClient; import com.datadog.api.client.ApiException; diff --git a/examples/v2/llm-observability/CloneLLMObsDataset.java b/examples/v2/llm-observability/CloneLLMObsDataset.java index 980d7bea56f..bbe45e40faa 100644 --- a/examples/v2/llm-observability/CloneLLMObsDataset.java +++ b/examples/v2/llm-observability/CloneLLMObsDataset.java @@ -1,4 +1,4 @@ -// Clone an LLM Observability dataset returns "OK" response +// Clone an Agent Observability dataset returns "OK" response import com.datadog.api.client.ApiClient; import com.datadog.api.client.ApiException; diff --git a/examples/v2/llm-observability/CreateLLMObsAnnotationQueue.java b/examples/v2/llm-observability/CreateLLMObsAnnotationQueue.java index 9fae258b15b..34009289c60 100644 --- a/examples/v2/llm-observability/CreateLLMObsAnnotationQueue.java +++ b/examples/v2/llm-observability/CreateLLMObsAnnotationQueue.java @@ -1,4 +1,4 @@ -// Create an LLM Observability annotation queue returns "Created" response +// Create an Agent Observability annotation queue returns "Created" response import com.datadog.api.client.ApiClient; import com.datadog.api.client.ApiException; diff --git a/examples/v2/llm-observability/CreateLLMObsDataset.java b/examples/v2/llm-observability/CreateLLMObsDataset.java index 7d0aa147f12..7b5d5f8b492 100644 --- a/examples/v2/llm-observability/CreateLLMObsDataset.java +++ b/examples/v2/llm-observability/CreateLLMObsDataset.java @@ -1,4 +1,4 @@ -// Create an LLM Observability dataset returns "OK" response +// Create an Agent Observability dataset returns "OK" response import com.datadog.api.client.ApiClient; import com.datadog.api.client.ApiException; diff --git a/examples/v2/llm-observability/CreateLLMObsDatasetRecords.java b/examples/v2/llm-observability/CreateLLMObsDatasetRecords.java index 3963136b0ae..b6c59fa859b 100644 --- a/examples/v2/llm-observability/CreateLLMObsDatasetRecords.java +++ b/examples/v2/llm-observability/CreateLLMObsDatasetRecords.java @@ -1,4 +1,4 @@ -// Append records to an LLM Observability dataset returns "OK" response +// Append records to an Agent Observability dataset returns "OK" response import com.datadog.api.client.ApiClient; import com.datadog.api.client.ApiException; diff --git a/examples/v2/llm-observability/CreateLLMObsExperiment.java b/examples/v2/llm-observability/CreateLLMObsExperiment.java index 578228a43af..a9f8e56fc5d 100644 --- a/examples/v2/llm-observability/CreateLLMObsExperiment.java +++ b/examples/v2/llm-observability/CreateLLMObsExperiment.java @@ -1,4 +1,4 @@ -// Create an LLM Observability experiment returns "OK" response +// Create an Agent Observability experiment returns "OK" response import com.datadog.api.client.ApiClient; import com.datadog.api.client.ApiException; diff --git a/examples/v2/llm-observability/CreateLLMObsExperimentEvents.java b/examples/v2/llm-observability/CreateLLMObsExperimentEvents.java index 0db03510937..221b78a43f4 100644 --- a/examples/v2/llm-observability/CreateLLMObsExperimentEvents.java +++ b/examples/v2/llm-observability/CreateLLMObsExperimentEvents.java @@ -1,4 +1,4 @@ -// Push events for an LLM Observability experiment returns "Accepted" response +// Push events for an Agent Observability experiment returns "Accepted" response import com.datadog.api.client.ApiClient; import com.datadog.api.client.ApiException; diff --git a/examples/v2/llm-observability/CreateLLMObsProject.java b/examples/v2/llm-observability/CreateLLMObsProject.java index 25f5ea3123d..25d5d6d1e52 100644 --- a/examples/v2/llm-observability/CreateLLMObsProject.java +++ b/examples/v2/llm-observability/CreateLLMObsProject.java @@ -1,4 +1,4 @@ -// Create an LLM Observability project returns "OK" response +// Create an Agent Observability project returns "OK" response import com.datadog.api.client.ApiClient; import com.datadog.api.client.ApiException; diff --git a/examples/v2/llm-observability/CreateLLMObsPrompt.java b/examples/v2/llm-observability/CreateLLMObsPrompt.java index c8eddbb8f7a..5aa824fdf78 100644 --- a/examples/v2/llm-observability/CreateLLMObsPrompt.java +++ b/examples/v2/llm-observability/CreateLLMObsPrompt.java @@ -1,4 +1,4 @@ -// Create an LLM Observability prompt returns "OK" response +// Create an Agent Observability prompt returns "OK" response import com.datadog.api.client.ApiClient; import com.datadog.api.client.ApiException; diff --git a/examples/v2/llm-observability/CreateLLMObsPromptVersion.java b/examples/v2/llm-observability/CreateLLMObsPromptVersion.java index 2b4156a38eb..e425963bdfe 100644 --- a/examples/v2/llm-observability/CreateLLMObsPromptVersion.java +++ b/examples/v2/llm-observability/CreateLLMObsPromptVersion.java @@ -1,4 +1,4 @@ -// Create a new LLM Observability prompt version returns "OK" response +// Create a new Agent Observability prompt version returns "OK" response import com.datadog.api.client.ApiClient; import com.datadog.api.client.ApiException; diff --git a/examples/v2/llm-observability/DeleteLLMObsAnnotationQueue.java b/examples/v2/llm-observability/DeleteLLMObsAnnotationQueue.java index fb447a7a7f0..72ef11d574f 100644 --- a/examples/v2/llm-observability/DeleteLLMObsAnnotationQueue.java +++ b/examples/v2/llm-observability/DeleteLLMObsAnnotationQueue.java @@ -1,4 +1,4 @@ -// Delete an LLM Observability annotation queue returns "No Content" response +// Delete an Agent Observability annotation queue returns "No Content" response import com.datadog.api.client.ApiClient; import com.datadog.api.client.ApiException; diff --git a/examples/v2/llm-observability/DeleteLLMObsDatasetRecords.java b/examples/v2/llm-observability/DeleteLLMObsDatasetRecords.java index 4006315220a..4ea8f235521 100644 --- a/examples/v2/llm-observability/DeleteLLMObsDatasetRecords.java +++ b/examples/v2/llm-observability/DeleteLLMObsDatasetRecords.java @@ -1,4 +1,4 @@ -// Delete LLM Observability dataset records returns "No Content" response +// Delete Agent Observability dataset records returns "No Content" response import com.datadog.api.client.ApiClient; import com.datadog.api.client.ApiException; diff --git a/examples/v2/llm-observability/DeleteLLMObsDatasets.java b/examples/v2/llm-observability/DeleteLLMObsDatasets.java index 5d3e5e193f3..da4607c8193 100644 --- a/examples/v2/llm-observability/DeleteLLMObsDatasets.java +++ b/examples/v2/llm-observability/DeleteLLMObsDatasets.java @@ -1,4 +1,4 @@ -// Delete LLM Observability datasets returns "No Content" response +// Delete Agent Observability datasets returns "No Content" response import com.datadog.api.client.ApiClient; import com.datadog.api.client.ApiException; diff --git a/examples/v2/llm-observability/DeleteLLMObsExperiments.java b/examples/v2/llm-observability/DeleteLLMObsExperiments.java index d9f57537234..873c3f749cf 100644 --- a/examples/v2/llm-observability/DeleteLLMObsExperiments.java +++ b/examples/v2/llm-observability/DeleteLLMObsExperiments.java @@ -1,4 +1,4 @@ -// Delete LLM Observability experiments returns "No Content" response +// Delete Agent Observability experiments returns "No Content" response import com.datadog.api.client.ApiClient; import com.datadog.api.client.ApiException; diff --git a/examples/v2/llm-observability/DeleteLLMObsProjects.java b/examples/v2/llm-observability/DeleteLLMObsProjects.java index 40e75afdc96..a6a717c3c55 100644 --- a/examples/v2/llm-observability/DeleteLLMObsProjects.java +++ b/examples/v2/llm-observability/DeleteLLMObsProjects.java @@ -1,4 +1,4 @@ -// Delete LLM Observability projects returns "No Content" response +// Delete Agent Observability projects returns "No Content" response import com.datadog.api.client.ApiClient; import com.datadog.api.client.ApiException; diff --git a/examples/v2/llm-observability/DeleteLLMObsPrompt.java b/examples/v2/llm-observability/DeleteLLMObsPrompt.java index 55a716ecdc6..160b795aee5 100644 --- a/examples/v2/llm-observability/DeleteLLMObsPrompt.java +++ b/examples/v2/llm-observability/DeleteLLMObsPrompt.java @@ -1,4 +1,4 @@ -// Delete an LLM Observability prompt returns "OK" response +// Delete an Agent Observability prompt returns "OK" response import com.datadog.api.client.ApiClient; import com.datadog.api.client.ApiException; diff --git a/examples/v2/llm-observability/ExportLLMObsDataset.java b/examples/v2/llm-observability/ExportLLMObsDataset.java index e56c0b145b0..7c1fb1947d6 100644 --- a/examples/v2/llm-observability/ExportLLMObsDataset.java +++ b/examples/v2/llm-observability/ExportLLMObsDataset.java @@ -1,4 +1,4 @@ -// Export an LLM Observability dataset returns "OK" response +// Export an Agent Observability dataset returns "OK" response import com.datadog.api.client.ApiClient; import com.datadog.api.client.ApiException; diff --git a/examples/v2/llm-observability/GetLLMObsDatasetDraftState.java b/examples/v2/llm-observability/GetLLMObsDatasetDraftState.java index 511c7d52a35..de460a65ad3 100644 --- a/examples/v2/llm-observability/GetLLMObsDatasetDraftState.java +++ b/examples/v2/llm-observability/GetLLMObsDatasetDraftState.java @@ -1,4 +1,4 @@ -// Get LLM Observability dataset draft state returns "OK" response +// Get Agent Observability dataset draft state returns "OK" response import com.datadog.api.client.ApiClient; import com.datadog.api.client.ApiException; diff --git a/examples/v2/llm-observability/GetLLMObsPrompt.java b/examples/v2/llm-observability/GetLLMObsPrompt.java index 112c2661387..ed4dcfb600c 100644 --- a/examples/v2/llm-observability/GetLLMObsPrompt.java +++ b/examples/v2/llm-observability/GetLLMObsPrompt.java @@ -1,4 +1,4 @@ -// Get an LLM Observability prompt returns "OK" response +// Get an Agent Observability prompt returns "OK" response import com.datadog.api.client.ApiClient; import com.datadog.api.client.ApiException; diff --git a/examples/v2/llm-observability/GetLLMObsPromptVersion.java b/examples/v2/llm-observability/GetLLMObsPromptVersion.java index a3558cccf1c..905382bb315 100644 --- a/examples/v2/llm-observability/GetLLMObsPromptVersion.java +++ b/examples/v2/llm-observability/GetLLMObsPromptVersion.java @@ -1,4 +1,4 @@ -// Get a specific LLM Observability prompt version returns "OK" response +// Get a specific Agent Observability prompt version returns "OK" response import com.datadog.api.client.ApiClient; import com.datadog.api.client.ApiException; diff --git a/examples/v2/llm-observability/ListLLMObsAnnotationQueues.java b/examples/v2/llm-observability/ListLLMObsAnnotationQueues.java index 2530ed44655..01216533bf6 100644 --- a/examples/v2/llm-observability/ListLLMObsAnnotationQueues.java +++ b/examples/v2/llm-observability/ListLLMObsAnnotationQueues.java @@ -1,4 +1,4 @@ -// List LLM Observability annotation queues returns "OK" response +// List Agent Observability annotation queues returns "OK" response import com.datadog.api.client.ApiClient; import com.datadog.api.client.ApiException; diff --git a/examples/v2/llm-observability/ListLLMObsDatasetRecords.java b/examples/v2/llm-observability/ListLLMObsDatasetRecords.java index 20edfbfe381..b92dd8491a1 100644 --- a/examples/v2/llm-observability/ListLLMObsDatasetRecords.java +++ b/examples/v2/llm-observability/ListLLMObsDatasetRecords.java @@ -1,4 +1,4 @@ -// List LLM Observability dataset records returns "OK" response +// List Agent Observability dataset records returns "OK" response import com.datadog.api.client.ApiClient; import com.datadog.api.client.ApiException; diff --git a/examples/v2/llm-observability/ListLLMObsDatasetVersions.java b/examples/v2/llm-observability/ListLLMObsDatasetVersions.java index 3013033fbbf..0d9aefd3e22 100644 --- a/examples/v2/llm-observability/ListLLMObsDatasetVersions.java +++ b/examples/v2/llm-observability/ListLLMObsDatasetVersions.java @@ -1,4 +1,4 @@ -// List LLM Observability dataset versions returns "OK" response +// List Agent Observability dataset versions returns "OK" response import com.datadog.api.client.ApiClient; import com.datadog.api.client.ApiException; diff --git a/examples/v2/llm-observability/ListLLMObsDatasets.java b/examples/v2/llm-observability/ListLLMObsDatasets.java index 8003e2e7748..9e011457019 100644 --- a/examples/v2/llm-observability/ListLLMObsDatasets.java +++ b/examples/v2/llm-observability/ListLLMObsDatasets.java @@ -1,4 +1,4 @@ -// List LLM Observability datasets returns "OK" response +// List Agent Observability datasets returns "OK" response import com.datadog.api.client.ApiClient; import com.datadog.api.client.ApiException; diff --git a/examples/v2/llm-observability/ListLLMObsExperimentEvents.java b/examples/v2/llm-observability/ListLLMObsExperimentEvents.java index 90b8cf58f64..c1a463d898f 100644 --- a/examples/v2/llm-observability/ListLLMObsExperimentEvents.java +++ b/examples/v2/llm-observability/ListLLMObsExperimentEvents.java @@ -1,4 +1,4 @@ -// List events for an LLM Observability experiment returns "OK" response +// List events for an Agent Observability experiment returns "OK" response import com.datadog.api.client.ApiClient; import com.datadog.api.client.ApiException; diff --git a/examples/v2/llm-observability/ListLLMObsExperimentEventsV1.java b/examples/v2/llm-observability/ListLLMObsExperimentEventsV1.java index 40b478f38c1..f8e78eb75b6 100644 --- a/examples/v2/llm-observability/ListLLMObsExperimentEventsV1.java +++ b/examples/v2/llm-observability/ListLLMObsExperimentEventsV1.java @@ -1,4 +1,4 @@ -// List LLM Observability experiment spans (v1) returns "OK" response +// List Agent Observability experiment spans (v1) returns "OK" response import com.datadog.api.client.ApiClient; import com.datadog.api.client.ApiException; diff --git a/examples/v2/llm-observability/ListLLMObsExperimentEventsV2.java b/examples/v2/llm-observability/ListLLMObsExperimentEventsV2.java index ba97f4c50cb..3450988704e 100644 --- a/examples/v2/llm-observability/ListLLMObsExperimentEventsV2.java +++ b/examples/v2/llm-observability/ListLLMObsExperimentEventsV2.java @@ -1,4 +1,4 @@ -// List LLM Observability experiment events (v2) returns "OK" response +// List Agent Observability experiment events (v2) returns "OK" response import com.datadog.api.client.ApiClient; import com.datadog.api.client.ApiException; diff --git a/examples/v2/llm-observability/ListLLMObsExperiments.java b/examples/v2/llm-observability/ListLLMObsExperiments.java index 771a37eb4ef..6b4c638a91e 100644 --- a/examples/v2/llm-observability/ListLLMObsExperiments.java +++ b/examples/v2/llm-observability/ListLLMObsExperiments.java @@ -1,4 +1,4 @@ -// List LLM Observability experiments returns "OK" response +// List Agent Observability experiments returns "OK" response import com.datadog.api.client.ApiClient; import com.datadog.api.client.ApiException; diff --git a/examples/v2/llm-observability/ListLLMObsProjects.java b/examples/v2/llm-observability/ListLLMObsProjects.java index 0367e9e22fa..14afe0db751 100644 --- a/examples/v2/llm-observability/ListLLMObsProjects.java +++ b/examples/v2/llm-observability/ListLLMObsProjects.java @@ -1,4 +1,4 @@ -// List LLM Observability projects returns "OK" response +// List Agent Observability projects returns "OK" response import com.datadog.api.client.ApiClient; import com.datadog.api.client.ApiException; diff --git a/examples/v2/llm-observability/ListLLMObsPromptVersions.java b/examples/v2/llm-observability/ListLLMObsPromptVersions.java index 7f6cea40cd0..abd8713c867 100644 --- a/examples/v2/llm-observability/ListLLMObsPromptVersions.java +++ b/examples/v2/llm-observability/ListLLMObsPromptVersions.java @@ -1,4 +1,4 @@ -// List versions of an LLM Observability prompt returns "OK" response +// List versions of an Agent Observability prompt returns "OK" response import com.datadog.api.client.ApiClient; import com.datadog.api.client.ApiException; diff --git a/examples/v2/llm-observability/ListLLMObsPrompts.java b/examples/v2/llm-observability/ListLLMObsPrompts.java index 5007e7ab05d..d99b4217d34 100644 --- a/examples/v2/llm-observability/ListLLMObsPrompts.java +++ b/examples/v2/llm-observability/ListLLMObsPrompts.java @@ -1,4 +1,4 @@ -// List LLM Observability prompts returns "OK" response +// List Agent Observability prompts returns "OK" response import com.datadog.api.client.ApiClient; import com.datadog.api.client.ApiException; diff --git a/examples/v2/llm-observability/ListLLMObsSpans.java b/examples/v2/llm-observability/ListLLMObsSpans.java index a2093d77e33..b6ddf1de470 100644 --- a/examples/v2/llm-observability/ListLLMObsSpans.java +++ b/examples/v2/llm-observability/ListLLMObsSpans.java @@ -1,4 +1,4 @@ -// List LLM Observability spans returns "OK" response +// List Agent Observability spans returns "OK" response import com.datadog.api.client.ApiClient; import com.datadog.api.client.ApiException; diff --git a/examples/v2/llm-observability/LockLLMObsDatasetDraftState.java b/examples/v2/llm-observability/LockLLMObsDatasetDraftState.java index fbcd2c8c4a6..0951bb1380b 100644 --- a/examples/v2/llm-observability/LockLLMObsDatasetDraftState.java +++ b/examples/v2/llm-observability/LockLLMObsDatasetDraftState.java @@ -1,4 +1,4 @@ -// Lock LLM Observability dataset draft state returns "OK" response +// Lock Agent Observability dataset draft state returns "OK" response import com.datadog.api.client.ApiClient; import com.datadog.api.client.ApiException; diff --git a/examples/v2/llm-observability/RestoreLLMObsDatasetVersion.java b/examples/v2/llm-observability/RestoreLLMObsDatasetVersion.java index c91c95fadcd..2d4b85a7464 100644 --- a/examples/v2/llm-observability/RestoreLLMObsDatasetVersion.java +++ b/examples/v2/llm-observability/RestoreLLMObsDatasetVersion.java @@ -1,4 +1,4 @@ -// Restore an LLM Observability dataset version returns "OK" response +// Restore an Agent Observability dataset version returns "OK" response import com.datadog.api.client.ApiClient; import com.datadog.api.client.ApiException; diff --git a/examples/v2/llm-observability/SearchLLMObsExperimentation.java b/examples/v2/llm-observability/SearchLLMObsExperimentation.java index da526e78718..41b90f58388 100644 --- a/examples/v2/llm-observability/SearchLLMObsExperimentation.java +++ b/examples/v2/llm-observability/SearchLLMObsExperimentation.java @@ -1,6 +1,6 @@ -// Search LLM Observability experimentation entities returns "Partial Content — more results are -// available. Use -// `meta.after` as the next `page.cursor`." response +// Search Agent Observability experimentation returns "Partial Content — more results are available. +// Use `meta.after` as +// the next `page.cursor`." response import com.datadog.api.client.ApiClient; import com.datadog.api.client.ApiException; diff --git a/examples/v2/llm-observability/SearchLLMObsSpans.java b/examples/v2/llm-observability/SearchLLMObsSpans.java index 36ff61badac..2a68bd45765 100644 --- a/examples/v2/llm-observability/SearchLLMObsSpans.java +++ b/examples/v2/llm-observability/SearchLLMObsSpans.java @@ -1,4 +1,4 @@ -// Search LLM Observability spans returns "OK" response +// Search Agent Observability spans returns "OK" response import com.datadog.api.client.ApiClient; import com.datadog.api.client.ApiException; diff --git a/examples/v2/llm-observability/UnlockLLMObsDatasetDraftState.java b/examples/v2/llm-observability/UnlockLLMObsDatasetDraftState.java index 383cded304f..086a5f74936 100644 --- a/examples/v2/llm-observability/UnlockLLMObsDatasetDraftState.java +++ b/examples/v2/llm-observability/UnlockLLMObsDatasetDraftState.java @@ -1,4 +1,4 @@ -// Unlock LLM Observability dataset draft state returns "OK" response +// Unlock Agent Observability dataset draft state returns "OK" response import com.datadog.api.client.ApiClient; import com.datadog.api.client.ApiException; diff --git a/examples/v2/llm-observability/UpdateLLMObsAnnotationQueue.java b/examples/v2/llm-observability/UpdateLLMObsAnnotationQueue.java index 87be0779fc6..c58834f315f 100644 --- a/examples/v2/llm-observability/UpdateLLMObsAnnotationQueue.java +++ b/examples/v2/llm-observability/UpdateLLMObsAnnotationQueue.java @@ -1,4 +1,4 @@ -// Update an LLM Observability annotation queue returns "OK" response +// Update an Agent Observability annotation queue returns "OK" response import com.datadog.api.client.ApiClient; import com.datadog.api.client.ApiException; diff --git a/examples/v2/llm-observability/UpdateLLMObsDataset.java b/examples/v2/llm-observability/UpdateLLMObsDataset.java index e1b14af267d..c05024db1e7 100644 --- a/examples/v2/llm-observability/UpdateLLMObsDataset.java +++ b/examples/v2/llm-observability/UpdateLLMObsDataset.java @@ -1,4 +1,4 @@ -// Update an LLM Observability dataset returns "OK" response +// Update an Agent Observability dataset returns "OK" response import com.datadog.api.client.ApiClient; import com.datadog.api.client.ApiException; diff --git a/examples/v2/llm-observability/UpdateLLMObsDatasetRecords.java b/examples/v2/llm-observability/UpdateLLMObsDatasetRecords.java index 82709c3e516..31e3c980023 100644 --- a/examples/v2/llm-observability/UpdateLLMObsDatasetRecords.java +++ b/examples/v2/llm-observability/UpdateLLMObsDatasetRecords.java @@ -1,4 +1,4 @@ -// Update LLM Observability dataset records returns "OK" response +// Update Agent Observability dataset records returns "OK" response import com.datadog.api.client.ApiClient; import com.datadog.api.client.ApiException; diff --git a/examples/v2/llm-observability/UpdateLLMObsExperiment.java b/examples/v2/llm-observability/UpdateLLMObsExperiment.java index d7e193515ea..982642587bd 100644 --- a/examples/v2/llm-observability/UpdateLLMObsExperiment.java +++ b/examples/v2/llm-observability/UpdateLLMObsExperiment.java @@ -1,4 +1,4 @@ -// Update an LLM Observability experiment returns "OK" response +// Update an Agent Observability experiment returns "OK" response import com.datadog.api.client.ApiClient; import com.datadog.api.client.ApiException; diff --git a/examples/v2/llm-observability/UpdateLLMObsProject.java b/examples/v2/llm-observability/UpdateLLMObsProject.java index d5f27e19ed0..a7f5adc0bac 100644 --- a/examples/v2/llm-observability/UpdateLLMObsProject.java +++ b/examples/v2/llm-observability/UpdateLLMObsProject.java @@ -1,4 +1,4 @@ -// Update an LLM Observability project returns "OK" response +// Update an Agent Observability project returns "OK" response import com.datadog.api.client.ApiClient; import com.datadog.api.client.ApiException; diff --git a/examples/v2/llm-observability/UpdateLLMObsPrompt.java b/examples/v2/llm-observability/UpdateLLMObsPrompt.java index a4c83b38939..6aae9a5b7e8 100644 --- a/examples/v2/llm-observability/UpdateLLMObsPrompt.java +++ b/examples/v2/llm-observability/UpdateLLMObsPrompt.java @@ -1,4 +1,4 @@ -// Update an LLM Observability prompt returns "OK" response +// Update an Agent Observability prompt returns "OK" response import com.datadog.api.client.ApiClient; import com.datadog.api.client.ApiException; diff --git a/examples/v2/llm-observability/UpdateLLMObsPromptVersion.java b/examples/v2/llm-observability/UpdateLLMObsPromptVersion.java index 84dfe179ff0..51729135b30 100644 --- a/examples/v2/llm-observability/UpdateLLMObsPromptVersion.java +++ b/examples/v2/llm-observability/UpdateLLMObsPromptVersion.java @@ -1,4 +1,4 @@ -// Update a specific LLM Observability prompt version returns "OK" response +// Update an Agent Observability prompt version returns "OK" response import com.datadog.api.client.ApiClient; import com.datadog.api.client.ApiException; diff --git a/examples/v2/llm-observability/UploadLLMObsDatasetRecordsFile.java b/examples/v2/llm-observability/UploadLLMObsDatasetRecordsFile.java index 78b79941a1e..588d1aac672 100644 --- a/examples/v2/llm-observability/UploadLLMObsDatasetRecordsFile.java +++ b/examples/v2/llm-observability/UploadLLMObsDatasetRecordsFile.java @@ -1,4 +1,4 @@ -// Upload records to an LLM Observability dataset returns "OK" response +// Upload records to an Agent Observability dataset returns "OK" response import com.datadog.api.client.ApiClient; import com.datadog.api.client.ApiException; diff --git a/examples/v2/rum-retention-quota/DeleteRumQuotaConfig.java b/examples/v2/rum-retention-quota/DeleteRumQuotaConfig.java new file mode 100644 index 00000000000..b9b38b8728d --- /dev/null +++ b/examples/v2/rum-retention-quota/DeleteRumQuotaConfig.java @@ -0,0 +1,24 @@ +// Delete a RUM retention quota configuration returns "No Content" response + +import com.datadog.api.client.ApiClient; +import com.datadog.api.client.ApiException; +import com.datadog.api.client.v2.api.RumRetentionQuotaApi; +import com.datadog.api.client.v2.model.RumRetentionQuotaScopeType; + +public class Example { + public static void main(String[] args) { + ApiClient defaultClient = ApiClient.getDefaultApiClient(); + RumRetentionQuotaApi apiInstance = new RumRetentionQuotaApi(defaultClient); + + try { + apiInstance.deleteRumQuotaConfig( + RumRetentionQuotaScopeType.APPLICATION, "ced16651-97b6-4e67-8590-8caec3af0695"); + } catch (ApiException e) { + System.err.println("Exception when calling RumRetentionQuotaApi#deleteRumQuotaConfig"); + System.err.println("Status code: " + e.getCode()); + System.err.println("Reason: " + e.getResponseBody()); + System.err.println("Response headers: " + e.getResponseHeaders()); + e.printStackTrace(); + } + } +} diff --git a/examples/v2/rum-retention-quota/GetRumQuotaConfig.java b/examples/v2/rum-retention-quota/GetRumQuotaConfig.java new file mode 100644 index 00000000000..c7703f89bc1 --- /dev/null +++ b/examples/v2/rum-retention-quota/GetRumQuotaConfig.java @@ -0,0 +1,27 @@ +// Get a RUM retention quota configuration returns "OK" response + +import com.datadog.api.client.ApiClient; +import com.datadog.api.client.ApiException; +import com.datadog.api.client.v2.api.RumRetentionQuotaApi; +import com.datadog.api.client.v2.model.RumRetentionQuotaConfigResponse; +import com.datadog.api.client.v2.model.RumRetentionQuotaScopeType; + +public class Example { + public static void main(String[] args) { + ApiClient defaultClient = ApiClient.getDefaultApiClient(); + RumRetentionQuotaApi apiInstance = new RumRetentionQuotaApi(defaultClient); + + try { + RumRetentionQuotaConfigResponse result = + apiInstance.getRumQuotaConfig( + RumRetentionQuotaScopeType.APPLICATION, "ced16651-97b6-4e67-8590-8caec3af0695"); + System.out.println(result); + } catch (ApiException e) { + System.err.println("Exception when calling RumRetentionQuotaApi#getRumQuotaConfig"); + System.err.println("Status code: " + e.getCode()); + System.err.println("Reason: " + e.getResponseBody()); + System.err.println("Response headers: " + e.getResponseHeaders()); + e.printStackTrace(); + } + } +} diff --git a/examples/v2/rum-retention-quota/UpsertRumQuotaConfig.java b/examples/v2/rum-retention-quota/UpsertRumQuotaConfig.java new file mode 100644 index 00000000000..123adfd1e4b --- /dev/null +++ b/examples/v2/rum-retention-quota/UpsertRumQuotaConfig.java @@ -0,0 +1,54 @@ +// Create or update a RUM retention quota config returns "OK" response + +import com.datadog.api.client.ApiClient; +import com.datadog.api.client.ApiException; +import com.datadog.api.client.v2.api.RumRetentionQuotaApi; +import com.datadog.api.client.v2.model.RumRetentionQuotaAdaptiveConfig; +import com.datadog.api.client.v2.model.RumRetentionQuotaConfigResponse; +import com.datadog.api.client.v2.model.RumRetentionQuotaConfigType; +import com.datadog.api.client.v2.model.RumRetentionQuotaConfigUpdateAttributes; +import com.datadog.api.client.v2.model.RumRetentionQuotaConfigUpdateData; +import com.datadog.api.client.v2.model.RumRetentionQuotaConfigUpdateRequest; +import com.datadog.api.client.v2.model.RumRetentionQuotaCustomConfig; +import com.datadog.api.client.v2.model.RumRetentionQuotaMode; +import com.datadog.api.client.v2.model.RumRetentionQuotaReachedAction; +import com.datadog.api.client.v2.model.RumRetentionQuotaScopeType; +import com.datadog.api.client.v2.model.RumRetentionQuotaWindowType; + +public class Example { + public static void main(String[] args) { + ApiClient defaultClient = ApiClient.getDefaultApiClient(); + RumRetentionQuotaApi apiInstance = new RumRetentionQuotaApi(defaultClient); + + RumRetentionQuotaConfigUpdateRequest body = + new RumRetentionQuotaConfigUpdateRequest() + .data( + new RumRetentionQuotaConfigUpdateData() + .attributes( + new RumRetentionQuotaConfigUpdateAttributes() + .adaptive(new RumRetentionQuotaAdaptiveConfig().maxRetentionRate(0.5)) + .custom( + new RumRetentionQuotaCustomConfig() + .dailyResetTime("08:00") + .dailyResetTimezone("+09:00") + .quotaReachedAction(RumRetentionQuotaReachedAction.STOP) + .sessionLimit(1000000L) + .windowType(RumRetentionQuotaWindowType.DAILY)) + .mode(RumRetentionQuotaMode.CUSTOM)) + .id("ced16651-97b6-4e67-8590-8caec3af0695") + .type(RumRetentionQuotaConfigType.RUM_QUOTA_CONFIG)); + + try { + RumRetentionQuotaConfigResponse result = + apiInstance.upsertRumQuotaConfig( + RumRetentionQuotaScopeType.APPLICATION, "ced16651-97b6-4e67-8590-8caec3af0695", body); + System.out.println(result); + } catch (ApiException e) { + System.err.println("Exception when calling RumRetentionQuotaApi#upsertRumQuotaConfig"); + System.err.println("Status code: " + e.getCode()); + System.err.println("Reason: " + e.getResponseBody()); + System.err.println("Response headers: " + e.getResponseHeaders()); + e.printStackTrace(); + } + } +} diff --git a/src/main/java/com/datadog/api/client/v1/model/MonthlyUsageAttributionValues.java b/src/main/java/com/datadog/api/client/v1/model/MonthlyUsageAttributionValues.java index 17a5d8b5a32..6ae9b301116 100644 --- a/src/main/java/com/datadog/api/client/v1/model/MonthlyUsageAttributionValues.java +++ b/src/main/java/com/datadog/api/client/v1/model/MonthlyUsageAttributionValues.java @@ -2621,7 +2621,7 @@ public MonthlyUsageAttributionValues llmObservabilityPercentage( } /** - * The percentage of LLM Observability usage by tag(s). + * The percentage of Agent Observability usage by tag(s). * * @return llmObservabilityPercentage */ @@ -2642,7 +2642,7 @@ public MonthlyUsageAttributionValues llmObservabilityUsage(Double llmObservabili } /** - * The LLM Observability usage by tag(s). + * The Agent Observability usage by tag(s). * * @return llmObservabilityUsage */ diff --git a/src/main/java/com/datadog/api/client/v1/model/UsageSummaryDate.java b/src/main/java/com/datadog/api/client/v1/model/UsageSummaryDate.java index 45272deb6a2..08b0b7dd6b5 100644 --- a/src/main/java/com/datadog/api/client/v1/model/UsageSummaryDate.java +++ b/src/main/java/com/datadog/api/client/v1/model/UsageSummaryDate.java @@ -5889,7 +5889,7 @@ public UsageSummaryDate llmObservability15dayRetentionSpansSum( } /** - * Shows the sum of all LLM Observability 15-day retention spans over all hours in the current + * Shows the sum of all Agent Observability 15-day retention spans over all hours in the current * date for all organizations. * * @return llmObservability15dayRetentionSpansSum @@ -5916,7 +5916,7 @@ public UsageSummaryDate llmObservability30dayRetentionSpansSum( } /** - * Shows the sum of all LLM Observability 30-day retention spans over all hours in the current + * Shows the sum of all Agent Observability 30-day retention spans over all hours in the current * date for all organizations. * * @return llmObservability30dayRetentionSpansSum @@ -5943,7 +5943,7 @@ public UsageSummaryDate llmObservability60dayRetentionSpansSum( } /** - * Shows the sum of all LLM Observability 60-day retention spans over all hours in the current + * Shows the sum of all Agent Observability 60-day retention spans over all hours in the current * date for all organizations. * * @return llmObservability60dayRetentionSpansSum @@ -5970,7 +5970,7 @@ public UsageSummaryDate llmObservability90dayRetentionSpansSum( } /** - * Shows the sum of all LLM Observability 90-day retention spans over all hours in the current + * Shows the sum of all Agent Observability 90-day retention spans over all hours in the current * date for all organizations. * * @return llmObservability90dayRetentionSpansSum @@ -5996,7 +5996,7 @@ public UsageSummaryDate llmObservabilityMinSpendSum(Long llmObservabilityMinSpen } /** - * Sum of all LLM observability minimum spend over all hours in the current date for all + * Sum of all Agent observability minimum spend over all hours in the current date for all * organizations. * * @return llmObservabilityMinSpendSum @@ -6020,7 +6020,8 @@ public UsageSummaryDate llmObservabilitySum(Long llmObservabilitySum) { } /** - * Sum of all LLM observability sessions over all hours in the current date for all organizations. + * Sum of all Agent observability sessions over all hours in the current date for all + * organizations. * * @return llmObservabilitySum */ diff --git a/src/main/java/com/datadog/api/client/v1/model/UsageSummaryDateOrg.java b/src/main/java/com/datadog/api/client/v1/model/UsageSummaryDateOrg.java index b118d5cca9f..9b46908c106 100644 --- a/src/main/java/com/datadog/api/client/v1/model/UsageSummaryDateOrg.java +++ b/src/main/java/com/datadog/api/client/v1/model/UsageSummaryDateOrg.java @@ -6002,7 +6002,7 @@ public UsageSummaryDateOrg llmObservability15dayRetentionSpansSum( } /** - * Shows the sum of all LLM Observability 15-day retention spans over all hours in the current + * Shows the sum of all Agent Observability 15-day retention spans over all hours in the current * date for the given org. * * @return llmObservability15dayRetentionSpansSum @@ -6029,7 +6029,7 @@ public UsageSummaryDateOrg llmObservability30dayRetentionSpansSum( } /** - * Shows the sum of all LLM Observability 30-day retention spans over all hours in the current + * Shows the sum of all Agent Observability 30-day retention spans over all hours in the current * date for the given org. * * @return llmObservability30dayRetentionSpansSum @@ -6056,7 +6056,7 @@ public UsageSummaryDateOrg llmObservability60dayRetentionSpansSum( } /** - * Shows the sum of all LLM Observability 60-day retention spans over all hours in the current + * Shows the sum of all Agent Observability 60-day retention spans over all hours in the current * date for the given org. * * @return llmObservability60dayRetentionSpansSum @@ -6083,7 +6083,7 @@ public UsageSummaryDateOrg llmObservability90dayRetentionSpansSum( } /** - * Shows the sum of all LLM Observability 90-day retention spans over all hours in the current + * Shows the sum of all Agent Observability 90-day retention spans over all hours in the current * date for the given org. * * @return llmObservability90dayRetentionSpansSum @@ -6109,8 +6109,8 @@ public UsageSummaryDateOrg llmObservabilityMinSpendSum(Long llmObservabilityMinS } /** - * Shows the sum of all LLM Observability minimum spend over all hours in the current date for the - * given org. + * Shows the sum of all Agent Observability minimum spend over all hours in the current date for + * the given org. * * @return llmObservabilityMinSpendSum */ @@ -6133,7 +6133,7 @@ public UsageSummaryDateOrg llmObservabilitySum(Long llmObservabilitySum) { } /** - * Shows the sum of all LLM observability sessions over all hours in the current date for the + * Shows the sum of all Agent observability sessions over all hours in the current date for the * given org. * * @return llmObservabilitySum diff --git a/src/main/java/com/datadog/api/client/v1/model/UsageSummaryResponse.java b/src/main/java/com/datadog/api/client/v1/model/UsageSummaryResponse.java index 99165b859fd..f4f9c0b35e6 100644 --- a/src/main/java/com/datadog/api/client/v1/model/UsageSummaryResponse.java +++ b/src/main/java/com/datadog/api/client/v1/model/UsageSummaryResponse.java @@ -6223,7 +6223,7 @@ public UsageSummaryResponse llmObservability15dayRetentionSpansAggSum( } /** - * Shows the sum of all LLM Observability 15-day retention spans over all hours in the current + * Shows the sum of all Agent Observability 15-day retention spans over all hours in the current * month for all organizations. * * @return llmObservability15dayRetentionSpansAggSum @@ -6250,7 +6250,7 @@ public UsageSummaryResponse llmObservability30dayRetentionSpansAggSum( } /** - * Shows the sum of all LLM Observability 30-day retention spans over all hours in the current + * Shows the sum of all Agent Observability 30-day retention spans over all hours in the current * month for all organizations. * * @return llmObservability30dayRetentionSpansAggSum @@ -6277,7 +6277,7 @@ public UsageSummaryResponse llmObservability60dayRetentionSpansAggSum( } /** - * Shows the sum of all LLM Observability 60-day retention spans over all hours in the current + * Shows the sum of all Agent Observability 60-day retention spans over all hours in the current * month for all organizations. * * @return llmObservability60dayRetentionSpansAggSum @@ -6304,7 +6304,7 @@ public UsageSummaryResponse llmObservability90dayRetentionSpansAggSum( } /** - * Shows the sum of all LLM Observability 90-day retention spans over all hours in the current + * Shows the sum of all Agent Observability 90-day retention spans over all hours in the current * month for all organizations. * * @return llmObservability90dayRetentionSpansAggSum @@ -6330,7 +6330,8 @@ public UsageSummaryResponse llmObservabilityAggSum(Long llmObservabilityAggSum) } /** - * Sum of all LLM observability sessions for all hours in the current month for all organizations. + * Sum of all Agent observability sessions for all hours in the current month for all + * organizations. * * @return llmObservabilityAggSum */ @@ -6352,7 +6353,7 @@ public UsageSummaryResponse llmObservabilityMinSpendAggSum(Long llmObservability } /** - * Minimum spend for LLM observability sessions for all hours in the current month for all + * Minimum spend for Agent observability sessions for all hours in the current month for all * organizations. * * @return llmObservabilityMinSpendAggSum diff --git a/src/main/java/com/datadog/api/client/v2/api/AuthNMappingsApi.java b/src/main/java/com/datadog/api/client/v2/api/AuthNMappingsApi.java index be948be3e47..4fa97497648 100644 --- a/src/main/java/com/datadog/api/client/v2/api/AuthNMappingsApi.java +++ b/src/main/java/com/datadog/api/client/v2/api/AuthNMappingsApi.java @@ -472,8 +472,8 @@ public static class ListAuthNMappingsOptionalParameters { /** * Set pageSize. * - * @param pageSize Size for a given page. The maximum allowed value is 100. (optional, default - * to 10) + * @param pageSize Number of items to return per page. The maximum allowed value is 100. + * (optional, default to 10) * @return ListAuthNMappingsOptionalParameters */ public ListAuthNMappingsOptionalParameters pageSize(Long pageSize) { diff --git a/src/main/java/com/datadog/api/client/v2/api/CaseManagementApi.java b/src/main/java/com/datadog/api/client/v2/api/CaseManagementApi.java index 6009a637ec7..60f5e8fac1c 100644 --- a/src/main/java/com/datadog/api/client/v2/api/CaseManagementApi.java +++ b/src/main/java/com/datadog/api/client/v2/api/CaseManagementApi.java @@ -6887,8 +6887,8 @@ public static class SearchCasesOptionalParameters { /** * Set pageSize. * - * @param pageSize Size for a given page. The maximum allowed value is 100. (optional, default - * to 10) + * @param pageSize Number of items to return per page. The maximum allowed value is 100. + * (optional, default to 10) * @return SearchCasesOptionalParameters */ public SearchCasesOptionalParameters pageSize(Long pageSize) { diff --git a/src/main/java/com/datadog/api/client/v2/api/IdentityProvidersApi.java b/src/main/java/com/datadog/api/client/v2/api/IdentityProvidersApi.java index 143968fb7e9..4c4f2b0d737 100644 --- a/src/main/java/com/datadog/api/client/v2/api/IdentityProvidersApi.java +++ b/src/main/java/com/datadog/api/client/v2/api/IdentityProvidersApi.java @@ -174,8 +174,8 @@ public static class ListIdentityProviderUsersOptionalParameters { /** * Set pageSize. * - * @param pageSize Size for a given page. The maximum allowed value is 100. (optional, default - * to 10) + * @param pageSize Number of items to return per page. The maximum allowed value is 100. + * (optional, default to 10) * @return ListIdentityProviderUsersOptionalParameters */ public ListIdentityProviderUsersOptionalParameters pageSize(Long pageSize) { diff --git a/src/main/java/com/datadog/api/client/v2/api/IncidentsApi.java b/src/main/java/com/datadog/api/client/v2/api/IncidentsApi.java index ca36a699450..f400aaf0355 100644 --- a/src/main/java/com/datadog/api/client/v2/api/IncidentsApi.java +++ b/src/main/java/com/datadog/api/client/v2/api/IncidentsApi.java @@ -12027,8 +12027,8 @@ public ListIncidentsOptionalParameters include(List inclu /** * Set pageSize. * - * @param pageSize Size for a given page. The maximum allowed value is 100. (optional, default - * to 10) + * @param pageSize Number of items to return per page. The maximum allowed value is 100. + * (optional, default to 10) * @return ListIncidentsOptionalParameters */ public ListIncidentsOptionalParameters pageSize(Long pageSize) { @@ -13818,8 +13818,8 @@ public SearchIncidentsOptionalParameters sort(IncidentSearchSortOrder sort) { /** * Set pageSize. * - * @param pageSize Size for a given page. The maximum allowed value is 100. (optional, default - * to 10) + * @param pageSize Number of items to return per page. The maximum allowed value is 100. + * (optional, default to 10) * @return SearchIncidentsOptionalParameters */ public SearchIncidentsOptionalParameters pageSize(Long pageSize) { diff --git a/src/main/java/com/datadog/api/client/v2/api/KeyManagementApi.java b/src/main/java/com/datadog/api/client/v2/api/KeyManagementApi.java index 5a7c8403244..9bf4b179ecc 100644 --- a/src/main/java/com/datadog/api/client/v2/api/KeyManagementApi.java +++ b/src/main/java/com/datadog/api/client/v2/api/KeyManagementApi.java @@ -1554,8 +1554,8 @@ public static class ListAPIKeysOptionalParameters { /** * Set pageSize. * - * @param pageSize Size for a given page. The maximum allowed value is 100. (optional, default - * to 10) + * @param pageSize Number of items to return per page. The maximum allowed value is 100. + * (optional, default to 10) * @return ListAPIKeysOptionalParameters */ public ListAPIKeysOptionalParameters pageSize(Long pageSize) { @@ -1902,8 +1902,8 @@ public static class ListApplicationKeysOptionalParameters { /** * Set pageSize. * - * @param pageSize Size for a given page. The maximum allowed value is 100. (optional, default - * to 10) + * @param pageSize Number of items to return per page. The maximum allowed value is 100. + * (optional, default to 10) * @return ListApplicationKeysOptionalParameters */ public ListApplicationKeysOptionalParameters pageSize(Long pageSize) { @@ -2194,8 +2194,8 @@ public static class ListCurrentUserApplicationKeysOptionalParameters { /** * Set pageSize. * - * @param pageSize Size for a given page. The maximum allowed value is 100. (optional, default - * to 10) + * @param pageSize Number of items to return per page. The maximum allowed value is 100. + * (optional, default to 10) * @return ListCurrentUserApplicationKeysOptionalParameters */ public ListCurrentUserApplicationKeysOptionalParameters pageSize(Long pageSize) { @@ -2475,8 +2475,8 @@ public static class ListPersonalAccessTokensOptionalParameters { /** * Set pageSize. * - * @param pageSize Size for a given page. The maximum allowed value is 100. (optional, default - * to 10) + * @param pageSize Number of items to return per page. The maximum allowed value is 100. + * (optional, default to 10) * @return ListPersonalAccessTokensOptionalParameters */ public ListPersonalAccessTokensOptionalParameters pageSize(Long pageSize) { diff --git a/src/main/java/com/datadog/api/client/v2/api/LlmObservabilityApi.java b/src/main/java/com/datadog/api/client/v2/api/LlmObservabilityApi.java index d3020ac8b20..476564e22fe 100644 --- a/src/main/java/com/datadog/api/client/v2/api/LlmObservabilityApi.java +++ b/src/main/java/com/datadog/api/client/v2/api/LlmObservabilityApi.java @@ -125,7 +125,7 @@ public void setApiClient(ApiClient apiClient) { } /** - * Aggregate LLM Observability experimentation. + * Aggregate Agent Observability experimentation. * *

See {@link #aggregateLLMObsExperimentationWithHttpInfo}. * @@ -139,7 +139,7 @@ public LLMObsExperimentationAnalyticsResponse aggregateLLMObsExperimentation( } /** - * Aggregate LLM Observability experimentation. + * Aggregate Agent Observability experimentation. * *

See {@link #aggregateLLMObsExperimentationWithHttpInfoAsync}. * @@ -156,9 +156,9 @@ public LLMObsExperimentationAnalyticsResponse aggregateLLMObsExperimentation( } /** - * Execute an analytics aggregation over LLM Observability experimentation data. Use this endpoint - * to compute metrics (for example average eval scores) grouped by fields such as span_id - * or experiment_id. + * Execute an analytics aggregation over Agent Observability experimentation data. Use this + * endpoint to compute metrics (for example average eval scores) grouped by fields such as + * span_id or experiment_id. * *

At least one compute definition and one index must be provided. * @@ -220,7 +220,7 @@ public LLMObsExperimentationAnalyticsResponse aggregateLLMObsExperimentation( } /** - * Aggregate LLM Observability experimentation. + * Aggregate Agent Observability experimentation. * *

See {@link #aggregateLLMObsExperimentationWithHttpInfo}. * @@ -286,12 +286,12 @@ public LLMObsExperimentationAnalyticsResponse aggregateLLMObsExperimentation( } /** - * Batch update LLM Observability dataset records. + * Batch update Agent Observability dataset records. * *

See {@link #batchUpdateLLMObsDatasetWithHttpInfo}. * - * @param projectId The ID of the LLM Observability project. (required) - * @param datasetId The ID of the LLM Observability dataset. (required) + * @param projectId The ID of the Agent Observability project. (required) + * @param datasetId The ID of the Agent Observability dataset. (required) * @param body Batch update payload. (required) * @return LLMObsDatasetRecordsMutationResponse * @throws ApiException if fails to make API call @@ -303,12 +303,12 @@ public LLMObsDatasetRecordsMutationResponse batchUpdateLLMObsDataset( } /** - * Batch update LLM Observability dataset records. + * Batch update Agent Observability dataset records. * *

See {@link #batchUpdateLLMObsDatasetWithHttpInfoAsync}. * - * @param projectId The ID of the LLM Observability project. (required) - * @param datasetId The ID of the LLM Observability dataset. (required) + * @param projectId The ID of the Agent Observability project. (required) + * @param datasetId The ID of the Agent Observability dataset. (required) * @param body Batch update payload. (required) * @return CompletableFuture<LLMObsDatasetRecordsMutationResponse> */ @@ -325,8 +325,8 @@ public CompletableFuture batchUpdateLLMObs * Insert, update, and delete records in a single dataset operation. By default, a new dataset * version is created when the batch is applied. * - * @param projectId The ID of the LLM Observability project. (required) - * @param datasetId The ID of the LLM Observability dataset. (required) + * @param projectId The ID of the Agent Observability project. (required) + * @param datasetId The ID of the Agent Observability dataset. (required) * @param body Batch update payload. (required) * @return ApiResponse<LLMObsDatasetRecordsMutationResponse> * @throws ApiException if fails to make API call @@ -402,12 +402,12 @@ public ApiResponse batchUpdateLLMObsDatase } /** - * Batch update LLM Observability dataset records. + * Batch update Agent Observability dataset records. * *

See {@link #batchUpdateLLMObsDatasetWithHttpInfo}. * - * @param projectId The ID of the LLM Observability project. (required) - * @param datasetId The ID of the LLM Observability dataset. (required) + * @param projectId The ID of the Agent Observability project. (required) + * @param datasetId The ID of the Agent Observability dataset. (required) * @param body Batch update payload. (required) * @return CompletableFuture<ApiResponse<LLMObsDatasetRecordsMutationResponse>> */ @@ -495,12 +495,12 @@ public ApiResponse batchUpdateLLMObsDatase } /** - * Clone an LLM Observability dataset. + * Clone an Agent Observability dataset. * *

See {@link #cloneLLMObsDatasetWithHttpInfo}. * - * @param projectId The ID of the LLM Observability project. (required) - * @param datasetId The ID of the source LLM Observability dataset to clone. (required) + * @param projectId The ID of the Agent Observability project. (required) + * @param datasetId The ID of the source Agent Observability dataset to clone. (required) * @param body Clone dataset payload. (required) * @return LLMObsDatasetResponse * @throws ApiException if fails to make API call @@ -511,12 +511,12 @@ public LLMObsDatasetResponse cloneLLMObsDataset( } /** - * Clone an LLM Observability dataset. + * Clone an Agent Observability dataset. * *

See {@link #cloneLLMObsDatasetWithHttpInfoAsync}. * - * @param projectId The ID of the LLM Observability project. (required) - * @param datasetId The ID of the source LLM Observability dataset to clone. (required) + * @param projectId The ID of the Agent Observability project. (required) + * @param datasetId The ID of the source Agent Observability dataset to clone. (required) * @param body Clone dataset payload. (required) * @return CompletableFuture<LLMObsDatasetResponse> */ @@ -532,8 +532,8 @@ public CompletableFuture cloneLLMObsDatasetAsync( /** * Clone a dataset, copying its current records into a new dataset within the same project. * - * @param projectId The ID of the LLM Observability project. (required) - * @param datasetId The ID of the source LLM Observability dataset to clone. (required) + * @param projectId The ID of the Agent Observability project. (required) + * @param datasetId The ID of the source Agent Observability dataset to clone. (required) * @param body Clone dataset payload. (required) * @return ApiResponse<LLMObsDatasetResponse> * @throws ApiException if fails to make API call @@ -607,12 +607,12 @@ public ApiResponse cloneLLMObsDatasetWithHttpInfo( } /** - * Clone an LLM Observability dataset. + * Clone an Agent Observability dataset. * *

See {@link #cloneLLMObsDatasetWithHttpInfo}. * - * @param projectId The ID of the LLM Observability project. (required) - * @param datasetId The ID of the source LLM Observability dataset to clone. (required) + * @param projectId The ID of the Agent Observability project. (required) + * @param datasetId The ID of the source Agent Observability dataset to clone. (required) * @param body Clone dataset payload. (required) * @return CompletableFuture<ApiResponse<LLMObsDatasetResponse>> */ @@ -692,7 +692,7 @@ public CompletableFuture> cloneLLMObsDatasetW } /** - * Create an LLM Observability annotation queue. + * Create an Agent Observability annotation queue. * *

See {@link #createLLMObsAnnotationQueueWithHttpInfo}. * @@ -706,7 +706,7 @@ public LLMObsAnnotationQueueResponse createLLMObsAnnotationQueue( } /** - * Create an LLM Observability annotation queue. + * Create an Agent Observability annotation queue. * *

See {@link #createLLMObsAnnotationQueueWithHttpInfoAsync}. * @@ -784,7 +784,7 @@ public ApiResponse createLLMObsAnnotationQueueWit } /** - * Create an LLM Observability annotation queue. + * Create an Agent Observability annotation queue. * *

See {@link #createLLMObsAnnotationQueueWithHttpInfo}. * @@ -854,7 +854,7 @@ public ApiResponse createLLMObsAnnotationQueueWit * *

See {@link #createLLMObsAnnotationQueueInteractionsWithHttpInfo}. * - * @param queueId The ID of the LLM Observability annotation queue. (required) + * @param queueId The ID of the Agent Observability annotation queue. (required) * @param body Add interactions payload. (required) * @return LLMObsAnnotationQueueInteractionsResponse * @throws ApiException if fails to make API call @@ -869,7 +869,7 @@ public LLMObsAnnotationQueueInteractionsResponse createLLMObsAnnotationQueueInte * *

See {@link #createLLMObsAnnotationQueueInteractionsWithHttpInfoAsync}. * - * @param queueId The ID of the LLM Observability annotation queue. (required) + * @param queueId The ID of the Agent Observability annotation queue. (required) * @param body Add interactions payload. (required) * @return CompletableFuture<LLMObsAnnotationQueueInteractionsResponse> */ @@ -897,7 +897,7 @@ public LLMObsAnnotationQueueInteractionsResponse createLLMObsAnnotationQueueInte * *

Items of different types can be mixed in a single request. * - * @param queueId The ID of the LLM Observability annotation queue. (required) + * @param queueId The ID of the Agent Observability annotation queue. (required) * @param body Add interactions payload. (required) * @return ApiResponse<LLMObsAnnotationQueueInteractionsResponse> * @throws ApiException if fails to make API call @@ -972,7 +972,7 @@ public LLMObsAnnotationQueueInteractionsResponse createLLMObsAnnotationQueueInte * *

See {@link #createLLMObsAnnotationQueueInteractionsWithHttpInfo}. * - * @param queueId The ID of the LLM Observability annotation queue. (required) + * @param queueId The ID of the Agent Observability annotation queue. (required) * @param body Add interactions payload. (required) * @return CompletableFuture<ApiResponse<LLMObsAnnotationQueueInteractionsResponse>> */ @@ -1051,11 +1051,11 @@ public LLMObsAnnotationQueueInteractionsResponse createLLMObsAnnotationQueueInte } /** - * Create an LLM Observability dataset. + * Create an Agent Observability dataset. * *

See {@link #createLLMObsDatasetWithHttpInfo}. * - * @param projectId The ID of the LLM Observability project. (required) + * @param projectId The ID of the Agent Observability project. (required) * @param body Create dataset payload. (required) * @return LLMObsDatasetResponse * @throws ApiException if fails to make API call @@ -1066,11 +1066,11 @@ public LLMObsDatasetResponse createLLMObsDataset(String projectId, LLMObsDataset } /** - * Create an LLM Observability dataset. + * Create an Agent Observability dataset. * *

See {@link #createLLMObsDatasetWithHttpInfoAsync}. * - * @param projectId The ID of the LLM Observability project. (required) + * @param projectId The ID of the Agent Observability project. (required) * @param body Create dataset payload. (required) * @return CompletableFuture<LLMObsDatasetResponse> */ @@ -1084,9 +1084,9 @@ public CompletableFuture createLLMObsDatasetAsync( } /** - * Create a new LLM Observability dataset within the specified project. + * Create a new Agent Observability dataset within the specified project. * - * @param projectId The ID of the LLM Observability project. (required) + * @param projectId The ID of the Agent Observability project. (required) * @param body Create dataset payload. (required) * @return ApiResponse<LLMObsDatasetResponse> * @throws ApiException if fails to make API call @@ -1153,11 +1153,11 @@ public ApiResponse createLLMObsDatasetWithHttpInfo( } /** - * Create an LLM Observability dataset. + * Create an Agent Observability dataset. * *

See {@link #createLLMObsDatasetWithHttpInfo}. * - * @param projectId The ID of the LLM Observability project. (required) + * @param projectId The ID of the Agent Observability project. (required) * @param body Create dataset payload. (required) * @return CompletableFuture<ApiResponse<LLMObsDatasetResponse>> */ @@ -1227,12 +1227,12 @@ public CompletableFuture> createLLMObsDataset } /** - * Append records to an LLM Observability dataset. + * Append records to an Agent Observability dataset. * *

See {@link #createLLMObsDatasetRecordsWithHttpInfo}. * - * @param projectId The ID of the LLM Observability project. (required) - * @param datasetId The ID of the LLM Observability dataset. (required) + * @param projectId The ID of the Agent Observability project. (required) + * @param datasetId The ID of the Agent Observability dataset. (required) * @param body Append records payload. (required) * @return LLMObsDatasetRecordsMutationResponse * @throws ApiException if fails to make API call @@ -1243,12 +1243,12 @@ public LLMObsDatasetRecordsMutationResponse createLLMObsDatasetRecords( } /** - * Append records to an LLM Observability dataset. + * Append records to an Agent Observability dataset. * *

See {@link #createLLMObsDatasetRecordsWithHttpInfoAsync}. * - * @param projectId The ID of the LLM Observability project. (required) - * @param datasetId The ID of the LLM Observability dataset. (required) + * @param projectId The ID of the Agent Observability project. (required) + * @param datasetId The ID of the Agent Observability dataset. (required) * @param body Append records payload. (required) * @return CompletableFuture<LLMObsDatasetRecordsMutationResponse> */ @@ -1262,10 +1262,10 @@ public CompletableFuture createLLMObsDatas } /** - * Append one or more records to an LLM Observability dataset. + * Append one or more records to an Agent Observability dataset. * - * @param projectId The ID of the LLM Observability project. (required) - * @param datasetId The ID of the LLM Observability dataset. (required) + * @param projectId The ID of the Agent Observability project. (required) + * @param datasetId The ID of the Agent Observability dataset. (required) * @param body Append records payload. (required) * @return ApiResponse<LLMObsDatasetRecordsMutationResponse> * @throws ApiException if fails to make API call @@ -1341,12 +1341,12 @@ public ApiResponse createLLMObsDatasetReco } /** - * Append records to an LLM Observability dataset. + * Append records to an Agent Observability dataset. * *

See {@link #createLLMObsDatasetRecordsWithHttpInfo}. * - * @param projectId The ID of the LLM Observability project. (required) - * @param datasetId The ID of the LLM Observability dataset. (required) + * @param projectId The ID of the Agent Observability project. (required) + * @param datasetId The ID of the Agent Observability dataset. (required) * @param body Append records payload. (required) * @return CompletableFuture<ApiResponse<LLMObsDatasetRecordsMutationResponse>> */ @@ -1437,7 +1437,7 @@ public ApiResponse createLLMObsDatasetReco } /** - * Create an LLM Observability experiment. + * Create an Agent Observability experiment. * *

See {@link #createLLMObsExperimentWithHttpInfo}. * @@ -1451,7 +1451,7 @@ public LLMObsExperimentResponse createLLMObsExperiment(LLMObsExperimentRequest b } /** - * Create an LLM Observability experiment. + * Create an Agent Observability experiment. * *

See {@link #createLLMObsExperimentWithHttpInfoAsync}. * @@ -1468,7 +1468,7 @@ public CompletableFuture createLLMObsExperimentAsync( } /** - * Create a new LLM Observability experiment. + * Create a new Agent Observability experiment. * * @param body Create experiment payload. (required) * @return ApiResponse<LLMObsExperimentResponse> @@ -1527,7 +1527,7 @@ public ApiResponse createLLMObsExperimentWithHttpInfo( } /** - * Create an LLM Observability experiment. + * Create an Agent Observability experiment. * *

See {@link #createLLMObsExperimentWithHttpInfo}. * @@ -1589,11 +1589,11 @@ public ApiResponse createLLMObsExperimentWithHttpInfo( } /** - * Push events for an LLM Observability experiment. + * Push events for an Agent Observability experiment. * *

See {@link #createLLMObsExperimentEventsWithHttpInfo}. * - * @param experimentId The ID of the LLM Observability experiment. (required) + * @param experimentId The ID of the Agent Observability experiment. (required) * @param body Experiment events payload. (required) * @throws ApiException if fails to make API call */ @@ -1603,11 +1603,11 @@ public void createLLMObsExperimentEvents(String experimentId, LLMObsExperimentEv } /** - * Push events for an LLM Observability experiment. + * Push events for an Agent Observability experiment. * *

See {@link #createLLMObsExperimentEventsWithHttpInfoAsync}. * - * @param experimentId The ID of the LLM Observability experiment. (required) + * @param experimentId The ID of the Agent Observability experiment. (required) * @param body Experiment events payload. (required) * @return CompletableFuture */ @@ -1621,9 +1621,9 @@ public CompletableFuture createLLMObsExperimentEventsAsync( } /** - * Push spans and metrics for an LLM Observability experiment. + * Push spans and metrics for an Agent Observability experiment. * - * @param experimentId The ID of the LLM Observability experiment. (required) + * @param experimentId The ID of the Agent Observability experiment. (required) * @param body Experiment events payload. (required) * @return ApiResponse<Void> * @throws ApiException if fails to make API call @@ -1692,11 +1692,11 @@ public ApiResponse createLLMObsExperimentEventsWithHttpInfo( } /** - * Push events for an LLM Observability experiment. + * Push events for an Agent Observability experiment. * *

See {@link #createLLMObsExperimentEventsWithHttpInfo}. * - * @param experimentId The ID of the LLM Observability experiment. (required) + * @param experimentId The ID of the Agent Observability experiment. (required) * @param body Experiment events payload. (required) * @return CompletableFuture<ApiResponse<Void>> */ @@ -1996,7 +1996,7 @@ public LLMObsIntegrationInferenceResponse createLLMObsIntegrationInference( } /** - * Create an LLM Observability project. + * Create an Agent Observability project. * *

See {@link #createLLMObsProjectWithHttpInfo}. * @@ -2009,7 +2009,7 @@ public LLMObsProjectResponse createLLMObsProject(LLMObsProjectRequest body) thro } /** - * Create an LLM Observability project. + * Create an Agent Observability project. * *

See {@link #createLLMObsProjectWithHttpInfoAsync}. * @@ -2026,7 +2026,8 @@ public CompletableFuture createLLMObsProjectAsync( } /** - * Create a new LLM Observability project. Returns the existing project if a name conflict occurs. + * Create a new Agent Observability project. Returns the existing project if a name conflict + * occurs. * * @param body Create project payload. (required) * @return ApiResponse<LLMObsProjectResponse> @@ -2085,7 +2086,7 @@ public ApiResponse createLLMObsProjectWithHttpInfo( } /** - * Create an LLM Observability project. + * Create an Agent Observability project. * *

See {@link #createLLMObsProjectWithHttpInfo}. * @@ -2147,7 +2148,7 @@ public CompletableFuture> createLLMObsProject } /** - * Create an LLM Observability prompt. + * Create an Agent Observability prompt. * *

See {@link #createLLMObsPromptWithHttpInfo}. * @@ -2161,7 +2162,7 @@ public LLMObsPromptResponse createLLMObsPrompt(LLMObsCreatePromptRequest body) } /** - * Create an LLM Observability prompt. + * Create an Agent Observability prompt. * *

See {@link #createLLMObsPromptWithHttpInfoAsync}. * @@ -2178,7 +2179,7 @@ public CompletableFuture createLLMObsPromptAsync( } /** - * Create a new prompt (and its first version) in the LLM Observability prompt registry. + * Create a new prompt (and its first version) in the Agent Observability prompt registry. * * @param body Create prompt payload. (required) * @return ApiResponse<LLMObsPromptResponse> @@ -2237,7 +2238,7 @@ public ApiResponse createLLMObsPromptWithHttpInfo( } /** - * Create an LLM Observability prompt. + * Create an Agent Observability prompt. * *

See {@link #createLLMObsPromptWithHttpInfo}. * @@ -2299,11 +2300,11 @@ public CompletableFuture> createLLMObsPromptWi } /** - * Create a new LLM Observability prompt version. + * Create a new Agent Observability prompt version. * *

See {@link #createLLMObsPromptVersionWithHttpInfo}. * - * @param promptId The customer-provided identifier of the LLM Observability prompt. (required) + * @param promptId The customer-provided identifier of the Agent Observability prompt. (required) * @param body Create prompt version payload. (required) * @return LLMObsPromptVersionResponse * @throws ApiException if fails to make API call @@ -2314,11 +2315,11 @@ public LLMObsPromptVersionResponse createLLMObsPromptVersion( } /** - * Create a new LLM Observability prompt version. + * Create a new Agent Observability prompt version. * *

See {@link #createLLMObsPromptVersionWithHttpInfoAsync}. * - * @param promptId The customer-provided identifier of the LLM Observability prompt. (required) + * @param promptId The customer-provided identifier of the Agent Observability prompt. (required) * @param body Create prompt version payload. (required) * @return CompletableFuture<LLMObsPromptVersionResponse> */ @@ -2332,9 +2333,9 @@ public CompletableFuture createLLMObsPromptVersionA } /** - * Create a new version of an existing LLM Observability prompt. + * Create a new version of an existing Agent Observability prompt. * - * @param promptId The customer-provided identifier of the LLM Observability prompt. (required) + * @param promptId The customer-provided identifier of the Agent Observability prompt. (required) * @param body Create prompt version payload. (required) * @return ApiResponse<LLMObsPromptVersionResponse> * @throws ApiException if fails to make API call @@ -2400,11 +2401,11 @@ public ApiResponse createLLMObsPromptVersionWithHtt } /** - * Create a new LLM Observability prompt version. + * Create a new Agent Observability prompt version. * *

See {@link #createLLMObsPromptVersionWithHttpInfo}. * - * @param promptId The customer-provided identifier of the LLM Observability prompt. (required) + * @param promptId The customer-provided identifier of the Agent Observability prompt. (required) * @param body Create prompt version payload. (required) * @return CompletableFuture<ApiResponse<LLMObsPromptVersionResponse>> */ @@ -2480,11 +2481,11 @@ public ApiResponse createLLMObsPromptVersionWithHtt } /** - * Delete an LLM Observability annotation queue. + * Delete an Agent Observability annotation queue. * *

See {@link #deleteLLMObsAnnotationQueueWithHttpInfo}. * - * @param queueId The ID of the LLM Observability annotation queue. (required) + * @param queueId The ID of the Agent Observability annotation queue. (required) * @throws ApiException if fails to make API call */ public void deleteLLMObsAnnotationQueue(String queueId) throws ApiException { @@ -2492,11 +2493,11 @@ public void deleteLLMObsAnnotationQueue(String queueId) throws ApiException { } /** - * Delete an LLM Observability annotation queue. + * Delete an Agent Observability annotation queue. * *

See {@link #deleteLLMObsAnnotationQueueWithHttpInfoAsync}. * - * @param queueId The ID of the LLM Observability annotation queue. (required) + * @param queueId The ID of the Agent Observability annotation queue. (required) * @return CompletableFuture */ public CompletableFuture deleteLLMObsAnnotationQueueAsync(String queueId) { @@ -2510,7 +2511,7 @@ public CompletableFuture deleteLLMObsAnnotationQueueAsync(String queueId) /** * Delete an annotation queue by its ID. * - * @param queueId The ID of the LLM Observability annotation queue. (required) + * @param queueId The ID of the Agent Observability annotation queue. (required) * @return ApiResponse<Void> * @throws ApiException if fails to make API call * @http.response.details @@ -2568,11 +2569,11 @@ public ApiResponse deleteLLMObsAnnotationQueueWithHttpInfo(String queueId) } /** - * Delete an LLM Observability annotation queue. + * Delete an Agent Observability annotation queue. * *

See {@link #deleteLLMObsAnnotationQueueWithHttpInfo}. * - * @param queueId The ID of the LLM Observability annotation queue. (required) + * @param queueId The ID of the Agent Observability annotation queue. (required) * @return CompletableFuture<ApiResponse<Void>> */ public CompletableFuture> deleteLLMObsAnnotationQueueWithHttpInfoAsync( @@ -2637,7 +2638,7 @@ public CompletableFuture> deleteLLMObsAnnotationQueueWithHttpI * *

See {@link #deleteLLMObsAnnotationQueueInteractionsWithHttpInfo}. * - * @param queueId The ID of the LLM Observability annotation queue. (required) + * @param queueId The ID of the Agent Observability annotation queue. (required) * @param body Delete interactions payload. (required) * @throws ApiException if fails to make API call */ @@ -2651,7 +2652,7 @@ public void deleteLLMObsAnnotationQueueInteractions( * *

See {@link #deleteLLMObsAnnotationQueueInteractionsWithHttpInfoAsync}. * - * @param queueId The ID of the LLM Observability annotation queue. (required) + * @param queueId The ID of the Agent Observability annotation queue. (required) * @param body Delete interactions payload. (required) * @return CompletableFuture */ @@ -2667,7 +2668,7 @@ public CompletableFuture deleteLLMObsAnnotationQueueInteractionsAsync( /** * Delete one or more interactions from an annotation queue. * - * @param queueId The ID of the LLM Observability annotation queue. (required) + * @param queueId The ID of the Agent Observability annotation queue. (required) * @param body Delete interactions payload. (required) * @return ApiResponse<Void> * @throws ApiException if fails to make API call @@ -2741,7 +2742,7 @@ public ApiResponse deleteLLMObsAnnotationQueueInteractionsWithHttpInfo( * *

See {@link #deleteLLMObsAnnotationQueueInteractionsWithHttpInfo}. * - * @param queueId The ID of the LLM Observability annotation queue. (required) + * @param queueId The ID of the Agent Observability annotation queue. (required) * @param body Delete interactions payload. (required) * @return CompletableFuture<ApiResponse<Void>> */ @@ -2820,7 +2821,7 @@ public ApiResponse deleteLLMObsAnnotationQueueInteractionsWithHttpInfo( * *

See {@link #deleteLLMObsAnnotationsWithHttpInfo}. * - * @param queueId The ID of the LLM Observability annotation queue. (required) + * @param queueId The ID of the Agent Observability annotation queue. (required) * @param body Delete annotations payload. (required) * @return LLMObsDeleteAnnotationsResponse * @throws ApiException if fails to make API call @@ -2835,7 +2836,7 @@ public LLMObsDeleteAnnotationsResponse deleteLLMObsAnnotations( * *

See {@link #deleteLLMObsAnnotationsWithHttpInfoAsync}. * - * @param queueId The ID of the LLM Observability annotation queue. (required) + * @param queueId The ID of the Agent Observability annotation queue. (required) * @param body Delete annotations payload. (required) * @return CompletableFuture<LLMObsDeleteAnnotationsResponse> */ @@ -2851,7 +2852,7 @@ public CompletableFuture deleteLLMObsAnnotation /** * Delete one or more annotations from an annotation queue. * - * @param queueId The ID of the LLM Observability annotation queue. (required) + * @param queueId The ID of the Agent Observability annotation queue. (required) * @param body Delete annotations payload. (required) * @return ApiResponse<LLMObsDeleteAnnotationsResponse> * @throws ApiException if fails to make API call @@ -2921,7 +2922,7 @@ public ApiResponse deleteLLMObsAnnotationsWithH * *

See {@link #deleteLLMObsAnnotationsWithHttpInfo}. * - * @param queueId The ID of the LLM Observability annotation queue. (required) + * @param queueId The ID of the Agent Observability annotation queue. (required) * @param body Delete annotations payload. (required) * @return CompletableFuture<ApiResponse<LLMObsDeleteAnnotationsResponse>> */ @@ -3001,7 +3002,7 @@ public ApiResponse deleteLLMObsAnnotationsWithH * *

See {@link #deleteLLMObsCustomEvalConfigWithHttpInfo}. * - * @param evalName The name of the custom LLM Observability evaluator configuration. (required) + * @param evalName The name of the custom Agent Observability evaluator configuration. (required) * @throws ApiException if fails to make API call */ public void deleteLLMObsCustomEvalConfig(String evalName) throws ApiException { @@ -3013,7 +3014,7 @@ public void deleteLLMObsCustomEvalConfig(String evalName) throws ApiException { * *

See {@link #deleteLLMObsCustomEvalConfigWithHttpInfoAsync}. * - * @param evalName The name of the custom LLM Observability evaluator configuration. (required) + * @param evalName The name of the custom Agent Observability evaluator configuration. (required) * @return CompletableFuture */ public CompletableFuture deleteLLMObsCustomEvalConfigAsync(String evalName) { @@ -3025,9 +3026,9 @@ public CompletableFuture deleteLLMObsCustomEvalConfigAsync(String evalName } /** - * Delete a custom LLM Observability evaluator configuration by its name. + * Delete a custom Agent Observability evaluator configuration by its name. * - * @param evalName The name of the custom LLM Observability evaluator configuration. (required) + * @param evalName The name of the custom Agent Observability evaluator configuration. (required) * @return ApiResponse<Void> * @throws ApiException if fails to make API call * @http.response.details @@ -3091,7 +3092,7 @@ public ApiResponse deleteLLMObsCustomEvalConfigWithHttpInfo(String evalNam * *

See {@link #deleteLLMObsCustomEvalConfigWithHttpInfo}. * - * @param evalName The name of the custom LLM Observability evaluator configuration. (required) + * @param evalName The name of the custom Agent Observability evaluator configuration. (required) * @return CompletableFuture<ApiResponse<Void>> */ public CompletableFuture> deleteLLMObsCustomEvalConfigWithHttpInfoAsync( @@ -3153,12 +3154,12 @@ public CompletableFuture> deleteLLMObsCustomEvalConfigWithHttp } /** - * Delete LLM Observability dataset records. + * Delete Agent Observability dataset records. * *

See {@link #deleteLLMObsDatasetRecordsWithHttpInfo}. * - * @param projectId The ID of the LLM Observability project. (required) - * @param datasetId The ID of the LLM Observability dataset. (required) + * @param projectId The ID of the Agent Observability project. (required) + * @param datasetId The ID of the Agent Observability dataset. (required) * @param body Delete records payload. (required) * @throws ApiException if fails to make API call */ @@ -3169,12 +3170,12 @@ public void deleteLLMObsDatasetRecords( } /** - * Delete LLM Observability dataset records. + * Delete Agent Observability dataset records. * *

See {@link #deleteLLMObsDatasetRecordsWithHttpInfoAsync}. * - * @param projectId The ID of the LLM Observability project. (required) - * @param datasetId The ID of the LLM Observability dataset. (required) + * @param projectId The ID of the Agent Observability project. (required) + * @param datasetId The ID of the Agent Observability dataset. (required) * @param body Delete records payload. (required) * @return CompletableFuture */ @@ -3188,10 +3189,10 @@ public CompletableFuture deleteLLMObsDatasetRecordsAsync( } /** - * Delete one or more records from an LLM Observability dataset. + * Delete one or more records from an Agent Observability dataset. * - * @param projectId The ID of the LLM Observability project. (required) - * @param datasetId The ID of the LLM Observability dataset. (required) + * @param projectId The ID of the Agent Observability project. (required) + * @param datasetId The ID of the Agent Observability dataset. (required) * @param body Delete records payload. (required) * @return ApiResponse<Void> * @throws ApiException if fails to make API call @@ -3267,12 +3268,12 @@ public ApiResponse deleteLLMObsDatasetRecordsWithHttpInfo( } /** - * Delete LLM Observability dataset records. + * Delete Agent Observability dataset records. * *

See {@link #deleteLLMObsDatasetRecordsWithHttpInfo}. * - * @param projectId The ID of the LLM Observability project. (required) - * @param datasetId The ID of the LLM Observability dataset. (required) + * @param projectId The ID of the Agent Observability project. (required) + * @param datasetId The ID of the Agent Observability dataset. (required) * @param body Delete records payload. (required) * @return CompletableFuture<ApiResponse<Void>> */ @@ -3357,11 +3358,11 @@ public CompletableFuture> deleteLLMObsDatasetRecordsWithHttpIn } /** - * Delete LLM Observability datasets. + * Delete Agent Observability datasets. * *

See {@link #deleteLLMObsDatasetsWithHttpInfo}. * - * @param projectId The ID of the LLM Observability project. (required) + * @param projectId The ID of the Agent Observability project. (required) * @param body Delete datasets payload. (required) * @throws ApiException if fails to make API call */ @@ -3371,11 +3372,11 @@ public void deleteLLMObsDatasets(String projectId, LLMObsDeleteDatasetsRequest b } /** - * Delete LLM Observability datasets. + * Delete Agent Observability datasets. * *

See {@link #deleteLLMObsDatasetsWithHttpInfoAsync}. * - * @param projectId The ID of the LLM Observability project. (required) + * @param projectId The ID of the Agent Observability project. (required) * @param body Delete datasets payload. (required) * @return CompletableFuture */ @@ -3389,9 +3390,9 @@ public CompletableFuture deleteLLMObsDatasetsAsync( } /** - * Delete one or more LLM Observability datasets within the specified project. + * Delete one or more Agent Observability datasets within the specified project. * - * @param projectId The ID of the LLM Observability project. (required) + * @param projectId The ID of the Agent Observability project. (required) * @param body Delete datasets payload. (required) * @return ApiResponse<Void> * @throws ApiException if fails to make API call @@ -3457,11 +3458,11 @@ public ApiResponse deleteLLMObsDatasetsWithHttpInfo( } /** - * Delete LLM Observability datasets. + * Delete Agent Observability datasets. * *

See {@link #deleteLLMObsDatasetsWithHttpInfo}. * - * @param projectId The ID of the LLM Observability project. (required) + * @param projectId The ID of the Agent Observability project. (required) * @param body Delete datasets payload. (required) * @return CompletableFuture<ApiResponse<Void>> */ @@ -3531,7 +3532,7 @@ public CompletableFuture> deleteLLMObsDatasetsWithHttpInfoAsyn } /** - * Delete LLM Observability experiments. + * Delete Agent Observability experiments. * *

See {@link #deleteLLMObsExperimentsWithHttpInfo}. * @@ -3543,7 +3544,7 @@ public void deleteLLMObsExperiments(LLMObsDeleteExperimentsRequest body) throws } /** - * Delete LLM Observability experiments. + * Delete Agent Observability experiments. * *

See {@link #deleteLLMObsExperimentsWithHttpInfoAsync}. * @@ -3559,7 +3560,7 @@ public CompletableFuture deleteLLMObsExperimentsAsync(LLMObsDeleteExperime } /** - * Delete one or more LLM Observability experiments. + * Delete one or more Agent Observability experiments. * * @param body Delete experiments payload. (required) * @return ApiResponse<Void> @@ -3617,7 +3618,7 @@ public ApiResponse deleteLLMObsExperimentsWithHttpInfo(LLMObsDeleteExperim } /** - * Delete LLM Observability experiments. + * Delete Agent Observability experiments. * *

See {@link #deleteLLMObsExperimentsWithHttpInfo}. * @@ -3834,7 +3835,7 @@ public CompletableFuture> deleteLLMObsPatternsConfigWithHttpIn } /** - * Delete LLM Observability projects. + * Delete Agent Observability projects. * *

See {@link #deleteLLMObsProjectsWithHttpInfo}. * @@ -3846,7 +3847,7 @@ public void deleteLLMObsProjects(LLMObsDeleteProjectsRequest body) throws ApiExc } /** - * Delete LLM Observability projects. + * Delete Agent Observability projects. * *

See {@link #deleteLLMObsProjectsWithHttpInfoAsync}. * @@ -3862,7 +3863,7 @@ public CompletableFuture deleteLLMObsProjectsAsync(LLMObsDeleteProjectsReq } /** - * Delete one or more LLM Observability projects. + * Delete one or more Agent Observability projects. * * @param body Delete projects payload. (required) * @return ApiResponse<Void> @@ -3920,7 +3921,7 @@ public ApiResponse deleteLLMObsProjectsWithHttpInfo(LLMObsDeleteProjectsRe } /** - * Delete LLM Observability projects. + * Delete Agent Observability projects. * *

See {@link #deleteLLMObsProjectsWithHttpInfo}. * @@ -3982,11 +3983,11 @@ public CompletableFuture> deleteLLMObsProjectsWithHttpInfoAsyn } /** - * Delete an LLM Observability prompt. + * Delete an Agent Observability prompt. * *

See {@link #deleteLLMObsPromptWithHttpInfo}. * - * @param promptId The customer-provided identifier of the LLM Observability prompt. (required) + * @param promptId The customer-provided identifier of the Agent Observability prompt. (required) * @return LLMObsDeletedPromptResponse * @throws ApiException if fails to make API call */ @@ -3995,11 +3996,11 @@ public LLMObsDeletedPromptResponse deleteLLMObsPrompt(String promptId) throws Ap } /** - * Delete an LLM Observability prompt. + * Delete an Agent Observability prompt. * *

See {@link #deleteLLMObsPromptWithHttpInfoAsync}. * - * @param promptId The customer-provided identifier of the LLM Observability prompt. (required) + * @param promptId The customer-provided identifier of the Agent Observability prompt. (required) * @return CompletableFuture<LLMObsDeletedPromptResponse> */ public CompletableFuture deleteLLMObsPromptAsync(String promptId) { @@ -4011,10 +4012,10 @@ public CompletableFuture deleteLLMObsPromptAsync(St } /** - * Soft-delete an LLM Observability prompt. The prompt's version rows are retained, but they are + * Soft-delete an Agent Observability prompt. The prompt's version rows are retained, but they are * no longer accessible through the public prompt registry endpoints. * - * @param promptId The customer-provided identifier of the LLM Observability prompt. (required) + * @param promptId The customer-provided identifier of the Agent Observability prompt. (required) * @return ApiResponse<LLMObsDeletedPromptResponse> * @throws ApiException if fails to make API call * @http.response.details @@ -4072,11 +4073,11 @@ public ApiResponse deleteLLMObsPromptWithHttpInfo(S } /** - * Delete an LLM Observability prompt. + * Delete an Agent Observability prompt. * *

See {@link #deleteLLMObsPromptWithHttpInfo}. * - * @param promptId The customer-provided identifier of the LLM Observability prompt. (required) + * @param promptId The customer-provided identifier of the Agent Observability prompt. (required) * @return CompletableFuture<ApiResponse<LLMObsDeletedPromptResponse>> */ public CompletableFuture> @@ -4169,12 +4170,12 @@ public ExportLLMObsDatasetOptionalParameters version(Long version) { } /** - * Export an LLM Observability dataset. + * Export an Agent Observability dataset. * *

See {@link #exportLLMObsDatasetWithHttpInfo}. * - * @param projectId The ID of the LLM Observability project. (required) - * @param datasetId The ID of the LLM Observability dataset. (required) + * @param projectId The ID of the Agent Observability project. (required) + * @param datasetId The ID of the Agent Observability dataset. (required) * @return String * @throws ApiException if fails to make API call */ @@ -4185,12 +4186,12 @@ projectId, datasetId, new ExportLLMObsDatasetOptionalParameters()) } /** - * Export an LLM Observability dataset. + * Export an Agent Observability dataset. * *

See {@link #exportLLMObsDatasetWithHttpInfoAsync}. * - * @param projectId The ID of the LLM Observability project. (required) - * @param datasetId The ID of the LLM Observability dataset. (required) + * @param projectId The ID of the Agent Observability project. (required) + * @param datasetId The ID of the Agent Observability dataset. (required) * @return CompletableFuture<String> */ public CompletableFuture exportLLMObsDatasetAsync(String projectId, String datasetId) { @@ -4203,12 +4204,12 @@ projectId, datasetId, new ExportLLMObsDatasetOptionalParameters()) } /** - * Export an LLM Observability dataset. + * Export an Agent Observability dataset. * *

See {@link #exportLLMObsDatasetWithHttpInfo}. * - * @param projectId The ID of the LLM Observability project. (required) - * @param datasetId The ID of the LLM Observability dataset. (required) + * @param projectId The ID of the Agent Observability project. (required) + * @param datasetId The ID of the Agent Observability dataset. (required) * @param parameters Optional parameters for the request. * @return String * @throws ApiException if fails to make API call @@ -4220,12 +4221,12 @@ public String exportLLMObsDataset( } /** - * Export an LLM Observability dataset. + * Export an Agent Observability dataset. * *

See {@link #exportLLMObsDatasetWithHttpInfoAsync}. * - * @param projectId The ID of the LLM Observability project. (required) - * @param datasetId The ID of the LLM Observability dataset. (required) + * @param projectId The ID of the Agent Observability project. (required) + * @param datasetId The ID of the Agent Observability dataset. (required) * @param parameters Optional parameters for the request. * @return CompletableFuture<String> */ @@ -4242,8 +4243,8 @@ public CompletableFuture exportLLMObsDatasetAsync( * Download the contents of a dataset as a CSV file. The download is streamed and includes one row * per dataset record. * - * @param projectId The ID of the LLM Observability project. (required) - * @param datasetId The ID of the LLM Observability dataset. (required) + * @param projectId The ID of the Agent Observability project. (required) + * @param datasetId The ID of the Agent Observability dataset. (required) * @param parameters Optional parameters for the request. * @return ApiResponse<String> * @throws ApiException if fails to make API call @@ -4318,12 +4319,12 @@ public ApiResponse exportLLMObsDatasetWithHttpInfo( } /** - * Export an LLM Observability dataset. + * Export an Agent Observability dataset. * *

See {@link #exportLLMObsDatasetWithHttpInfo}. * - * @param projectId The ID of the LLM Observability project. (required) - * @param datasetId The ID of the LLM Observability dataset. (required) + * @param projectId The ID of the Agent Observability project. (required) + * @param datasetId The ID of the Agent Observability dataset. (required) * @param parameters Optional parameters for the request. * @return CompletableFuture<ApiResponse<String>> */ @@ -4404,7 +4405,7 @@ public CompletableFuture> exportLLMObsDatasetWithHttpInfoAsy * *

See {@link #getLLMObsAnnotatedInteractionsWithHttpInfo}. * - * @param queueId The ID of the LLM Observability annotation queue. (required) + * @param queueId The ID of the Agent Observability annotation queue. (required) * @return LLMObsAnnotatedInteractionsResponse * @throws ApiException if fails to make API call */ @@ -4418,7 +4419,7 @@ public LLMObsAnnotatedInteractionsResponse getLLMObsAnnotatedInteractions(String * *

See {@link #getLLMObsAnnotatedInteractionsWithHttpInfoAsync}. * - * @param queueId The ID of the LLM Observability annotation queue. (required) + * @param queueId The ID of the Agent Observability annotation queue. (required) * @return CompletableFuture<LLMObsAnnotatedInteractionsResponse> */ public CompletableFuture getLLMObsAnnotatedInteractionsAsync( @@ -4434,7 +4435,7 @@ public CompletableFuture getLLMObsAnnotated * Retrieve all interactions (traces and sessions) and their annotations for a given annotation * queue. * - * @param queueId The ID of the LLM Observability annotation queue. (required) + * @param queueId The ID of the Agent Observability annotation queue. (required) * @return ApiResponse<LLMObsAnnotatedInteractionsResponse> * @throws ApiException if fails to make API call * @http.response.details @@ -4498,7 +4499,7 @@ public CompletableFuture getLLMObsAnnotated * *

See {@link #getLLMObsAnnotatedInteractionsWithHttpInfo}. * - * @param queueId The ID of the LLM Observability annotation queue. (required) + * @param queueId The ID of the Agent Observability annotation queue. (required) * @return CompletableFuture<ApiResponse<LLMObsAnnotatedInteractionsResponse>> */ public CompletableFuture> @@ -4823,7 +4824,7 @@ public LLMObsAnnotatedInteractionsByTraceResponse getLLMObsAnnotatedInteractions * *

See {@link #getLLMObsAnnotationQueueLabelSchemaWithHttpInfo}. * - * @param queueId The ID of the LLM Observability annotation queue. (required) + * @param queueId The ID of the Agent Observability annotation queue. (required) * @return LLMObsAnnotationQueueLabelSchemaResponse * @throws ApiException if fails to make API call */ @@ -4837,7 +4838,7 @@ public LLMObsAnnotationQueueLabelSchemaResponse getLLMObsAnnotationQueueLabelSch * *

See {@link #getLLMObsAnnotationQueueLabelSchemaWithHttpInfoAsync}. * - * @param queueId The ID of the LLM Observability annotation queue. (required) + * @param queueId The ID of the Agent Observability annotation queue. (required) * @return CompletableFuture<LLMObsAnnotationQueueLabelSchemaResponse> */ public CompletableFuture @@ -4852,7 +4853,7 @@ public LLMObsAnnotationQueueLabelSchemaResponse getLLMObsAnnotationQueueLabelSch /** * Retrieve the label schema for a given annotation queue. * - * @param queueId The ID of the LLM Observability annotation queue. (required) + * @param queueId The ID of the Agent Observability annotation queue. (required) * @return ApiResponse<LLMObsAnnotationQueueLabelSchemaResponse> * @throws ApiException if fails to make API call * @http.response.details @@ -4917,7 +4918,7 @@ public LLMObsAnnotationQueueLabelSchemaResponse getLLMObsAnnotationQueueLabelSch * *

See {@link #getLLMObsAnnotationQueueLabelSchemaWithHttpInfo}. * - * @param queueId The ID of the LLM Observability annotation queue. (required) + * @param queueId The ID of the Agent Observability annotation queue. (required) * @return CompletableFuture<ApiResponse<LLMObsAnnotationQueueLabelSchemaResponse>> */ public CompletableFuture> @@ -4986,7 +4987,7 @@ public LLMObsAnnotationQueueLabelSchemaResponse getLLMObsAnnotationQueueLabelSch * *

See {@link #getLLMObsCustomEvalConfigWithHttpInfo}. * - * @param evalName The name of the custom LLM Observability evaluator configuration. (required) + * @param evalName The name of the custom Agent Observability evaluator configuration. (required) * @return LLMObsCustomEvalConfigResponse * @throws ApiException if fails to make API call */ @@ -5000,7 +5001,7 @@ public LLMObsCustomEvalConfigResponse getLLMObsCustomEvalConfig(String evalName) * *

See {@link #getLLMObsCustomEvalConfigWithHttpInfoAsync}. * - * @param evalName The name of the custom LLM Observability evaluator configuration. (required) + * @param evalName The name of the custom Agent Observability evaluator configuration. (required) * @return CompletableFuture<LLMObsCustomEvalConfigResponse> */ public CompletableFuture getLLMObsCustomEvalConfigAsync( @@ -5013,9 +5014,9 @@ public CompletableFuture getLLMObsCustomEvalConf } /** - * Retrieve a custom LLM Observability evaluator configuration by its name. + * Retrieve a custom Agent Observability evaluator configuration by its name. * - * @param evalName The name of the custom LLM Observability evaluator configuration. (required) + * @param evalName The name of the custom Agent Observability evaluator configuration. (required) * @return ApiResponse<LLMObsCustomEvalConfigResponse> * @throws ApiException if fails to make API call * @http.response.details @@ -5078,7 +5079,7 @@ public ApiResponse getLLMObsCustomEvalConfigWith * *

See {@link #getLLMObsCustomEvalConfigWithHttpInfo}. * - * @param evalName The name of the custom LLM Observability evaluator configuration. (required) + * @param evalName The name of the custom Agent Observability evaluator configuration. (required) * @return CompletableFuture<ApiResponse<LLMObsCustomEvalConfigResponse>> */ public CompletableFuture> @@ -5142,12 +5143,12 @@ public ApiResponse getLLMObsCustomEvalConfigWith } /** - * Get LLM Observability dataset draft state. + * Get Agent Observability dataset draft state. * *

See {@link #getLLMObsDatasetDraftStateWithHttpInfo}. * - * @param projectId The ID of the LLM Observability project. (required) - * @param datasetId The ID of the LLM Observability dataset. (required) + * @param projectId The ID of the Agent Observability project. (required) + * @param datasetId The ID of the Agent Observability dataset. (required) * @return LLMObsDatasetDraftStateResponse * @throws ApiException if fails to make API call */ @@ -5157,12 +5158,12 @@ public LLMObsDatasetDraftStateResponse getLLMObsDatasetDraftState( } /** - * Get LLM Observability dataset draft state. + * Get Agent Observability dataset draft state. * *

See {@link #getLLMObsDatasetDraftStateWithHttpInfoAsync}. * - * @param projectId The ID of the LLM Observability project. (required) - * @param datasetId The ID of the LLM Observability dataset. (required) + * @param projectId The ID of the Agent Observability project. (required) + * @param datasetId The ID of the Agent Observability dataset. (required) * @return CompletableFuture<LLMObsDatasetDraftStateResponse> */ public CompletableFuture getLLMObsDatasetDraftStateAsync( @@ -5178,8 +5179,8 @@ public CompletableFuture getLLMObsDatasetDraftS * Retrieve the draft state of a dataset, including whether it is currently locked for editing and * which user holds the lock. * - * @param projectId The ID of the LLM Observability project. (required) - * @param datasetId The ID of the LLM Observability dataset. (required) + * @param projectId The ID of the Agent Observability project. (required) + * @param datasetId The ID of the Agent Observability dataset. (required) * @return ApiResponse<LLMObsDatasetDraftStateResponse> * @throws ApiException if fails to make API call * @http.response.details @@ -5248,12 +5249,12 @@ public ApiResponse getLLMObsDatasetDraftStateWi } /** - * Get LLM Observability dataset draft state. + * Get Agent Observability dataset draft state. * *

See {@link #getLLMObsDatasetDraftStateWithHttpInfo}. * - * @param projectId The ID of the LLM Observability project. (required) - * @param datasetId The ID of the LLM Observability dataset. (required) + * @param projectId The ID of the Agent Observability project. (required) + * @param datasetId The ID of the Agent Observability dataset. (required) * @return CompletableFuture<ApiResponse<LLMObsDatasetDraftStateResponse>> */ public CompletableFuture> @@ -5649,11 +5650,11 @@ public GetLLMObsPromptOptionalParameters label(String label) { } /** - * Get an LLM Observability prompt. + * Get an Agent Observability prompt. * *

See {@link #getLLMObsPromptWithHttpInfo}. * - * @param promptId The customer-provided identifier of the LLM Observability prompt. (required) + * @param promptId The customer-provided identifier of the Agent Observability prompt. (required) * @return LLMObsPromptSDKResponse * @throws ApiException if fails to make API call */ @@ -5662,11 +5663,11 @@ public LLMObsPromptSDKResponse getLLMObsPrompt(String promptId) throws ApiExcept } /** - * Get an LLM Observability prompt. + * Get an Agent Observability prompt. * *

See {@link #getLLMObsPromptWithHttpInfoAsync}. * - * @param promptId The customer-provided identifier of the LLM Observability prompt. (required) + * @param promptId The customer-provided identifier of the Agent Observability prompt. (required) * @return CompletableFuture<LLMObsPromptSDKResponse> */ public CompletableFuture getLLMObsPromptAsync(String promptId) { @@ -5678,11 +5679,11 @@ public CompletableFuture getLLMObsPromptAsync(String pr } /** - * Get an LLM Observability prompt. + * Get an Agent Observability prompt. * *

See {@link #getLLMObsPromptWithHttpInfo}. * - * @param promptId The customer-provided identifier of the LLM Observability prompt. (required) + * @param promptId The customer-provided identifier of the Agent Observability prompt. (required) * @param parameters Optional parameters for the request. * @return LLMObsPromptSDKResponse * @throws ApiException if fails to make API call @@ -5693,11 +5694,11 @@ public LLMObsPromptSDKResponse getLLMObsPrompt( } /** - * Get an LLM Observability prompt. + * Get an Agent Observability prompt. * *

See {@link #getLLMObsPromptWithHttpInfoAsync}. * - * @param promptId The customer-provided identifier of the LLM Observability prompt. (required) + * @param promptId The customer-provided identifier of the Agent Observability prompt. (required) * @param parameters Optional parameters for the request. * @return CompletableFuture<LLMObsPromptSDKResponse> */ @@ -5711,9 +5712,9 @@ public CompletableFuture getLLMObsPromptAsync( } /** - * Get the latest version of an LLM Observability prompt by prompt ID. + * Get the latest version of an Agent Observability prompt by prompt ID. * - * @param promptId The customer-provided identifier of the LLM Observability prompt. (required) + * @param promptId The customer-provided identifier of the Agent Observability prompt. (required) * @param parameters Optional parameters for the request. * @return ApiResponse<LLMObsPromptSDKResponse> * @throws ApiException if fails to make API call @@ -5776,11 +5777,11 @@ public ApiResponse getLLMObsPromptWithHttpInfo( } /** - * Get an LLM Observability prompt. + * Get an Agent Observability prompt. * *

See {@link #getLLMObsPromptWithHttpInfo}. * - * @param promptId The customer-provided identifier of the LLM Observability prompt. (required) + * @param promptId The customer-provided identifier of the Agent Observability prompt. (required) * @param parameters Optional parameters for the request. * @return CompletableFuture<ApiResponse<LLMObsPromptSDKResponse>> */ @@ -5845,12 +5846,12 @@ public CompletableFuture> getLLMObsPromptWi } /** - * Get a specific LLM Observability prompt version. + * Get a specific Agent Observability prompt version. * *

See {@link #getLLMObsPromptVersionWithHttpInfo}. * - * @param promptId The customer-provided identifier of the LLM Observability prompt. (required) - * @param version The version number of the LLM Observability prompt. (required) + * @param promptId The customer-provided identifier of the Agent Observability prompt. (required) + * @param version The version number of the Agent Observability prompt. (required) * @return LLMObsPromptVersionResponse * @throws ApiException if fails to make API call */ @@ -5860,12 +5861,12 @@ public LLMObsPromptVersionResponse getLLMObsPromptVersion(String promptId, Long } /** - * Get a specific LLM Observability prompt version. + * Get a specific Agent Observability prompt version. * *

See {@link #getLLMObsPromptVersionWithHttpInfoAsync}. * - * @param promptId The customer-provided identifier of the LLM Observability prompt. (required) - * @param version The version number of the LLM Observability prompt. (required) + * @param promptId The customer-provided identifier of the Agent Observability prompt. (required) + * @param version The version number of the Agent Observability prompt. (required) * @return CompletableFuture<LLMObsPromptVersionResponse> */ public CompletableFuture getLLMObsPromptVersionAsync( @@ -5878,10 +5879,10 @@ public CompletableFuture getLLMObsPromptVersionAsyn } /** - * Get the full template of a single, specific version of an LLM Observability prompt. + * Get the full template of a single, specific version of an Agent Observability prompt. * - * @param promptId The customer-provided identifier of the LLM Observability prompt. (required) - * @param version The version number of the LLM Observability prompt. (required) + * @param promptId The customer-provided identifier of the Agent Observability prompt. (required) + * @param version The version number of the Agent Observability prompt. (required) * @return ApiResponse<LLMObsPromptVersionResponse> * @throws ApiException if fails to make API call * @http.response.details @@ -5947,12 +5948,12 @@ public ApiResponse getLLMObsPromptVersionWithHttpIn } /** - * Get a specific LLM Observability prompt version. + * Get a specific Agent Observability prompt version. * *

See {@link #getLLMObsPromptVersionWithHttpInfo}. * - * @param promptId The customer-provided identifier of the LLM Observability prompt. (required) - * @param version The version number of the LLM Observability prompt. (required) + * @param promptId The customer-provided identifier of the Agent Observability prompt. (required) + * @param version The version number of the Agent Observability prompt. (required) * @return CompletableFuture<ApiResponse<LLMObsPromptVersionResponse>> */ public CompletableFuture> @@ -6057,7 +6058,7 @@ public ListLLMObsAnnotationQueuesOptionalParameters queueIds(List queueI } /** - * List LLM Observability annotation queues. + * List Agent Observability annotation queues. * *

See {@link #listLLMObsAnnotationQueuesWithHttpInfo}. * @@ -6071,7 +6072,7 @@ public LLMObsAnnotationQueuesResponse listLLMObsAnnotationQueues() throws ApiExc } /** - * List LLM Observability annotation queues. + * List Agent Observability annotation queues. * *

See {@link #listLLMObsAnnotationQueuesWithHttpInfoAsync}. * @@ -6087,7 +6088,7 @@ public CompletableFuture listLLMObsAnnotationQue } /** - * List LLM Observability annotation queues. + * List Agent Observability annotation queues. * *

See {@link #listLLMObsAnnotationQueuesWithHttpInfo}. * @@ -6101,7 +6102,7 @@ public LLMObsAnnotationQueuesResponse listLLMObsAnnotationQueues( } /** - * List LLM Observability annotation queues. + * List Agent Observability annotation queues. * *

See {@link #listLLMObsAnnotationQueuesWithHttpInfoAsync}. * @@ -6177,7 +6178,7 @@ public ApiResponse listLLMObsAnnotationQueuesWit } /** - * List LLM Observability annotation queues. + * List Agent Observability annotation queues. * *

See {@link #listLLMObsAnnotationQueuesWithHttpInfo}. * @@ -6266,7 +6267,7 @@ public CompletableFuture listLLMObsCustomEva } /** - * List all custom LLM Observability evaluator configurations for the organization. + * List all custom Agent Observability evaluator configurations for the organization. * * @return ApiResponse<LLMObsCustomEvalConfigListResponse> * @throws ApiException if fails to make API call @@ -6411,12 +6412,12 @@ public ListLLMObsDatasetRecordsOptionalParameters pageLimit(Long pageLimit) { } /** - * List LLM Observability dataset records. + * List Agent Observability dataset records. * *

See {@link #listLLMObsDatasetRecordsWithHttpInfo}. * - * @param projectId The ID of the LLM Observability project. (required) - * @param datasetId The ID of the LLM Observability dataset. (required) + * @param projectId The ID of the Agent Observability project. (required) + * @param datasetId The ID of the Agent Observability dataset. (required) * @return LLMObsDatasetRecordsListResponse * @throws ApiException if fails to make API call */ @@ -6428,12 +6429,12 @@ projectId, datasetId, new ListLLMObsDatasetRecordsOptionalParameters()) } /** - * List LLM Observability dataset records. + * List Agent Observability dataset records. * *

See {@link #listLLMObsDatasetRecordsWithHttpInfoAsync}. * - * @param projectId The ID of the LLM Observability project. (required) - * @param datasetId The ID of the LLM Observability dataset. (required) + * @param projectId The ID of the Agent Observability project. (required) + * @param datasetId The ID of the Agent Observability dataset. (required) * @return CompletableFuture<LLMObsDatasetRecordsListResponse> */ public CompletableFuture listLLMObsDatasetRecordsAsync( @@ -6447,12 +6448,12 @@ projectId, datasetId, new ListLLMObsDatasetRecordsOptionalParameters()) } /** - * List LLM Observability dataset records. + * List Agent Observability dataset records. * *

See {@link #listLLMObsDatasetRecordsWithHttpInfo}. * - * @param projectId The ID of the LLM Observability project. (required) - * @param datasetId The ID of the LLM Observability dataset. (required) + * @param projectId The ID of the Agent Observability project. (required) + * @param datasetId The ID of the Agent Observability dataset. (required) * @param parameters Optional parameters for the request. * @return LLMObsDatasetRecordsListResponse * @throws ApiException if fails to make API call @@ -6464,12 +6465,12 @@ public LLMObsDatasetRecordsListResponse listLLMObsDatasetRecords( } /** - * List LLM Observability dataset records. + * List Agent Observability dataset records. * *

See {@link #listLLMObsDatasetRecordsWithHttpInfoAsync}. * - * @param projectId The ID of the LLM Observability project. (required) - * @param datasetId The ID of the LLM Observability dataset. (required) + * @param projectId The ID of the Agent Observability project. (required) + * @param datasetId The ID of the Agent Observability dataset. (required) * @param parameters Optional parameters for the request. * @return CompletableFuture<LLMObsDatasetRecordsListResponse> */ @@ -6483,10 +6484,10 @@ public CompletableFuture listLLMObsDatasetReco } /** - * List all records in an LLM Observability dataset, sorted by creation date, newest first. + * List all records in an Agent Observability dataset, sorted by creation date, newest first. * - * @param projectId The ID of the LLM Observability project. (required) - * @param datasetId The ID of the LLM Observability dataset. (required) + * @param projectId The ID of the Agent Observability project. (required) + * @param datasetId The ID of the Agent Observability dataset. (required) * @param parameters Optional parameters for the request. * @return ApiResponse<LLMObsDatasetRecordsListResponse> * @throws ApiException if fails to make API call @@ -6562,12 +6563,12 @@ public ApiResponse listLLMObsDatasetRecordsWit } /** - * List LLM Observability dataset records. + * List Agent Observability dataset records. * *

See {@link #listLLMObsDatasetRecordsWithHttpInfo}. * - * @param projectId The ID of the LLM Observability project. (required) - * @param datasetId The ID of the LLM Observability dataset. (required) + * @param projectId The ID of the Agent Observability project. (required) + * @param datasetId The ID of the Agent Observability dataset. (required) * @param parameters Optional parameters for the request. * @return CompletableFuture<ApiResponse<LLMObsDatasetRecordsListResponse>> */ @@ -6707,11 +6708,11 @@ public ListLLMObsDatasetsOptionalParameters pageLimit(Long pageLimit) { } /** - * List LLM Observability datasets. + * List Agent Observability datasets. * *

See {@link #listLLMObsDatasetsWithHttpInfo}. * - * @param projectId The ID of the LLM Observability project. (required) + * @param projectId The ID of the Agent Observability project. (required) * @return LLMObsDatasetsResponse * @throws ApiException if fails to make API call */ @@ -6721,11 +6722,11 @@ public LLMObsDatasetsResponse listLLMObsDatasets(String projectId) throws ApiExc } /** - * List LLM Observability datasets. + * List Agent Observability datasets. * *

See {@link #listLLMObsDatasetsWithHttpInfoAsync}. * - * @param projectId The ID of the LLM Observability project. (required) + * @param projectId The ID of the Agent Observability project. (required) * @return CompletableFuture<LLMObsDatasetsResponse> */ public CompletableFuture listLLMObsDatasetsAsync(String projectId) { @@ -6738,11 +6739,11 @@ projectId, new ListLLMObsDatasetsOptionalParameters()) } /** - * List LLM Observability datasets. + * List Agent Observability datasets. * *

See {@link #listLLMObsDatasetsWithHttpInfo}. * - * @param projectId The ID of the LLM Observability project. (required) + * @param projectId The ID of the Agent Observability project. (required) * @param parameters Optional parameters for the request. * @return LLMObsDatasetsResponse * @throws ApiException if fails to make API call @@ -6753,11 +6754,11 @@ public LLMObsDatasetsResponse listLLMObsDatasets( } /** - * List LLM Observability datasets. + * List Agent Observability datasets. * *

See {@link #listLLMObsDatasetsWithHttpInfoAsync}. * - * @param projectId The ID of the LLM Observability project. (required) + * @param projectId The ID of the Agent Observability project. (required) * @param parameters Optional parameters for the request. * @return CompletableFuture<LLMObsDatasetsResponse> */ @@ -6771,9 +6772,9 @@ public CompletableFuture listLLMObsDatasetsAsync( } /** - * List all LLM Observability datasets for a project, sorted by creation date, newest first. + * List all Agent Observability datasets for a project, sorted by creation date, newest first. * - * @param projectId The ID of the LLM Observability project. (required) + * @param projectId The ID of the Agent Observability project. (required) * @param parameters Optional parameters for the request. * @return ApiResponse<LLMObsDatasetsResponse> * @throws ApiException if fails to make API call @@ -6843,11 +6844,11 @@ public ApiResponse listLLMObsDatasetsWithHttpInfo( } /** - * List LLM Observability datasets. + * List Agent Observability datasets. * *

See {@link #listLLMObsDatasetsWithHttpInfo}. * - * @param projectId The ID of the LLM Observability project. (required) + * @param projectId The ID of the Agent Observability project. (required) * @param parameters Optional parameters for the request. * @return CompletableFuture<ApiResponse<LLMObsDatasetsResponse>> */ @@ -6918,12 +6919,12 @@ public CompletableFuture> listLLMObsDatasets } /** - * List LLM Observability dataset versions. + * List Agent Observability dataset versions. * *

See {@link #listLLMObsDatasetVersionsWithHttpInfo}. * - * @param projectId The ID of the LLM Observability project. (required) - * @param datasetId The ID of the LLM Observability dataset. (required) + * @param projectId The ID of the Agent Observability project. (required) + * @param datasetId The ID of the Agent Observability dataset. (required) * @return LLMObsDatasetVersionsResponse * @throws ApiException if fails to make API call */ @@ -6933,12 +6934,12 @@ public LLMObsDatasetVersionsResponse listLLMObsDatasetVersions(String projectId, } /** - * List LLM Observability dataset versions. + * List Agent Observability dataset versions. * *

See {@link #listLLMObsDatasetVersionsWithHttpInfoAsync}. * - * @param projectId The ID of the LLM Observability project. (required) - * @param datasetId The ID of the LLM Observability dataset. (required) + * @param projectId The ID of the Agent Observability project. (required) + * @param datasetId The ID of the Agent Observability dataset. (required) * @return CompletableFuture<LLMObsDatasetVersionsResponse> */ public CompletableFuture listLLMObsDatasetVersionsAsync( @@ -6954,8 +6955,8 @@ public CompletableFuture listLLMObsDatasetVersion * List the active versions of a dataset. A version is created each time a dataset is referenced * by an experiment run. * - * @param projectId The ID of the LLM Observability project. (required) - * @param datasetId The ID of the LLM Observability dataset. (required) + * @param projectId The ID of the Agent Observability project. (required) + * @param datasetId The ID of the Agent Observability dataset. (required) * @return ApiResponse<LLMObsDatasetVersionsResponse> * @throws ApiException if fails to make API call * @http.response.details @@ -7022,12 +7023,12 @@ public ApiResponse listLLMObsDatasetVersionsWithH } /** - * List LLM Observability dataset versions. + * List Agent Observability dataset versions. * *

See {@link #listLLMObsDatasetVersionsWithHttpInfo}. * - * @param projectId The ID of the LLM Observability project. (required) - * @param datasetId The ID of the LLM Observability dataset. (required) + * @param projectId The ID of the Agent Observability project. (required) + * @param datasetId The ID of the Agent Observability dataset. (required) * @return CompletableFuture<ApiResponse<LLMObsDatasetVersionsResponse>> */ public CompletableFuture> @@ -7133,11 +7134,11 @@ public ListLLMObsExperimentEventsOptionalParameters pageCursor(String pageCursor } /** - * List events for an LLM Observability experiment. + * List events for an Agent Observability experiment. * *

See {@link #listLLMObsExperimentEventsWithHttpInfo}. * - * @param experimentId The ID of the LLM Observability experiment. (required) + * @param experimentId The ID of the Agent Observability experiment. (required) * @return LLMObsExperimentEventsV2Response * @throws ApiException if fails to make API call */ @@ -7149,11 +7150,11 @@ experimentId, new ListLLMObsExperimentEventsOptionalParameters()) } /** - * List events for an LLM Observability experiment. + * List events for an Agent Observability experiment. * *

See {@link #listLLMObsExperimentEventsWithHttpInfoAsync}. * - * @param experimentId The ID of the LLM Observability experiment. (required) + * @param experimentId The ID of the Agent Observability experiment. (required) * @return CompletableFuture<LLMObsExperimentEventsV2Response> */ public CompletableFuture listLLMObsExperimentEventsAsync( @@ -7167,11 +7168,11 @@ experimentId, new ListLLMObsExperimentEventsOptionalParameters()) } /** - * List events for an LLM Observability experiment. + * List events for an Agent Observability experiment. * *

See {@link #listLLMObsExperimentEventsWithHttpInfo}. * - * @param experimentId The ID of the LLM Observability experiment. (required) + * @param experimentId The ID of the Agent Observability experiment. (required) * @param parameters Optional parameters for the request. * @return LLMObsExperimentEventsV2Response * @throws ApiException if fails to make API call @@ -7183,11 +7184,11 @@ public LLMObsExperimentEventsV2Response listLLMObsExperimentEvents( } /** - * List events for an LLM Observability experiment. + * List events for an Agent Observability experiment. * *

See {@link #listLLMObsExperimentEventsWithHttpInfoAsync}. * - * @param experimentId The ID of the LLM Observability experiment. (required) + * @param experimentId The ID of the Agent Observability experiment. (required) * @param parameters Optional parameters for the request. * @return CompletableFuture<LLMObsExperimentEventsV2Response> */ @@ -7204,7 +7205,7 @@ public CompletableFuture listLLMObsExperimentE * Retrieve spans and experiment-level summary metrics for a given experiment with cursor-based * pagination. * - * @param experimentId The ID of the LLM Observability experiment. (required) + * @param experimentId The ID of the Agent Observability experiment. (required) * @param parameters Optional parameters for the request. * @return ApiResponse<LLMObsExperimentEventsV2Response> * @throws ApiException if fails to make API call @@ -7274,11 +7275,11 @@ public ApiResponse listLLMObsExperimentEventsW } /** - * List events for an LLM Observability experiment. + * List events for an Agent Observability experiment. * *

See {@link #listLLMObsExperimentEventsWithHttpInfo}. * - * @param experimentId The ID of the LLM Observability experiment. (required) + * @param experimentId The ID of the Agent Observability experiment. (required) * @param parameters Optional parameters for the request. * @return CompletableFuture<ApiResponse<LLMObsExperimentEventsV2Response>> */ @@ -7352,11 +7353,11 @@ public ApiResponse listLLMObsExperimentEventsW } /** - * List LLM Observability experiment spans (v1). + * List Agent Observability experiment spans (v1). * *

See {@link #listLLMObsExperimentEventsV1WithHttpInfo}. * - * @param experimentId The ID of the LLM Observability experiment. (required) + * @param experimentId The ID of the Agent Observability experiment. (required) * @return LLMObsExperimentSpansResponse * @throws ApiException if fails to make API call * @deprecated @@ -7368,11 +7369,11 @@ public LLMObsExperimentSpansResponse listLLMObsExperimentEventsV1(String experim } /** - * List LLM Observability experiment spans (v1). + * List Agent Observability experiment spans (v1). * *

See {@link #listLLMObsExperimentEventsV1WithHttpInfoAsync}. * - * @param experimentId The ID of the LLM Observability experiment. (required) + * @param experimentId The ID of the Agent Observability experiment. (required) * @return CompletableFuture<LLMObsExperimentSpansResponse> * @deprecated */ @@ -7391,7 +7392,7 @@ public CompletableFuture listLLMObsExperimentEven * no summary metrics and no pagination. Deprecated in favor of ListLLMObsExperimentEventsV3 * . * - * @param experimentId The ID of the LLM Observability experiment. (required) + * @param experimentId The ID of the Agent Observability experiment. (required) * @return ApiResponse<LLMObsExperimentSpansResponse> * @throws ApiException if fails to make API call * @http.response.details @@ -7457,11 +7458,11 @@ public ApiResponse listLLMObsExperimentEventsV1Wi } /** - * List LLM Observability experiment spans (v1). + * List Agent Observability experiment spans (v1). * *

See {@link #listLLMObsExperimentEventsV1WithHttpInfo}. * - * @param experimentId The ID of the LLM Observability experiment. (required) + * @param experimentId The ID of the Agent Observability experiment. (required) * @return CompletableFuture<ApiResponse<LLMObsExperimentSpansResponse>> * @deprecated */ @@ -7529,11 +7530,11 @@ public ApiResponse listLLMObsExperimentEventsV1Wi } /** - * List LLM Observability experiment events (v2). + * List Agent Observability experiment events (v2). * *

See {@link #listLLMObsExperimentEventsV2WithHttpInfo}. * - * @param experimentId The ID of the LLM Observability experiment. (required) + * @param experimentId The ID of the Agent Observability experiment. (required) * @return LLMObsExperimentEventsV2Response * @throws ApiException if fails to make API call * @deprecated @@ -7545,11 +7546,11 @@ public LLMObsExperimentEventsV2Response listLLMObsExperimentEventsV2(String expe } /** - * List LLM Observability experiment events (v2). + * List Agent Observability experiment events (v2). * *

See {@link #listLLMObsExperimentEventsV2WithHttpInfoAsync}. * - * @param experimentId The ID of the LLM Observability experiment. (required) + * @param experimentId The ID of the Agent Observability experiment. (required) * @return CompletableFuture<LLMObsExperimentEventsV2Response> * @deprecated */ @@ -7568,7 +7569,7 @@ public CompletableFuture listLLMObsExperimentE * events payload without pagination. Deprecated: use ListLLMObsExperimentEventsV3 * instead. * - * @param experimentId The ID of the LLM Observability experiment. (required) + * @param experimentId The ID of the Agent Observability experiment. (required) * @return ApiResponse<LLMObsExperimentEventsV2Response> * @throws ApiException if fails to make API call * @http.response.details @@ -7634,11 +7635,11 @@ public ApiResponse listLLMObsExperimentEventsV } /** - * List LLM Observability experiment events (v2). + * List Agent Observability experiment events (v2). * *

See {@link #listLLMObsExperimentEventsV2WithHttpInfo}. * - * @param experimentId The ID of the LLM Observability experiment. (required) + * @param experimentId The ID of the Agent Observability experiment. (required) * @return CompletableFuture<ApiResponse<LLMObsExperimentEventsV2Response>> * @deprecated */ @@ -7870,7 +7871,7 @@ public ListLLMObsExperimentsOptionalParameters pageLimit(Long pageLimit) { } /** - * List LLM Observability experiments. + * List Agent Observability experiments. * *

See {@link #listLLMObsExperimentsWithHttpInfo}. * @@ -7883,7 +7884,7 @@ public LLMObsExperimentsResponse listLLMObsExperiments() throws ApiException { } /** - * List LLM Observability experiments. + * List Agent Observability experiments. * *

See {@link #listLLMObsExperimentsWithHttpInfoAsync}. * @@ -7898,7 +7899,7 @@ public CompletableFuture listLLMObsExperimentsAsync() } /** - * List LLM Observability experiments. + * List Agent Observability experiments. * *

See {@link #listLLMObsExperimentsWithHttpInfo}. * @@ -7912,7 +7913,7 @@ public LLMObsExperimentsResponse listLLMObsExperiments( } /** - * List LLM Observability experiments. + * List Agent Observability experiments. * *

See {@link #listLLMObsExperimentsWithHttpInfoAsync}. * @@ -7929,7 +7930,7 @@ public CompletableFuture listLLMObsExperimentsAsync( } /** - * List all LLM Observability experiments sorted by creation date, newest first. + * List all Agent Observability experiments sorted by creation date, newest first. * * @param parameters Optional parameters for the request. * @return ApiResponse<LLMObsExperimentsResponse> @@ -8014,7 +8015,7 @@ public ApiResponse listLLMObsExperimentsWithHttpInfo( } /** - * List LLM Observability experiments. + * List Agent Observability experiments. * *

See {@link #listLLMObsExperimentsWithHttpInfo}. * @@ -9520,7 +9521,7 @@ public ListLLMObsProjectsOptionalParameters pageLimit(Long pageLimit) { } /** - * List LLM Observability projects. + * List Agent Observability projects. * *

See {@link #listLLMObsProjectsWithHttpInfo}. * @@ -9532,7 +9533,7 @@ public LLMObsProjectsResponse listLLMObsProjects() throws ApiException { } /** - * List LLM Observability projects. + * List Agent Observability projects. * *

See {@link #listLLMObsProjectsWithHttpInfoAsync}. * @@ -9547,7 +9548,7 @@ public CompletableFuture listLLMObsProjectsAsync() { } /** - * List LLM Observability projects. + * List Agent Observability projects. * *

See {@link #listLLMObsProjectsWithHttpInfo}. * @@ -9561,7 +9562,7 @@ public LLMObsProjectsResponse listLLMObsProjects(ListLLMObsProjectsOptionalParam } /** - * List LLM Observability projects. + * List Agent Observability projects. * *

See {@link #listLLMObsProjectsWithHttpInfoAsync}. * @@ -9578,7 +9579,7 @@ public CompletableFuture listLLMObsProjectsAsync( } /** - * List all LLM Observability projects sorted by creation date, newest first. + * List all Agent Observability projects sorted by creation date, newest first. * * @param parameters Optional parameters for the request. * @return ApiResponse<LLMObsProjectsResponse> @@ -9640,7 +9641,7 @@ public ApiResponse listLLMObsProjectsWithHttpInfo( } /** - * List LLM Observability projects. + * List Agent Observability projects. * *

See {@link #listLLMObsProjectsWithHttpInfo}. * @@ -9719,7 +9720,7 @@ public ListLLMObsPromptsOptionalParameters filterPromptId(String filterPromptId) } /** - * List LLM Observability prompts. + * List Agent Observability prompts. * *

See {@link #listLLMObsPromptsWithHttpInfo}. * @@ -9731,7 +9732,7 @@ public LLMObsPromptsResponse listLLMObsPrompts() throws ApiException { } /** - * List LLM Observability prompts. + * List Agent Observability prompts. * *

See {@link #listLLMObsPromptsWithHttpInfoAsync}. * @@ -9746,7 +9747,7 @@ public CompletableFuture listLLMObsPromptsAsync() { } /** - * List LLM Observability prompts. + * List Agent Observability prompts. * *

See {@link #listLLMObsPromptsWithHttpInfo}. * @@ -9760,7 +9761,7 @@ public LLMObsPromptsResponse listLLMObsPrompts(ListLLMObsPromptsOptionalParamete } /** - * List LLM Observability prompts. + * List Agent Observability prompts. * *

See {@link #listLLMObsPromptsWithHttpInfoAsync}. * @@ -9777,7 +9778,7 @@ public CompletableFuture listLLMObsPromptsAsync( } /** - * List all LLM Observability prompts in the prompt registry for the organization. + * List all Agent Observability prompts in the prompt registry for the organization. * * @param parameters Optional parameters for the request. * @return ApiResponse<LLMObsPromptsResponse> @@ -9832,7 +9833,7 @@ public ApiResponse listLLMObsPromptsWithHttpInfo( } /** - * List LLM Observability prompts. + * List Agent Observability prompts. * *

See {@link #listLLMObsPromptsWithHttpInfo}. * @@ -9889,11 +9890,11 @@ public CompletableFuture> listLLMObsPromptsWi } /** - * List versions of an LLM Observability prompt. + * List versions of an Agent Observability prompt. * *

See {@link #listLLMObsPromptVersionsWithHttpInfo}. * - * @param promptId The customer-provided identifier of the LLM Observability prompt. (required) + * @param promptId The customer-provided identifier of the Agent Observability prompt. (required) * @return LLMObsPromptVersionsResponse * @throws ApiException if fails to make API call */ @@ -9903,11 +9904,11 @@ public LLMObsPromptVersionsResponse listLLMObsPromptVersions(String promptId) } /** - * List versions of an LLM Observability prompt. + * List versions of an Agent Observability prompt. * *

See {@link #listLLMObsPromptVersionsWithHttpInfoAsync}. * - * @param promptId The customer-provided identifier of the LLM Observability prompt. (required) + * @param promptId The customer-provided identifier of the Agent Observability prompt. (required) * @return CompletableFuture<LLMObsPromptVersionsResponse> */ public CompletableFuture listLLMObsPromptVersionsAsync( @@ -9920,10 +9921,10 @@ public CompletableFuture listLLMObsPromptVersionsA } /** - * List all versions of an LLM Observability prompt, ordered newest to oldest. If the prompt does - * not exist, is not registered, or is archived, the response contains an empty list. + * List all versions of an Agent Observability prompt, ordered newest to oldest. If the prompt + * does not exist, is not registered, or is archived, the response contains an empty list. * - * @param promptId The customer-provided identifier of the LLM Observability prompt. (required) + * @param promptId The customer-provided identifier of the Agent Observability prompt. (required) * @return ApiResponse<LLMObsPromptVersionsResponse> * @throws ApiException if fails to make API call * @http.response.details @@ -9980,11 +9981,11 @@ public ApiResponse listLLMObsPromptVersionsWithHtt } /** - * List versions of an LLM Observability prompt. + * List versions of an Agent Observability prompt. * *

See {@link #listLLMObsPromptVersionsWithHttpInfo}. * - * @param promptId The customer-provided identifier of the LLM Observability prompt. (required) + * @param promptId The customer-provided identifier of the Agent Observability prompt. (required) * @return CompletableFuture<ApiResponse<LLMObsPromptVersionsResponse>> */ public CompletableFuture> @@ -10089,7 +10090,7 @@ public ListLLMObsSpansOptionalParameters filterTo(String filterTo) { /** * Set filterQuery. * - * @param filterQuery Search query using LLM Observability query syntax. Supports attribute + * @param filterQuery Search query using Agent Observability query syntax. Supports attribute * filters using the field:value syntax (e.g. session_id, trace_id, ml_app, meta.span.kind). * When provided, structured field filters (filter[span_id], * filter[trace_id], etc.) are ignored. (optional) @@ -10203,7 +10204,7 @@ public ListLLMObsSpansOptionalParameters includeAttachments(Boolean includeAttac } /** - * List LLM Observability spans. + * List Agent Observability spans. * *

See {@link #listLLMObsSpansWithHttpInfo}. * @@ -10215,7 +10216,7 @@ public LLMObsSpansResponse listLLMObsSpans() throws ApiException { } /** - * List LLM Observability spans. + * List Agent Observability spans. * *

See {@link #listLLMObsSpansWithHttpInfoAsync}. * @@ -10230,7 +10231,7 @@ public CompletableFuture listLLMObsSpansAsync() { } /** - * List LLM Observability spans. + * List Agent Observability spans. * *

See {@link #listLLMObsSpansWithHttpInfo}. * @@ -10244,7 +10245,7 @@ public LLMObsSpansResponse listLLMObsSpans(ListLLMObsSpansOptionalParameters par } /** - * List LLM Observability spans. + * List Agent Observability spans. * *

See {@link #listLLMObsSpansWithHttpInfoAsync}. * @@ -10261,7 +10262,7 @@ public CompletableFuture listLLMObsSpansAsync( } /** - * List LLM Observability spans matching the specified filters. + * List Agent Observability spans matching the specified filters. * * @param parameters Optional parameters for the request. * @return ApiResponse<LLMObsSpansResponse> @@ -10340,7 +10341,7 @@ public ApiResponse listLLMObsSpansWithHttpInfo( } /** - * List LLM Observability spans. + * List Agent Observability spans. * *

See {@link #listLLMObsSpansWithHttpInfo}. * @@ -10420,12 +10421,12 @@ public CompletableFuture> listLLMObsSpansWithHt } /** - * Lock LLM Observability dataset draft state. + * Lock Agent Observability dataset draft state. * *

See {@link #lockLLMObsDatasetDraftStateWithHttpInfo}. * - * @param projectId The ID of the LLM Observability project. (required) - * @param datasetId The ID of the LLM Observability dataset. (required) + * @param projectId The ID of the Agent Observability project. (required) + * @param datasetId The ID of the Agent Observability dataset. (required) * @return LLMObsDatasetDraftStateResponse * @throws ApiException if fails to make API call */ @@ -10435,12 +10436,12 @@ public LLMObsDatasetDraftStateResponse lockLLMObsDatasetDraftState( } /** - * Lock LLM Observability dataset draft state. + * Lock Agent Observability dataset draft state. * *

See {@link #lockLLMObsDatasetDraftStateWithHttpInfoAsync}. * - * @param projectId The ID of the LLM Observability project. (required) - * @param datasetId The ID of the LLM Observability dataset. (required) + * @param projectId The ID of the Agent Observability project. (required) + * @param datasetId The ID of the Agent Observability dataset. (required) * @return CompletableFuture<LLMObsDatasetDraftStateResponse> */ public CompletableFuture lockLLMObsDatasetDraftStateAsync( @@ -10456,8 +10457,8 @@ public CompletableFuture lockLLMObsDatasetDraft * Acquire the draft lock on a dataset for the calling user. The lock prevents other users from * concurrently editing the dataset draft. * - * @param projectId The ID of the LLM Observability project. (required) - * @param datasetId The ID of the LLM Observability dataset. (required) + * @param projectId The ID of the Agent Observability project. (required) + * @param datasetId The ID of the Agent Observability dataset. (required) * @return ApiResponse<LLMObsDatasetDraftStateResponse> * @throws ApiException if fails to make API call * @http.response.details @@ -10526,12 +10527,12 @@ public ApiResponse lockLLMObsDatasetDraftStateW } /** - * Lock LLM Observability dataset draft state. + * Lock Agent Observability dataset draft state. * *

See {@link #lockLLMObsDatasetDraftStateWithHttpInfo}. * - * @param projectId The ID of the LLM Observability project. (required) - * @param datasetId The ID of the LLM Observability dataset. (required) + * @param projectId The ID of the Agent Observability project. (required) + * @param datasetId The ID of the Agent Observability dataset. (required) * @return CompletableFuture<ApiResponse<LLMObsDatasetDraftStateResponse>> */ public CompletableFuture> @@ -10609,12 +10610,12 @@ public ApiResponse lockLLMObsDatasetDraftStateW } /** - * Restore an LLM Observability dataset version. + * Restore an Agent Observability dataset version. * *

See {@link #restoreLLMObsDatasetVersionWithHttpInfo}. * - * @param projectId The ID of the LLM Observability project. (required) - * @param datasetId The ID of the LLM Observability dataset. (required) + * @param projectId The ID of the Agent Observability project. (required) + * @param datasetId The ID of the Agent Observability dataset. (required) * @param body Restore dataset version payload. (required) * @throws ApiException if fails to make API call */ @@ -10625,12 +10626,12 @@ public void restoreLLMObsDatasetVersion( } /** - * Restore an LLM Observability dataset version. + * Restore an Agent Observability dataset version. * *

See {@link #restoreLLMObsDatasetVersionWithHttpInfoAsync}. * - * @param projectId The ID of the LLM Observability project. (required) - * @param datasetId The ID of the LLM Observability dataset. (required) + * @param projectId The ID of the Agent Observability project. (required) + * @param datasetId The ID of the Agent Observability dataset. (required) * @param body Restore dataset version payload. (required) * @return CompletableFuture */ @@ -10647,8 +10648,8 @@ public CompletableFuture restoreLLMObsDatasetVersionAsync( * Restore a dataset to a previous version. The dataset's current version is bumped, and its * records are replaced with the records from the specified prior version. * - * @param projectId The ID of the LLM Observability project. (required) - * @param datasetId The ID of the LLM Observability dataset. (required) + * @param projectId The ID of the Agent Observability project. (required) + * @param datasetId The ID of the Agent Observability dataset. (required) * @param body Restore dataset version payload. (required) * @return ApiResponse<Void> * @throws ApiException if fails to make API call @@ -10725,12 +10726,12 @@ public ApiResponse restoreLLMObsDatasetVersionWithHttpInfo( } /** - * Restore an LLM Observability dataset version. + * Restore an Agent Observability dataset version. * *

See {@link #restoreLLMObsDatasetVersionWithHttpInfo}. * - * @param projectId The ID of the LLM Observability project. (required) - * @param datasetId The ID of the LLM Observability dataset. (required) + * @param projectId The ID of the Agent Observability project. (required) + * @param datasetId The ID of the Agent Observability dataset. (required) * @param body Restore dataset version payload. (required) * @return CompletableFuture<ApiResponse<Void>> */ @@ -10815,7 +10816,7 @@ public CompletableFuture> restoreLLMObsDatasetVersionWithHttpI } /** - * Search LLM Observability experimentation entities. + * Search Agent Observability experimentation. * *

See {@link #searchLLMObsExperimentationWithHttpInfo}. * @@ -10829,7 +10830,7 @@ public LLMObsExperimentationSearchResponse searchLLMObsExperimentation( } /** - * Search LLM Observability experimentation entities. + * Search Agent Observability experimentation. * *

See {@link #searchLLMObsExperimentationWithHttpInfoAsync}. * @@ -10846,8 +10847,8 @@ public CompletableFuture searchLLMObsExperi } /** - * Search across LLM Observability experimentation entities — projects, datasets, dataset records, - * experiments, and experiment runs — using cursor-based pagination. + * Search across Agent Observability experimentation entities — projects, datasets, dataset + * records, experiments, and experiment runs — using cursor-based pagination. * *

The filter.scope field controls which entity types are returned. At least one * valid scope must be provided. @@ -10914,7 +10915,7 @@ public ApiResponse searchLLMObsExperimentat } /** - * Search LLM Observability experimentation entities. + * Search Agent Observability experimentation. * *

See {@link #searchLLMObsExperimentationWithHttpInfo}. * @@ -10980,7 +10981,7 @@ public ApiResponse searchLLMObsExperimentat } /** - * Search LLM Observability spans. + * Search Agent Observability spans. * *

See {@link #searchLLMObsSpansWithHttpInfo}. * @@ -10993,7 +10994,7 @@ public LLMObsSpansResponse searchLLMObsSpans(LLMObsSearchSpansRequest body) thro } /** - * Search LLM Observability spans. + * Search Agent Observability spans. * *

See {@link #searchLLMObsSpansWithHttpInfoAsync}. * @@ -11010,7 +11011,7 @@ public CompletableFuture searchLLMObsSpansAsync( } /** - * Search LLM Observability spans using structured filters in the request body. + * Search Agent Observability spans using structured filters in the request body. * * @param body Search spans payload. (required) * @return ApiResponse<LLMObsSpansResponse> @@ -11068,7 +11069,7 @@ public ApiResponse searchLLMObsSpansWithHttpInfo( } /** - * Search LLM Observability spans. + * Search Agent Observability spans. * *

See {@link #searchLLMObsSpansWithHttpInfo}. * @@ -11161,7 +11162,7 @@ public LLMObsExperimentationSimpleSearchResponse simpleSearchLLMObsExperimentati } /** - * Search across LLM Observability experimentation entities using offset-based (page-number) + * Search across Agent Observability experimentation entities using offset-based (page-number) * pagination. Use this endpoint when you need total page count or want to navigate to a specific * page number. * @@ -11451,12 +11452,12 @@ public ApiResponse triggerLLMObsPatternsWithHttpI } /** - * Unlock LLM Observability dataset draft state. + * Unlock Agent Observability dataset draft state. * *

See {@link #unlockLLMObsDatasetDraftStateWithHttpInfo}. * - * @param projectId The ID of the LLM Observability project. (required) - * @param datasetId The ID of the LLM Observability dataset. (required) + * @param projectId The ID of the Agent Observability project. (required) + * @param datasetId The ID of the Agent Observability dataset. (required) * @throws ApiException if fails to make API call */ public void unlockLLMObsDatasetDraftState(String projectId, String datasetId) @@ -11465,12 +11466,12 @@ public void unlockLLMObsDatasetDraftState(String projectId, String datasetId) } /** - * Unlock LLM Observability dataset draft state. + * Unlock Agent Observability dataset draft state. * *

See {@link #unlockLLMObsDatasetDraftStateWithHttpInfoAsync}. * - * @param projectId The ID of the LLM Observability project. (required) - * @param datasetId The ID of the LLM Observability dataset. (required) + * @param projectId The ID of the Agent Observability project. (required) + * @param datasetId The ID of the Agent Observability dataset. (required) * @return CompletableFuture */ public CompletableFuture unlockLLMObsDatasetDraftStateAsync( @@ -11486,8 +11487,8 @@ public CompletableFuture unlockLLMObsDatasetDraftStateAsync( * Release the draft lock on a dataset held by the calling user, allowing other users to edit the * dataset draft. * - * @param projectId The ID of the LLM Observability project. (required) - * @param datasetId The ID of the LLM Observability dataset. (required) + * @param projectId The ID of the Agent Observability project. (required) + * @param datasetId The ID of the Agent Observability dataset. (required) * @return ApiResponse<Void> * @throws ApiException if fails to make API call * @http.response.details @@ -11556,12 +11557,12 @@ public ApiResponse unlockLLMObsDatasetDraftStateWithHttpInfo( } /** - * Unlock LLM Observability dataset draft state. + * Unlock Agent Observability dataset draft state. * *

See {@link #unlockLLMObsDatasetDraftStateWithHttpInfo}. * - * @param projectId The ID of the LLM Observability project. (required) - * @param datasetId The ID of the LLM Observability dataset. (required) + * @param projectId The ID of the Agent Observability project. (required) + * @param datasetId The ID of the Agent Observability dataset. (required) * @return CompletableFuture<ApiResponse<Void>> */ public CompletableFuture> unlockLLMObsDatasetDraftStateWithHttpInfoAsync( @@ -11635,11 +11636,11 @@ public CompletableFuture> unlockLLMObsDatasetDraftStateWithHtt } /** - * Update an LLM Observability annotation queue. + * Update an Agent Observability annotation queue. * *

See {@link #updateLLMObsAnnotationQueueWithHttpInfo}. * - * @param queueId The ID of the LLM Observability annotation queue. (required) + * @param queueId The ID of the Agent Observability annotation queue. (required) * @param body Update annotation queue payload. (required) * @return LLMObsAnnotationQueueResponse * @throws ApiException if fails to make API call @@ -11650,11 +11651,11 @@ public LLMObsAnnotationQueueResponse updateLLMObsAnnotationQueue( } /** - * Update an LLM Observability annotation queue. + * Update an Agent Observability annotation queue. * *

See {@link #updateLLMObsAnnotationQueueWithHttpInfoAsync}. * - * @param queueId The ID of the LLM Observability annotation queue. (required) + * @param queueId The ID of the Agent Observability annotation queue. (required) * @param body Update annotation queue payload. (required) * @return CompletableFuture<LLMObsAnnotationQueueResponse> */ @@ -11671,7 +11672,7 @@ public CompletableFuture updateLLMObsAnnotationQu * Partially update an annotation queue. The name, description, and * annotation_schema fields can be updated. * - * @param queueId The ID of the LLM Observability annotation queue. (required) + * @param queueId The ID of the Agent Observability annotation queue. (required) * @param body Update annotation queue payload. (required) * @return ApiResponse<LLMObsAnnotationQueueResponse> * @throws ApiException if fails to make API call @@ -11737,11 +11738,11 @@ public ApiResponse updateLLMObsAnnotationQueueWit } /** - * Update an LLM Observability annotation queue. + * Update an Agent Observability annotation queue. * *

See {@link #updateLLMObsAnnotationQueueWithHttpInfo}. * - * @param queueId The ID of the LLM Observability annotation queue. (required) + * @param queueId The ID of the Agent Observability annotation queue. (required) * @param body Update annotation queue payload. (required) * @return CompletableFuture<ApiResponse<LLMObsAnnotationQueueResponse>> */ @@ -11822,7 +11823,7 @@ public ApiResponse updateLLMObsAnnotationQueueWit * *

See {@link #updateLLMObsAnnotationQueueLabelSchemaWithHttpInfo}. * - * @param queueId The ID of the LLM Observability annotation queue. (required) + * @param queueId The ID of the Agent Observability annotation queue. (required) * @param body Update label schema payload. (required) * @return LLMObsAnnotationQueueLabelSchemaResponse * @throws ApiException if fails to make API call @@ -11837,7 +11838,7 @@ public LLMObsAnnotationQueueLabelSchemaResponse updateLLMObsAnnotationQueueLabel * *

See {@link #updateLLMObsAnnotationQueueLabelSchemaWithHttpInfoAsync}. * - * @param queueId The ID of the LLM Observability annotation queue. (required) + * @param queueId The ID of the Agent Observability annotation queue. (required) * @param body Update label schema payload. (required) * @return CompletableFuture<LLMObsAnnotationQueueLabelSchemaResponse> */ @@ -11857,7 +11858,7 @@ public LLMObsAnnotationQueueLabelSchemaResponse updateLLMObsAnnotationQueueLabel * queue and match the pattern ^[a-zA-Z0-9_-]+$. Each label must have a valid type: * score, categorical, boolean, or text. * - * @param queueId The ID of the LLM Observability annotation queue. (required) + * @param queueId The ID of the Agent Observability annotation queue. (required) * @param body Update label schema payload. (required) * @return ApiResponse<LLMObsAnnotationQueueLabelSchemaResponse> * @throws ApiException if fails to make API call @@ -11933,7 +11934,7 @@ public LLMObsAnnotationQueueLabelSchemaResponse updateLLMObsAnnotationQueueLabel * *

See {@link #updateLLMObsAnnotationQueueLabelSchemaWithHttpInfo}. * - * @param queueId The ID of the LLM Observability annotation queue. (required) + * @param queueId The ID of the Agent Observability annotation queue. (required) * @param body Update label schema payload. (required) * @return CompletableFuture<ApiResponse<LLMObsAnnotationQueueLabelSchemaResponse>> */ @@ -12016,7 +12017,7 @@ public LLMObsAnnotationQueueLabelSchemaResponse updateLLMObsAnnotationQueueLabel * *

See {@link #updateLLMObsCustomEvalConfigWithHttpInfo}. * - * @param evalName The name of the custom LLM Observability evaluator configuration. (required) + * @param evalName The name of the custom Agent Observability evaluator configuration. (required) * @param body Custom evaluator configuration payload. (required) * @throws ApiException if fails to make API call */ @@ -12030,7 +12031,7 @@ public void updateLLMObsCustomEvalConfig( * *

See {@link #updateLLMObsCustomEvalConfigWithHttpInfoAsync}. * - * @param evalName The name of the custom LLM Observability evaluator configuration. (required) + * @param evalName The name of the custom Agent Observability evaluator configuration. (required) * @param body Custom evaluator configuration payload. (required) * @return CompletableFuture */ @@ -12044,9 +12045,9 @@ public CompletableFuture updateLLMObsCustomEvalConfigAsync( } /** - * Create or update a custom LLM Observability evaluator configuration by its name. + * Create or update a custom Agent Observability evaluator configuration by its name. * - * @param evalName The name of the custom LLM Observability evaluator configuration. (required) + * @param evalName The name of the custom Agent Observability evaluator configuration. (required) * @param body Custom evaluator configuration payload. (required) * @return ApiResponse<Void> * @throws ApiException if fails to make API call @@ -12118,7 +12119,7 @@ public ApiResponse updateLLMObsCustomEvalConfigWithHttpInfo( * *

See {@link #updateLLMObsCustomEvalConfigWithHttpInfo}. * - * @param evalName The name of the custom LLM Observability evaluator configuration. (required) + * @param evalName The name of the custom Agent Observability evaluator configuration. (required) * @param body Custom evaluator configuration payload. (required) * @return CompletableFuture<ApiResponse<Void>> */ @@ -12191,12 +12192,12 @@ public CompletableFuture> updateLLMObsCustomEvalConfigWithHttp } /** - * Update an LLM Observability dataset. + * Update an Agent Observability dataset. * *

See {@link #updateLLMObsDatasetWithHttpInfo}. * - * @param projectId The ID of the LLM Observability project. (required) - * @param datasetId The ID of the LLM Observability dataset. (required) + * @param projectId The ID of the Agent Observability project. (required) + * @param datasetId The ID of the Agent Observability dataset. (required) * @param body Update dataset payload. (required) * @return LLMObsDatasetResponse * @throws ApiException if fails to make API call @@ -12207,12 +12208,12 @@ public LLMObsDatasetResponse updateLLMObsDataset( } /** - * Update an LLM Observability dataset. + * Update an Agent Observability dataset. * *

See {@link #updateLLMObsDatasetWithHttpInfoAsync}. * - * @param projectId The ID of the LLM Observability project. (required) - * @param datasetId The ID of the LLM Observability dataset. (required) + * @param projectId The ID of the Agent Observability project. (required) + * @param datasetId The ID of the Agent Observability dataset. (required) * @param body Update dataset payload. (required) * @return CompletableFuture<LLMObsDatasetResponse> */ @@ -12226,10 +12227,10 @@ public CompletableFuture updateLLMObsDatasetAsync( } /** - * Partially update an existing LLM Observability dataset within the specified project. + * Partially update an existing Agent Observability dataset within the specified project. * - * @param projectId The ID of the LLM Observability project. (required) - * @param datasetId The ID of the LLM Observability dataset. (required) + * @param projectId The ID of the Agent Observability project. (required) + * @param datasetId The ID of the Agent Observability dataset. (required) * @param body Update dataset payload. (required) * @return ApiResponse<LLMObsDatasetResponse> * @throws ApiException if fails to make API call @@ -12302,12 +12303,12 @@ public ApiResponse updateLLMObsDatasetWithHttpInfo( } /** - * Update an LLM Observability dataset. + * Update an Agent Observability dataset. * *

See {@link #updateLLMObsDatasetWithHttpInfo}. * - * @param projectId The ID of the LLM Observability project. (required) - * @param datasetId The ID of the LLM Observability dataset. (required) + * @param projectId The ID of the Agent Observability project. (required) + * @param datasetId The ID of the Agent Observability dataset. (required) * @param body Update dataset payload. (required) * @return CompletableFuture<ApiResponse<LLMObsDatasetResponse>> */ @@ -12387,12 +12388,12 @@ public CompletableFuture> updateLLMObsDataset } /** - * Update LLM Observability dataset records. + * Update Agent Observability dataset records. * *

See {@link #updateLLMObsDatasetRecordsWithHttpInfo}. * - * @param projectId The ID of the LLM Observability project. (required) - * @param datasetId The ID of the LLM Observability dataset. (required) + * @param projectId The ID of the Agent Observability project. (required) + * @param datasetId The ID of the Agent Observability dataset. (required) * @param body Update records payload. (required) * @return LLMObsDatasetRecordsMutationResponse * @throws ApiException if fails to make API call @@ -12404,12 +12405,12 @@ public LLMObsDatasetRecordsMutationResponse updateLLMObsDatasetRecords( } /** - * Update LLM Observability dataset records. + * Update Agent Observability dataset records. * *

See {@link #updateLLMObsDatasetRecordsWithHttpInfoAsync}. * - * @param projectId The ID of the LLM Observability project. (required) - * @param datasetId The ID of the LLM Observability dataset. (required) + * @param projectId The ID of the Agent Observability project. (required) + * @param datasetId The ID of the Agent Observability dataset. (required) * @param body Update records payload. (required) * @return CompletableFuture<LLMObsDatasetRecordsMutationResponse> */ @@ -12423,10 +12424,10 @@ public CompletableFuture updateLLMObsDatas } /** - * Update one or more existing records in an LLM Observability dataset. + * Update one or more existing records in an Agent Observability dataset. * - * @param projectId The ID of the LLM Observability project. (required) - * @param datasetId The ID of the LLM Observability dataset. (required) + * @param projectId The ID of the Agent Observability project. (required) + * @param datasetId The ID of the Agent Observability dataset. (required) * @param body Update records payload. (required) * @return ApiResponse<LLMObsDatasetRecordsMutationResponse> * @throws ApiException if fails to make API call @@ -12502,12 +12503,12 @@ public ApiResponse updateLLMObsDatasetReco } /** - * Update LLM Observability dataset records. + * Update Agent Observability dataset records. * *

See {@link #updateLLMObsDatasetRecordsWithHttpInfo}. * - * @param projectId The ID of the LLM Observability project. (required) - * @param datasetId The ID of the LLM Observability dataset. (required) + * @param projectId The ID of the Agent Observability project. (required) + * @param datasetId The ID of the Agent Observability dataset. (required) * @param body Update records payload. (required) * @return CompletableFuture<ApiResponse<LLMObsDatasetRecordsMutationResponse>> */ @@ -12598,11 +12599,11 @@ public ApiResponse updateLLMObsDatasetReco } /** - * Update an LLM Observability experiment. + * Update an Agent Observability experiment. * *

See {@link #updateLLMObsExperimentWithHttpInfo}. * - * @param experimentId The ID of the LLM Observability experiment. (required) + * @param experimentId The ID of the Agent Observability experiment. (required) * @param body Update experiment payload. (required) * @return LLMObsExperimentResponse * @throws ApiException if fails to make API call @@ -12613,11 +12614,11 @@ public LLMObsExperimentResponse updateLLMObsExperiment( } /** - * Update an LLM Observability experiment. + * Update an Agent Observability experiment. * *

See {@link #updateLLMObsExperimentWithHttpInfoAsync}. * - * @param experimentId The ID of the LLM Observability experiment. (required) + * @param experimentId The ID of the Agent Observability experiment. (required) * @param body Update experiment payload. (required) * @return CompletableFuture<LLMObsExperimentResponse> */ @@ -12631,9 +12632,9 @@ public CompletableFuture updateLLMObsExperimentAsync( } /** - * Partially update an existing LLM Observability experiment. + * Partially update an existing Agent Observability experiment. * - * @param experimentId The ID of the LLM Observability experiment. (required) + * @param experimentId The ID of the Agent Observability experiment. (required) * @param body Update experiment payload. (required) * @return ApiResponse<LLMObsExperimentResponse> * @throws ApiException if fails to make API call @@ -12700,11 +12701,11 @@ public ApiResponse updateLLMObsExperimentWithHttpInfo( } /** - * Update an LLM Observability experiment. + * Update an Agent Observability experiment. * *

See {@link #updateLLMObsExperimentWithHttpInfo}. * - * @param experimentId The ID of the LLM Observability experiment. (required) + * @param experimentId The ID of the Agent Observability experiment. (required) * @param body Update experiment payload. (required) * @return CompletableFuture<ApiResponse<LLMObsExperimentResponse>> */ @@ -12777,11 +12778,11 @@ public ApiResponse updateLLMObsExperimentWithHttpInfo( } /** - * Update an LLM Observability project. + * Update an Agent Observability project. * *

See {@link #updateLLMObsProjectWithHttpInfo}. * - * @param projectId The ID of the LLM Observability project. (required) + * @param projectId The ID of the Agent Observability project. (required) * @param body Update project payload. (required) * @return LLMObsProjectResponse * @throws ApiException if fails to make API call @@ -12792,11 +12793,11 @@ public LLMObsProjectResponse updateLLMObsProject( } /** - * Update an LLM Observability project. + * Update an Agent Observability project. * *

See {@link #updateLLMObsProjectWithHttpInfoAsync}. * - * @param projectId The ID of the LLM Observability project. (required) + * @param projectId The ID of the Agent Observability project. (required) * @param body Update project payload. (required) * @return CompletableFuture<LLMObsProjectResponse> */ @@ -12810,9 +12811,9 @@ public CompletableFuture updateLLMObsProjectAsync( } /** - * Partially update an existing LLM Observability project. + * Partially update an existing Agent Observability project. * - * @param projectId The ID of the LLM Observability project. (required) + * @param projectId The ID of the Agent Observability project. (required) * @param body Update project payload. (required) * @return ApiResponse<LLMObsProjectResponse> * @throws ApiException if fails to make API call @@ -12878,11 +12879,11 @@ public ApiResponse updateLLMObsProjectWithHttpInfo( } /** - * Update an LLM Observability project. + * Update an Agent Observability project. * *

See {@link #updateLLMObsProjectWithHttpInfo}. * - * @param projectId The ID of the LLM Observability project. (required) + * @param projectId The ID of the Agent Observability project. (required) * @param body Update project payload. (required) * @return CompletableFuture<ApiResponse<LLMObsProjectResponse>> */ @@ -12952,11 +12953,11 @@ public CompletableFuture> updateLLMObsProject } /** - * Update an LLM Observability prompt. + * Update an Agent Observability prompt. * *

See {@link #updateLLMObsPromptWithHttpInfo}. * - * @param promptId The customer-provided identifier of the LLM Observability prompt. (required) + * @param promptId The customer-provided identifier of the Agent Observability prompt. (required) * @param body Update prompt payload. (required) * @return LLMObsPromptResponse * @throws ApiException if fails to make API call @@ -12967,11 +12968,11 @@ public LLMObsPromptResponse updateLLMObsPrompt(String promptId, LLMObsUpdateProm } /** - * Update an LLM Observability prompt. + * Update an Agent Observability prompt. * *

See {@link #updateLLMObsPromptWithHttpInfoAsync}. * - * @param promptId The customer-provided identifier of the LLM Observability prompt. (required) + * @param promptId The customer-provided identifier of the Agent Observability prompt. (required) * @param body Update prompt payload. (required) * @return CompletableFuture<LLMObsPromptResponse> */ @@ -12985,9 +12986,9 @@ public CompletableFuture updateLLMObsPromptAsync( } /** - * Update the title, the description, or both, for an LLM Observability prompt. + * Update the title, the description, or both, for an Agent Observability prompt. * - * @param promptId The customer-provided identifier of the LLM Observability prompt. (required) + * @param promptId The customer-provided identifier of the Agent Observability prompt. (required) * @param body Update prompt payload. (required) * @return ApiResponse<LLMObsPromptResponse> * @throws ApiException if fails to make API call @@ -13053,11 +13054,11 @@ public ApiResponse updateLLMObsPromptWithHttpInfo( } /** - * Update an LLM Observability prompt. + * Update an Agent Observability prompt. * *

See {@link #updateLLMObsPromptWithHttpInfo}. * - * @param promptId The customer-provided identifier of the LLM Observability prompt. (required) + * @param promptId The customer-provided identifier of the Agent Observability prompt. (required) * @param body Update prompt payload. (required) * @return CompletableFuture<ApiResponse<LLMObsPromptResponse>> */ @@ -13127,12 +13128,12 @@ public CompletableFuture> updateLLMObsPromptWi } /** - * Update a specific LLM Observability prompt version. + * Update an Agent Observability prompt version. * *

See {@link #updateLLMObsPromptVersionWithHttpInfo}. * - * @param promptId The customer-provided identifier of the LLM Observability prompt. (required) - * @param version The version number of the LLM Observability prompt. (required) + * @param promptId The customer-provided identifier of the Agent Observability prompt. (required) + * @param version The version number of the Agent Observability prompt. (required) * @param body Update prompt version payload. (required) * @return LLMObsPromptVersionResponse * @throws ApiException if fails to make API call @@ -13143,12 +13144,12 @@ public LLMObsPromptVersionResponse updateLLMObsPromptVersion( } /** - * Update a specific LLM Observability prompt version. + * Update an Agent Observability prompt version. * *

See {@link #updateLLMObsPromptVersionWithHttpInfoAsync}. * - * @param promptId The customer-provided identifier of the LLM Observability prompt. (required) - * @param version The version number of the LLM Observability prompt. (required) + * @param promptId The customer-provided identifier of the Agent Observability prompt. (required) + * @param version The version number of the Agent Observability prompt. (required) * @param body Update prompt version payload. (required) * @return CompletableFuture<LLMObsPromptVersionResponse> */ @@ -13163,10 +13164,10 @@ public CompletableFuture updateLLMObsPromptVersionA /** * Update the description, the feature-flag environments, or both, for a specific version of an - * LLM Observability prompt. + * Agent Observability prompt. * - * @param promptId The customer-provided identifier of the LLM Observability prompt. (required) - * @param version The version number of the LLM Observability prompt. (required) + * @param promptId The customer-provided identifier of the Agent Observability prompt. (required) + * @param version The version number of the Agent Observability prompt. (required) * @param body Update prompt version payload. (required) * @return ApiResponse<LLMObsPromptVersionResponse> * @throws ApiException if fails to make API call @@ -13239,12 +13240,12 @@ public ApiResponse updateLLMObsPromptVersionWithHtt } /** - * Update a specific LLM Observability prompt version. + * Update an Agent Observability prompt version. * *

See {@link #updateLLMObsPromptVersionWithHttpInfo}. * - * @param promptId The customer-provided identifier of the LLM Observability prompt. (required) - * @param version The version number of the LLM Observability prompt. (required) + * @param promptId The customer-provided identifier of the Agent Observability prompt. (required) + * @param version The version number of the Agent Observability prompt. (required) * @param body Update prompt version payload. (required) * @return CompletableFuture<ApiResponse<LLMObsPromptVersionResponse>> */ @@ -13403,12 +13404,12 @@ public UploadLLMObsDatasetRecordsFileOptionalParameters includeUserData( } /** - * Upload records to an LLM Observability dataset. + * Upload records to an Agent Observability dataset. * *

See {@link #uploadLLMObsDatasetRecordsFileWithHttpInfo}. * - * @param projectId The ID of the LLM Observability project. (required) - * @param datasetId The ID of the LLM Observability dataset. (required) + * @param projectId The ID of the Agent Observability project. (required) + * @param datasetId The ID of the Agent Observability dataset. (required) * @throws ApiException if fails to make API call */ public void uploadLLMObsDatasetRecordsFile(String projectId, String datasetId) @@ -13418,12 +13419,12 @@ public void uploadLLMObsDatasetRecordsFile(String projectId, String datasetId) } /** - * Upload records to an LLM Observability dataset. + * Upload records to an Agent Observability dataset. * *

See {@link #uploadLLMObsDatasetRecordsFileWithHttpInfoAsync}. * - * @param projectId The ID of the LLM Observability project. (required) - * @param datasetId The ID of the LLM Observability dataset. (required) + * @param projectId The ID of the Agent Observability project. (required) + * @param datasetId The ID of the Agent Observability dataset. (required) * @return CompletableFuture */ public CompletableFuture uploadLLMObsDatasetRecordsFileAsync( @@ -13437,12 +13438,12 @@ projectId, datasetId, new UploadLLMObsDatasetRecordsFileOptionalParameters()) } /** - * Upload records to an LLM Observability dataset. + * Upload records to an Agent Observability dataset. * *

See {@link #uploadLLMObsDatasetRecordsFileWithHttpInfo}. * - * @param projectId The ID of the LLM Observability project. (required) - * @param datasetId The ID of the LLM Observability dataset. (required) + * @param projectId The ID of the Agent Observability project. (required) + * @param datasetId The ID of the Agent Observability dataset. (required) * @param parameters Optional parameters for the request. * @throws ApiException if fails to make API call */ @@ -13455,12 +13456,12 @@ public void uploadLLMObsDatasetRecordsFile( } /** - * Upload records to an LLM Observability dataset. + * Upload records to an Agent Observability dataset. * *

See {@link #uploadLLMObsDatasetRecordsFileWithHttpInfoAsync}. * - * @param projectId The ID of the LLM Observability project. (required) - * @param datasetId The ID of the LLM Observability dataset. (required) + * @param projectId The ID of the Agent Observability project. (required) + * @param datasetId The ID of the Agent Observability dataset. (required) * @param parameters Optional parameters for the request. * @return CompletableFuture */ @@ -13487,8 +13488,8 @@ public CompletableFuture uploadLLMObsDatasetRecordsFileAsync( * terminal event with a JSON body containing records_created. - error: * terminal event with a JSON body containing an error message. * - * @param projectId The ID of the LLM Observability project. (required) - * @param datasetId The ID of the LLM Observability dataset. (required) + * @param projectId The ID of the Agent Observability project. (required) + * @param datasetId The ID of the Agent Observability dataset. (required) * @param parameters Optional parameters for the request. * @return ApiResponse<Void> * @throws ApiException if fails to make API call @@ -13577,12 +13578,12 @@ public ApiResponse uploadLLMObsDatasetRecordsFileWithHttpInfo( } /** - * Upload records to an LLM Observability dataset. + * Upload records to an Agent Observability dataset. * *

See {@link #uploadLLMObsDatasetRecordsFileWithHttpInfo}. * - * @param projectId The ID of the LLM Observability project. (required) - * @param datasetId The ID of the LLM Observability dataset. (required) + * @param projectId The ID of the Agent Observability project. (required) + * @param datasetId The ID of the Agent Observability dataset. (required) * @param parameters Optional parameters for the request. * @return CompletableFuture<ApiResponse<Void>> */ @@ -13679,7 +13680,7 @@ public CompletableFuture> uploadLLMObsDatasetRecordsFileWithHt * *

See {@link #upsertLLMObsAnnotationsWithHttpInfo}. * - * @param queueId The ID of the LLM Observability annotation queue. (required) + * @param queueId The ID of the Agent Observability annotation queue. (required) * @param body Payload for creating or updating annotations. (required) * @return LLMObsAnnotationsResponse * @throws ApiException if fails to make API call @@ -13694,7 +13695,7 @@ public LLMObsAnnotationsResponse upsertLLMObsAnnotations( * *

See {@link #upsertLLMObsAnnotationsWithHttpInfoAsync}. * - * @param queueId The ID of the LLM Observability annotation queue. (required) + * @param queueId The ID of the Agent Observability annotation queue. (required) * @param body Payload for creating or updating annotations. (required) * @return CompletableFuture<LLMObsAnnotationsResponse> */ @@ -13713,7 +13714,7 @@ public CompletableFuture upsertLLMObsAnnotationsAsync * are linked to request items by interaction_id. Errors for individual items are * returned in the errors field without blocking the rest of the batch. * - * @param queueId The ID of the LLM Observability annotation queue. (required) + * @param queueId The ID of the Agent Observability annotation queue. (required) * @param body Payload for creating or updating annotations. (required) * @return ApiResponse<LLMObsAnnotationsResponse> * @throws ApiException if fails to make API call @@ -13783,7 +13784,7 @@ public ApiResponse upsertLLMObsAnnotationsWithHttpInf * *

See {@link #upsertLLMObsAnnotationsWithHttpInfo}. * - * @param queueId The ID of the LLM Observability annotation queue. (required) + * @param queueId The ID of the Agent Observability annotation queue. (required) * @param body Payload for creating or updating annotations. (required) * @return CompletableFuture<ApiResponse<LLMObsAnnotationsResponse>> */ diff --git a/src/main/java/com/datadog/api/client/v2/api/LogsRestrictionQueriesApi.java b/src/main/java/com/datadog/api/client/v2/api/LogsRestrictionQueriesApi.java index 8a2b61d12c0..68797e897e9 100644 --- a/src/main/java/com/datadog/api/client/v2/api/LogsRestrictionQueriesApi.java +++ b/src/main/java/com/datadog/api/client/v2/api/LogsRestrictionQueriesApi.java @@ -879,8 +879,8 @@ public static class ListRestrictionQueriesOptionalParameters { /** * Set pageSize. * - * @param pageSize Size for a given page. The maximum allowed value is 100. (optional, default - * to 10) + * @param pageSize Number of items to return per page. The maximum allowed value is 100. + * (optional, default to 10) * @return ListRestrictionQueriesOptionalParameters */ public ListRestrictionQueriesOptionalParameters pageSize(Long pageSize) { @@ -1084,8 +1084,8 @@ public static class ListRestrictionQueryRolesOptionalParameters { /** * Set pageSize. * - * @param pageSize Size for a given page. The maximum allowed value is 100. (optional, default - * to 10) + * @param pageSize Number of items to return per page. The maximum allowed value is 100. + * (optional, default to 10) * @return ListRestrictionQueryRolesOptionalParameters */ public ListRestrictionQueryRolesOptionalParameters pageSize(Long pageSize) { diff --git a/src/main/java/com/datadog/api/client/v2/api/ObservabilityPipelinesApi.java b/src/main/java/com/datadog/api/client/v2/api/ObservabilityPipelinesApi.java index a9ce6d56fef..b89d6387213 100644 --- a/src/main/java/com/datadog/api/client/v2/api/ObservabilityPipelinesApi.java +++ b/src/main/java/com/datadog/api/client/v2/api/ObservabilityPipelinesApi.java @@ -459,8 +459,8 @@ public static class ListPipelinesOptionalParameters { /** * Set pageSize. * - * @param pageSize Size for a given page. The maximum allowed value is 100. (optional, default - * to 10) + * @param pageSize Number of items to return per page. The maximum allowed value is 100. + * (optional, default to 10) * @return ListPipelinesOptionalParameters */ public ListPipelinesOptionalParameters pageSize(Long pageSize) { diff --git a/src/main/java/com/datadog/api/client/v2/api/OrgAuthorizedClientsApi.java b/src/main/java/com/datadog/api/client/v2/api/OrgAuthorizedClientsApi.java index 60e30e66570..9ca4d3c3c1f 100644 --- a/src/main/java/com/datadog/api/client/v2/api/OrgAuthorizedClientsApi.java +++ b/src/main/java/com/datadog/api/client/v2/api/OrgAuthorizedClientsApi.java @@ -821,8 +821,8 @@ public static class ListOrgAuthorizedClientsOptionalParameters { /** * Set pageSize. * - * @param pageSize Size for a given page. The maximum allowed value is 100. (optional, default - * to 10) + * @param pageSize Number of items to return per page. The maximum allowed value is 100. + * (optional, default to 10) * @return ListOrgAuthorizedClientsOptionalParameters */ public ListOrgAuthorizedClientsOptionalParameters pageSize(Long pageSize) { @@ -1152,8 +1152,8 @@ public static class ListOrgAuthorizedClientUserAuthorizationsOptionalParameters /** * Set pageSize. * - * @param pageSize Size for a given page. The maximum allowed value is 100. (optional, default - * to 10) + * @param pageSize Number of items to return per page. The maximum allowed value is 100. + * (optional, default to 10) * @return ListOrgAuthorizedClientUserAuthorizationsOptionalParameters */ public ListOrgAuthorizedClientUserAuthorizationsOptionalParameters pageSize(Long pageSize) { diff --git a/src/main/java/com/datadog/api/client/v2/api/RolesApi.java b/src/main/java/com/datadog/api/client/v2/api/RolesApi.java index 898663ee8cb..ed4f873e678 100644 --- a/src/main/java/com/datadog/api/client/v2/api/RolesApi.java +++ b/src/main/java/com/datadog/api/client/v2/api/RolesApi.java @@ -1184,8 +1184,8 @@ public static class ListRolesOptionalParameters { /** * Set pageSize. * - * @param pageSize Size for a given page. The maximum allowed value is 100. (optional, default - * to 10) + * @param pageSize Number of items to return per page. The maximum allowed value is 100. + * (optional, default to 10) * @return ListRolesOptionalParameters */ public ListRolesOptionalParameters pageSize(Long pageSize) { @@ -1541,8 +1541,8 @@ public static class ListRoleUsersOptionalParameters { /** * Set pageSize. * - * @param pageSize Size for a given page. The maximum allowed value is 100. (optional, default - * to 10) + * @param pageSize Number of items to return per page. The maximum allowed value is 100. + * (optional, default to 10) * @return ListRoleUsersOptionalParameters */ public ListRoleUsersOptionalParameters pageSize(Long pageSize) { diff --git a/src/main/java/com/datadog/api/client/v2/api/RumRetentionQuotaApi.java b/src/main/java/com/datadog/api/client/v2/api/RumRetentionQuotaApi.java new file mode 100644 index 00000000000..0d0005c882d --- /dev/null +++ b/src/main/java/com/datadog/api/client/v2/api/RumRetentionQuotaApi.java @@ -0,0 +1,586 @@ +package com.datadog.api.client.v2.api; + +import com.datadog.api.client.ApiClient; +import com.datadog.api.client.ApiException; +import com.datadog.api.client.ApiResponse; +import com.datadog.api.client.Pair; +import com.datadog.api.client.v2.model.RumRetentionQuotaConfigResponse; +import com.datadog.api.client.v2.model.RumRetentionQuotaConfigUpdateRequest; +import com.datadog.api.client.v2.model.RumRetentionQuotaScopeType; +import jakarta.ws.rs.client.Invocation; +import jakarta.ws.rs.core.GenericType; +import java.util.ArrayList; +import java.util.HashMap; +import java.util.Map; +import java.util.concurrent.CompletableFuture; + +@jakarta.annotation.Generated( + value = "https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") +public class RumRetentionQuotaApi { + private ApiClient apiClient; + + public RumRetentionQuotaApi() { + this(ApiClient.getDefaultApiClient()); + } + + public RumRetentionQuotaApi(ApiClient apiClient) { + this.apiClient = apiClient; + } + + /** + * Get the API client. + * + * @return API client + */ + public ApiClient getApiClient() { + return apiClient; + } + + /** + * Set the API client. + * + * @param apiClient an instance of API client + */ + public void setApiClient(ApiClient apiClient) { + this.apiClient = apiClient; + } + + /** + * Delete a RUM retention quota configuration. + * + *

See {@link #deleteRumQuotaConfigWithHttpInfo}. + * + * @param scopeType The type of scope the retention quota configuration applies to. (required, + * default to "application") + * @param scopeId The identifier of the scope the retention quota configuration applies to. For + * the application scope, this is the RUM application ID. (required) + * @throws ApiException if fails to make API call + */ + public void deleteRumQuotaConfig(RumRetentionQuotaScopeType scopeType, String scopeId) + throws ApiException { + deleteRumQuotaConfigWithHttpInfo(scopeType, scopeId); + } + + /** + * Delete a RUM retention quota configuration. + * + *

See {@link #deleteRumQuotaConfigWithHttpInfoAsync}. + * + * @param scopeType The type of scope the retention quota configuration applies to. (required, + * default to "application") + * @param scopeId The identifier of the scope the retention quota configuration applies to. For + * the application scope, this is the RUM application ID. (required) + * @return CompletableFuture + */ + public CompletableFuture deleteRumQuotaConfigAsync( + RumRetentionQuotaScopeType scopeType, String scopeId) { + return deleteRumQuotaConfigWithHttpInfoAsync(scopeType, scopeId) + .thenApply( + response -> { + return response.getData(); + }); + } + + /** + * Delete the RUM retention quota configuration for a given scope. + * + * @param scopeType The type of scope the retention quota configuration applies to. (required) + * @param scopeId The identifier of the scope the retention quota configuration applies to. For + * the application scope, this is the RUM application ID. (required) + * @return ApiResponse<Void> + * @throws ApiException if fails to make API call + * @http.response.details + * + * + * + * + * + * + * + * + * + *
Response details
Status Code Description Response Headers
204 No Content -
400 Bad Request -
401 Unauthorized -
403 Forbidden -
404 Not Found -
429 Too many requests -
+ */ + public ApiResponse deleteRumQuotaConfigWithHttpInfo( + RumRetentionQuotaScopeType scopeType, String scopeId) throws ApiException { + Object localVarPostBody = null; + + // verify the required parameter 'scopeType' is set + if (scopeType == null) { + throw new ApiException( + 400, "Missing the required parameter 'scopeType' when calling deleteRumQuotaConfig"); + } + + // verify the required parameter 'scopeId' is set + if (scopeId == null) { + throw new ApiException( + 400, "Missing the required parameter 'scopeId' when calling deleteRumQuotaConfig"); + } + // create path and map variables + String localVarPath = + "/api/v2/rum/config/retention-quota/{scope_type}/{scope_id}" + .replaceAll("\\{" + "scope_type" + "\\}", apiClient.escapeString(scopeType.toString())) + .replaceAll("\\{" + "scope_id" + "\\}", apiClient.escapeString(scopeId.toString())); + + Map localVarHeaderParams = new HashMap(); + + Invocation.Builder builder = + apiClient.createBuilder( + "v2.RumRetentionQuotaApi.deleteRumQuotaConfig", + localVarPath, + new ArrayList(), + localVarHeaderParams, + new HashMap(), + new String[] {"*/*"}, + new String[] {"apiKeyAuth", "appKeyAuth"}); + return apiClient.invokeAPI( + "DELETE", + builder, + localVarHeaderParams, + new String[] {}, + localVarPostBody, + new HashMap(), + false, + null); + } + + /** + * Delete a RUM retention quota configuration. + * + *

See {@link #deleteRumQuotaConfigWithHttpInfo}. + * + * @param scopeType The type of scope the retention quota configuration applies to. (required) + * @param scopeId The identifier of the scope the retention quota configuration applies to. For + * the application scope, this is the RUM application ID. (required) + * @return CompletableFuture<ApiResponse<Void>> + */ + public CompletableFuture> deleteRumQuotaConfigWithHttpInfoAsync( + RumRetentionQuotaScopeType scopeType, String scopeId) { + Object localVarPostBody = null; + + // verify the required parameter 'scopeType' is set + if (scopeType == null) { + CompletableFuture> result = new CompletableFuture<>(); + result.completeExceptionally( + new ApiException( + 400, "Missing the required parameter 'scopeType' when calling deleteRumQuotaConfig")); + return result; + } + + // verify the required parameter 'scopeId' is set + if (scopeId == null) { + CompletableFuture> result = new CompletableFuture<>(); + result.completeExceptionally( + new ApiException( + 400, "Missing the required parameter 'scopeId' when calling deleteRumQuotaConfig")); + return result; + } + // create path and map variables + String localVarPath = + "/api/v2/rum/config/retention-quota/{scope_type}/{scope_id}" + .replaceAll("\\{" + "scope_type" + "\\}", apiClient.escapeString(scopeType.toString())) + .replaceAll("\\{" + "scope_id" + "\\}", apiClient.escapeString(scopeId.toString())); + + Map localVarHeaderParams = new HashMap(); + + Invocation.Builder builder; + try { + builder = + apiClient.createBuilder( + "v2.RumRetentionQuotaApi.deleteRumQuotaConfig", + localVarPath, + new ArrayList(), + localVarHeaderParams, + new HashMap(), + new String[] {"*/*"}, + new String[] {"apiKeyAuth", "appKeyAuth"}); + } catch (ApiException ex) { + CompletableFuture> result = new CompletableFuture<>(); + result.completeExceptionally(ex); + return result; + } + return apiClient.invokeAPIAsync( + "DELETE", + builder, + localVarHeaderParams, + new String[] {}, + localVarPostBody, + new HashMap(), + false, + null); + } + + /** + * Get a RUM retention quota configuration. + * + *

See {@link #getRumQuotaConfigWithHttpInfo}. + * + * @param scopeType The type of scope the retention quota configuration applies to. (required, + * default to "application") + * @param scopeId The identifier of the scope the retention quota configuration applies to. For + * the application scope, this is the RUM application ID. (required) + * @return RumRetentionQuotaConfigResponse + * @throws ApiException if fails to make API call + */ + public RumRetentionQuotaConfigResponse getRumQuotaConfig( + RumRetentionQuotaScopeType scopeType, String scopeId) throws ApiException { + return getRumQuotaConfigWithHttpInfo(scopeType, scopeId).getData(); + } + + /** + * Get a RUM retention quota configuration. + * + *

See {@link #getRumQuotaConfigWithHttpInfoAsync}. + * + * @param scopeType The type of scope the retention quota configuration applies to. (required, + * default to "application") + * @param scopeId The identifier of the scope the retention quota configuration applies to. For + * the application scope, this is the RUM application ID. (required) + * @return CompletableFuture<RumRetentionQuotaConfigResponse> + */ + public CompletableFuture getRumQuotaConfigAsync( + RumRetentionQuotaScopeType scopeType, String scopeId) { + return getRumQuotaConfigWithHttpInfoAsync(scopeType, scopeId) + .thenApply( + response -> { + return response.getData(); + }); + } + + /** + * Get the RUM retention quota configuration for a given scope. + * + * @param scopeType The type of scope the retention quota configuration applies to. (required) + * @param scopeId The identifier of the scope the retention quota configuration applies to. For + * the application scope, this is the RUM application ID. (required) + * @return ApiResponse<RumRetentionQuotaConfigResponse> + * @throws ApiException if fails to make API call + * @http.response.details + * + * + * + * + * + * + * + * + * + *
Response details
Status Code Description Response Headers
200 OK -
400 Bad Request -
401 Unauthorized -
403 Forbidden -
404 Not Found -
429 Too many requests -
+ */ + public ApiResponse getRumQuotaConfigWithHttpInfo( + RumRetentionQuotaScopeType scopeType, String scopeId) throws ApiException { + Object localVarPostBody = null; + + // verify the required parameter 'scopeType' is set + if (scopeType == null) { + throw new ApiException( + 400, "Missing the required parameter 'scopeType' when calling getRumQuotaConfig"); + } + + // verify the required parameter 'scopeId' is set + if (scopeId == null) { + throw new ApiException( + 400, "Missing the required parameter 'scopeId' when calling getRumQuotaConfig"); + } + // create path and map variables + String localVarPath = + "/api/v2/rum/config/retention-quota/{scope_type}/{scope_id}" + .replaceAll("\\{" + "scope_type" + "\\}", apiClient.escapeString(scopeType.toString())) + .replaceAll("\\{" + "scope_id" + "\\}", apiClient.escapeString(scopeId.toString())); + + Map localVarHeaderParams = new HashMap(); + + Invocation.Builder builder = + apiClient.createBuilder( + "v2.RumRetentionQuotaApi.getRumQuotaConfig", + localVarPath, + new ArrayList(), + localVarHeaderParams, + new HashMap(), + new String[] {"application/json"}, + new String[] {"apiKeyAuth", "appKeyAuth"}); + return apiClient.invokeAPI( + "GET", + builder, + localVarHeaderParams, + new String[] {}, + localVarPostBody, + new HashMap(), + false, + new GenericType() {}); + } + + /** + * Get a RUM retention quota configuration. + * + *

See {@link #getRumQuotaConfigWithHttpInfo}. + * + * @param scopeType The type of scope the retention quota configuration applies to. (required) + * @param scopeId The identifier of the scope the retention quota configuration applies to. For + * the application scope, this is the RUM application ID. (required) + * @return CompletableFuture<ApiResponse<RumRetentionQuotaConfigResponse>> + */ + public CompletableFuture> + getRumQuotaConfigWithHttpInfoAsync(RumRetentionQuotaScopeType scopeType, String scopeId) { + Object localVarPostBody = null; + + // verify the required parameter 'scopeType' is set + if (scopeType == null) { + CompletableFuture> result = + new CompletableFuture<>(); + result.completeExceptionally( + new ApiException( + 400, "Missing the required parameter 'scopeType' when calling getRumQuotaConfig")); + return result; + } + + // verify the required parameter 'scopeId' is set + if (scopeId == null) { + CompletableFuture> result = + new CompletableFuture<>(); + result.completeExceptionally( + new ApiException( + 400, "Missing the required parameter 'scopeId' when calling getRumQuotaConfig")); + return result; + } + // create path and map variables + String localVarPath = + "/api/v2/rum/config/retention-quota/{scope_type}/{scope_id}" + .replaceAll("\\{" + "scope_type" + "\\}", apiClient.escapeString(scopeType.toString())) + .replaceAll("\\{" + "scope_id" + "\\}", apiClient.escapeString(scopeId.toString())); + + Map localVarHeaderParams = new HashMap(); + + Invocation.Builder builder; + try { + builder = + apiClient.createBuilder( + "v2.RumRetentionQuotaApi.getRumQuotaConfig", + localVarPath, + new ArrayList(), + localVarHeaderParams, + new HashMap(), + new String[] {"application/json"}, + new String[] {"apiKeyAuth", "appKeyAuth"}); + } catch (ApiException ex) { + CompletableFuture> result = + new CompletableFuture<>(); + result.completeExceptionally(ex); + return result; + } + return apiClient.invokeAPIAsync( + "GET", + builder, + localVarHeaderParams, + new String[] {}, + localVarPostBody, + new HashMap(), + false, + new GenericType() {}); + } + + /** + * Create or update a RUM retention quota config. + * + *

See {@link #upsertRumQuotaConfigWithHttpInfo}. + * + * @param scopeType The type of scope the retention quota configuration applies to. (required, + * default to "application") + * @param scopeId The identifier of the scope the retention quota configuration applies to. For + * the application scope, this is the RUM application ID. (required) + * @param body The definition of the RUM retention quota configuration to create or update. + * (required) + * @return RumRetentionQuotaConfigResponse + * @throws ApiException if fails to make API call + */ + public RumRetentionQuotaConfigResponse upsertRumQuotaConfig( + RumRetentionQuotaScopeType scopeType, + String scopeId, + RumRetentionQuotaConfigUpdateRequest body) + throws ApiException { + return upsertRumQuotaConfigWithHttpInfo(scopeType, scopeId, body).getData(); + } + + /** + * Create or update a RUM retention quota config. + * + *

See {@link #upsertRumQuotaConfigWithHttpInfoAsync}. + * + * @param scopeType The type of scope the retention quota configuration applies to. (required, + * default to "application") + * @param scopeId The identifier of the scope the retention quota configuration applies to. For + * the application scope, this is the RUM application ID. (required) + * @param body The definition of the RUM retention quota configuration to create or update. + * (required) + * @return CompletableFuture<RumRetentionQuotaConfigResponse> + */ + public CompletableFuture upsertRumQuotaConfigAsync( + RumRetentionQuotaScopeType scopeType, + String scopeId, + RumRetentionQuotaConfigUpdateRequest body) { + return upsertRumQuotaConfigWithHttpInfoAsync(scopeType, scopeId, body) + .thenApply( + response -> { + return response.getData(); + }); + } + + /** + * Create or update the RUM retention quota configuration for a given scope. Returns the retention + * quota configuration object when the request is successful. + * + * @param scopeType The type of scope the retention quota configuration applies to. (required) + * @param scopeId The identifier of the scope the retention quota configuration applies to. For + * the application scope, this is the RUM application ID. (required) + * @param body The definition of the RUM retention quota configuration to create or update. + * (required) + * @return ApiResponse<RumRetentionQuotaConfigResponse> + * @throws ApiException if fails to make API call + * @http.response.details + * + * + * + * + * + * + * + * + * + *
Response details
Status Code Description Response Headers
200 OK -
400 Bad Request -
401 Unauthorized -
403 Forbidden -
404 Not Found -
429 Too many requests -
+ */ + public ApiResponse upsertRumQuotaConfigWithHttpInfo( + RumRetentionQuotaScopeType scopeType, + String scopeId, + RumRetentionQuotaConfigUpdateRequest body) + throws ApiException { + Object localVarPostBody = body; + + // verify the required parameter 'scopeType' is set + if (scopeType == null) { + throw new ApiException( + 400, "Missing the required parameter 'scopeType' when calling upsertRumQuotaConfig"); + } + + // verify the required parameter 'scopeId' is set + if (scopeId == null) { + throw new ApiException( + 400, "Missing the required parameter 'scopeId' when calling upsertRumQuotaConfig"); + } + + // verify the required parameter 'body' is set + if (body == null) { + throw new ApiException( + 400, "Missing the required parameter 'body' when calling upsertRumQuotaConfig"); + } + // create path and map variables + String localVarPath = + "/api/v2/rum/config/retention-quota/{scope_type}/{scope_id}" + .replaceAll("\\{" + "scope_type" + "\\}", apiClient.escapeString(scopeType.toString())) + .replaceAll("\\{" + "scope_id" + "\\}", apiClient.escapeString(scopeId.toString())); + + Map localVarHeaderParams = new HashMap(); + + Invocation.Builder builder = + apiClient.createBuilder( + "v2.RumRetentionQuotaApi.upsertRumQuotaConfig", + localVarPath, + new ArrayList(), + localVarHeaderParams, + new HashMap(), + new String[] {"application/json"}, + new String[] {"apiKeyAuth", "appKeyAuth"}); + return apiClient.invokeAPI( + "PUT", + builder, + localVarHeaderParams, + new String[] {"application/json"}, + localVarPostBody, + new HashMap(), + false, + new GenericType() {}); + } + + /** + * Create or update a RUM retention quota config. + * + *

See {@link #upsertRumQuotaConfigWithHttpInfo}. + * + * @param scopeType The type of scope the retention quota configuration applies to. (required) + * @param scopeId The identifier of the scope the retention quota configuration applies to. For + * the application scope, this is the RUM application ID. (required) + * @param body The definition of the RUM retention quota configuration to create or update. + * (required) + * @return CompletableFuture<ApiResponse<RumRetentionQuotaConfigResponse>> + */ + public CompletableFuture> + upsertRumQuotaConfigWithHttpInfoAsync( + RumRetentionQuotaScopeType scopeType, + String scopeId, + RumRetentionQuotaConfigUpdateRequest body) { + Object localVarPostBody = body; + + // verify the required parameter 'scopeType' is set + if (scopeType == null) { + CompletableFuture> result = + new CompletableFuture<>(); + result.completeExceptionally( + new ApiException( + 400, "Missing the required parameter 'scopeType' when calling upsertRumQuotaConfig")); + return result; + } + + // verify the required parameter 'scopeId' is set + if (scopeId == null) { + CompletableFuture> result = + new CompletableFuture<>(); + result.completeExceptionally( + new ApiException( + 400, "Missing the required parameter 'scopeId' when calling upsertRumQuotaConfig")); + return result; + } + + // verify the required parameter 'body' is set + if (body == null) { + CompletableFuture> result = + new CompletableFuture<>(); + result.completeExceptionally( + new ApiException( + 400, "Missing the required parameter 'body' when calling upsertRumQuotaConfig")); + return result; + } + // create path and map variables + String localVarPath = + "/api/v2/rum/config/retention-quota/{scope_type}/{scope_id}" + .replaceAll("\\{" + "scope_type" + "\\}", apiClient.escapeString(scopeType.toString())) + .replaceAll("\\{" + "scope_id" + "\\}", apiClient.escapeString(scopeId.toString())); + + Map localVarHeaderParams = new HashMap(); + + Invocation.Builder builder; + try { + builder = + apiClient.createBuilder( + "v2.RumRetentionQuotaApi.upsertRumQuotaConfig", + localVarPath, + new ArrayList(), + localVarHeaderParams, + new HashMap(), + new String[] {"application/json"}, + new String[] {"apiKeyAuth", "appKeyAuth"}); + } catch (ApiException ex) { + CompletableFuture> result = + new CompletableFuture<>(); + result.completeExceptionally(ex); + return result; + } + return apiClient.invokeAPIAsync( + "PUT", + builder, + localVarHeaderParams, + new String[] {"application/json"}, + localVarPostBody, + new HashMap(), + false, + new GenericType() {}); + } +} diff --git a/src/main/java/com/datadog/api/client/v2/api/ScorecardsApi.java b/src/main/java/com/datadog/api/client/v2/api/ScorecardsApi.java index 285daed5dec..37ef9ec7c55 100644 --- a/src/main/java/com/datadog/api/client/v2/api/ScorecardsApi.java +++ b/src/main/java/com/datadog/api/client/v2/api/ScorecardsApi.java @@ -1232,8 +1232,8 @@ public static class ListScorecardOutcomesOptionalParameters { /** * Set pageSize. * - * @param pageSize Size for a given page. The maximum allowed value is 100. (optional, default - * to 10) + * @param pageSize Number of items to return per page. The maximum allowed value is 100. + * (optional, default to 10) * @return ListScorecardOutcomesOptionalParameters */ public ListScorecardOutcomesOptionalParameters pageSize(Long pageSize) { @@ -1613,8 +1613,8 @@ public static class ListScorecardRulesOptionalParameters { /** * Set pageSize. * - * @param pageSize Size for a given page. The maximum allowed value is 100. (optional, default - * to 10) + * @param pageSize Number of items to return per page. The maximum allowed value is 100. + * (optional, default to 10) * @return ListScorecardRulesOptionalParameters */ public ListScorecardRulesOptionalParameters pageSize(Long pageSize) { diff --git a/src/main/java/com/datadog/api/client/v2/api/SecurityMonitoringApi.java b/src/main/java/com/datadog/api/client/v2/api/SecurityMonitoringApi.java index f745d9f37b5..c3ca735b1bf 100644 --- a/src/main/java/com/datadog/api/client/v2/api/SecurityMonitoringApi.java +++ b/src/main/java/com/datadog/api/client/v2/api/SecurityMonitoringApi.java @@ -11926,8 +11926,8 @@ public static class GetRuleVersionHistoryOptionalParameters { /** * Set pageSize. * - * @param pageSize Size for a given page. The maximum allowed value is 100. (optional, default - * to 10) + * @param pageSize Number of items to return per page. The maximum allowed value is 100. + * (optional, default to 10) * @return GetRuleVersionHistoryOptionalParameters */ public GetRuleVersionHistoryOptionalParameters pageSize(Long pageSize) { @@ -16988,8 +16988,8 @@ public static class GetSuppressionVersionHistoryOptionalParameters { /** * Set pageSize. * - * @param pageSize Size for a given page. The maximum allowed value is 100. (optional, default - * to 10) + * @param pageSize Number of items to return per page. The maximum allowed value is 100. + * (optional, default to 10) * @return GetSuppressionVersionHistoryOptionalParameters */ public GetSuppressionVersionHistoryOptionalParameters pageSize(Long pageSize) { @@ -18524,8 +18524,8 @@ public static class ListHistoricalJobsOptionalParameters { /** * Set pageSize. * - * @param pageSize Size for a given page. The maximum allowed value is 100. (optional, default - * to 10) + * @param pageSize Number of items to return per page. The maximum allowed value is 100. + * (optional, default to 10) * @return ListHistoricalJobsOptionalParameters */ public ListHistoricalJobsOptionalParameters pageSize(Long pageSize) { @@ -21992,8 +21992,8 @@ public static class ListSecurityMonitoringRulesOptionalParameters { /** * Set pageSize. * - * @param pageSize Size for a given page. The maximum allowed value is 100. (optional, default - * to 10) + * @param pageSize Number of items to return per page. The maximum allowed value is 100. + * (optional, default to 10) * @return ListSecurityMonitoringRulesOptionalParameters */ public ListSecurityMonitoringRulesOptionalParameters pageSize(Long pageSize) { diff --git a/src/main/java/com/datadog/api/client/v2/api/ServiceAccountsApi.java b/src/main/java/com/datadog/api/client/v2/api/ServiceAccountsApi.java index b934f160a45..33237223d0e 100644 --- a/src/main/java/com/datadog/api/client/v2/api/ServiceAccountsApi.java +++ b/src/main/java/com/datadog/api/client/v2/api/ServiceAccountsApi.java @@ -1049,8 +1049,8 @@ public static class ListServiceAccountAccessTokensOptionalParameters { /** * Set pageSize. * - * @param pageSize Size for a given page. The maximum allowed value is 100. (optional, default - * to 10) + * @param pageSize Number of items to return per page. The maximum allowed value is 100. + * (optional, default to 10) * @return ListServiceAccountAccessTokensOptionalParameters */ public ListServiceAccountAccessTokensOptionalParameters pageSize(Long pageSize) { @@ -1315,8 +1315,8 @@ public static class ListServiceAccountApplicationKeysOptionalParameters { /** * Set pageSize. * - * @param pageSize Size for a given page. The maximum allowed value is 100. (optional, default - * to 10) + * @param pageSize Number of items to return per page. The maximum allowed value is 100. + * (optional, default to 10) * @return ListServiceAccountApplicationKeysOptionalParameters */ public ListServiceAccountApplicationKeysOptionalParameters pageSize(Long pageSize) { diff --git a/src/main/java/com/datadog/api/client/v2/api/ServiceDefinitionApi.java b/src/main/java/com/datadog/api/client/v2/api/ServiceDefinitionApi.java index bb7b821643f..d4a1860eb9e 100644 --- a/src/main/java/com/datadog/api/client/v2/api/ServiceDefinitionApi.java +++ b/src/main/java/com/datadog/api/client/v2/api/ServiceDefinitionApi.java @@ -544,8 +544,8 @@ public static class ListServiceDefinitionsOptionalParameters { /** * Set pageSize. * - * @param pageSize Size for a given page. The maximum allowed value is 100. (optional, default - * to 10) + * @param pageSize Number of items to return per page. The maximum allowed value is 100. + * (optional, default to 10) * @return ListServiceDefinitionsOptionalParameters */ public ListServiceDefinitionsOptionalParameters pageSize(Long pageSize) { diff --git a/src/main/java/com/datadog/api/client/v2/api/TeamsApi.java b/src/main/java/com/datadog/api/client/v2/api/TeamsApi.java index b84e95d4436..97a81ffde98 100644 --- a/src/main/java/com/datadog/api/client/v2/api/TeamsApi.java +++ b/src/main/java/com/datadog/api/client/v2/api/TeamsApi.java @@ -2442,8 +2442,8 @@ public static class GetTeamMembershipsOptionalParameters { /** * Set pageSize. * - * @param pageSize Size for a given page. The maximum allowed value is 100. (optional, default - * to 10) + * @param pageSize Number of items to return per page. The maximum allowed value is 100. + * (optional, default to 10) * @return GetTeamMembershipsOptionalParameters */ public GetTeamMembershipsOptionalParameters pageSize(Long pageSize) { @@ -3451,8 +3451,8 @@ public static class ListMemberTeamsOptionalParameters { /** * Set pageSize. * - * @param pageSize Size for a given page. The maximum allowed value is 100. (optional, default - * to 10) + * @param pageSize Number of items to return per page. The maximum allowed value is 100. + * (optional, default to 10) * @return ListMemberTeamsOptionalParameters */ public ListMemberTeamsOptionalParameters pageSize(Long pageSize) { @@ -3780,8 +3780,8 @@ public static class ListTeamConnectionsOptionalParameters { /** * Set pageSize. * - * @param pageSize Size for a given page. The maximum allowed value is 100. (optional, default - * to 10) + * @param pageSize Number of items to return per page. The maximum allowed value is 100. + * (optional, default to 10) * @return ListTeamConnectionsOptionalParameters */ public ListTeamConnectionsOptionalParameters pageSize(Long pageSize) { @@ -4103,8 +4103,8 @@ public ListTeamHierarchyLinksOptionalParameters pageNumber(Long pageNumber) { /** * Set pageSize. * - * @param pageSize Size for a given page. The maximum allowed value is 100. (optional, default - * to 10) + * @param pageSize Number of items to return per page. The maximum allowed value is 100. + * (optional, default to 10) * @return ListTeamHierarchyLinksOptionalParameters */ public ListTeamHierarchyLinksOptionalParameters pageSize(Long pageSize) { @@ -4382,8 +4382,8 @@ public ListTeamsOptionalParameters pageNumber(Long pageNumber) { /** * Set pageSize. * - * @param pageSize Size for a given page. The maximum allowed value is 100. (optional, default - * to 10) + * @param pageSize Number of items to return per page. The maximum allowed value is 100. + * (optional, default to 10) * @return ListTeamsOptionalParameters */ public ListTeamsOptionalParameters pageSize(Long pageSize) { diff --git a/src/main/java/com/datadog/api/client/v2/api/UserAuthorizedClientsApi.java b/src/main/java/com/datadog/api/client/v2/api/UserAuthorizedClientsApi.java index c4379b60471..4f79dd21912 100644 --- a/src/main/java/com/datadog/api/client/v2/api/UserAuthorizedClientsApi.java +++ b/src/main/java/com/datadog/api/client/v2/api/UserAuthorizedClientsApi.java @@ -486,8 +486,8 @@ public static class ListUserAuthorizedClientsOptionalParameters { /** * Set pageSize. * - * @param pageSize Size for a given page. The maximum allowed value is 100. (optional, default - * to 10) + * @param pageSize Number of items to return per page. The maximum allowed value is 100. + * (optional, default to 10) * @return ListUserAuthorizedClientsOptionalParameters */ public ListUserAuthorizedClientsOptionalParameters pageSize(Long pageSize) { diff --git a/src/main/java/com/datadog/api/client/v2/api/UsersApi.java b/src/main/java/com/datadog/api/client/v2/api/UsersApi.java index fab3c93a60c..fe5f00f442a 100644 --- a/src/main/java/com/datadog/api/client/v2/api/UsersApi.java +++ b/src/main/java/com/datadog/api/client/v2/api/UsersApi.java @@ -1411,8 +1411,8 @@ public static class ListUsersOptionalParameters { /** * Set pageSize. * - * @param pageSize Size for a given page. The maximum allowed value is 100. (optional, default - * to 10) + * @param pageSize Number of items to return per page. The maximum allowed value is 100. + * (optional, default to 10) * @return ListUsersOptionalParameters */ public ListUsersOptionalParameters pageSize(Long pageSize) { diff --git a/src/main/java/com/datadog/api/client/v2/api/WorkflowAutomationApi.java b/src/main/java/com/datadog/api/client/v2/api/WorkflowAutomationApi.java index 617b471bd8a..dd914efc1af 100644 --- a/src/main/java/com/datadog/api/client/v2/api/WorkflowAutomationApi.java +++ b/src/main/java/com/datadog/api/client/v2/api/WorkflowAutomationApi.java @@ -989,8 +989,8 @@ public static class ListWorkflowInstancesOptionalParameters { /** * Set pageSize. * - * @param pageSize Size for a given page. The maximum allowed value is 100. (optional, default - * to 10) + * @param pageSize Number of items to return per page. The maximum allowed value is 100. + * (optional, default to 10) * @return ListWorkflowInstancesOptionalParameters */ public ListWorkflowInstancesOptionalParameters pageSize(Long pageSize) { diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsAnnotationQueueDataAttributesRequest.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsAnnotationQueueDataAttributesRequest.java index 06600a05316..6a05da6a4be 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsAnnotationQueueDataAttributesRequest.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsAnnotationQueueDataAttributesRequest.java @@ -17,7 +17,7 @@ import java.util.Map; import java.util.Objects; -/** Attributes for creating an LLM Observability annotation queue. */ +/** Attributes for creating an Agent Observability annotation queue. */ @JsonPropertyOrder({ LLMObsAnnotationQueueDataAttributesRequest.JSON_PROPERTY_ANNOTATION_SCHEMA, LLMObsAnnotationQueueDataAttributesRequest.JSON_PROPERTY_DESCRIPTION, diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsAnnotationQueueDataAttributesResponse.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsAnnotationQueueDataAttributesResponse.java index d00b09306ad..2e3e59bcd71 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsAnnotationQueueDataAttributesResponse.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsAnnotationQueueDataAttributesResponse.java @@ -18,7 +18,7 @@ import java.util.Map; import java.util.Objects; -/** Attributes of an LLM Observability annotation queue. */ +/** Attributes of an Agent Observability annotation queue. */ @JsonPropertyOrder({ LLMObsAnnotationQueueDataAttributesResponse.JSON_PROPERTY_ANNOTATION_SCHEMA, LLMObsAnnotationQueueDataAttributesResponse.JSON_PROPERTY_CREATED_AT, diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsAnnotationQueueDataRequest.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsAnnotationQueueDataRequest.java index b45b451e2be..a9b9a663618 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsAnnotationQueueDataRequest.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsAnnotationQueueDataRequest.java @@ -17,7 +17,7 @@ import java.util.Map; import java.util.Objects; -/** Data object for creating an LLM Observability annotation queue. */ +/** Data object for creating an Agent Observability annotation queue. */ @JsonPropertyOrder({ LLMObsAnnotationQueueDataRequest.JSON_PROPERTY_ATTRIBUTES, LLMObsAnnotationQueueDataRequest.JSON_PROPERTY_TYPE @@ -53,7 +53,7 @@ public LLMObsAnnotationQueueDataRequest attributes( } /** - * Attributes for creating an LLM Observability annotation queue. + * Attributes for creating an Agent Observability annotation queue. * * @return attributes */ @@ -77,7 +77,7 @@ public LLMObsAnnotationQueueDataRequest type(LLMObsAnnotationQueueType type) { } /** - * Resource type of an LLM Observability annotation queue. + * Resource type of an Agent Observability annotation queue. * * @return type */ diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsAnnotationQueueDataResponse.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsAnnotationQueueDataResponse.java index cdcb7fe0803..92b213236b2 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsAnnotationQueueDataResponse.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsAnnotationQueueDataResponse.java @@ -17,7 +17,7 @@ import java.util.Map; import java.util.Objects; -/** Data object for an LLM Observability annotation queue. */ +/** Data object for an Agent Observability annotation queue. */ @JsonPropertyOrder({ LLMObsAnnotationQueueDataResponse.JSON_PROPERTY_ATTRIBUTES, LLMObsAnnotationQueueDataResponse.JSON_PROPERTY_ID, @@ -59,7 +59,7 @@ public LLMObsAnnotationQueueDataResponse attributes( } /** - * Attributes of an LLM Observability annotation queue. + * Attributes of an Agent Observability annotation queue. * * @return attributes */ @@ -103,7 +103,7 @@ public LLMObsAnnotationQueueDataResponse type(LLMObsAnnotationQueueType type) { } /** - * Resource type of an LLM Observability annotation queue. + * Resource type of an Agent Observability annotation queue. * * @return type */ diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsAnnotationQueueInteractionsRequest.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsAnnotationQueueInteractionsRequest.java index 177c95130a0..4c7288fdf54 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsAnnotationQueueInteractionsRequest.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsAnnotationQueueInteractionsRequest.java @@ -17,7 +17,7 @@ import java.util.Map; import java.util.Objects; -/** Request to add interactions to an LLM Observability annotation queue. */ +/** Request to add interactions to an Agent Observability annotation queue. */ @JsonPropertyOrder({LLMObsAnnotationQueueInteractionsRequest.JSON_PROPERTY_DATA}) @jakarta.annotation.Generated( value = "https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsAnnotationQueueLabelSchemaData.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsAnnotationQueueLabelSchemaData.java index 001bbc3be68..6faf22740c0 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsAnnotationQueueLabelSchemaData.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsAnnotationQueueLabelSchemaData.java @@ -103,7 +103,7 @@ public LLMObsAnnotationQueueLabelSchemaData type(LLMObsAnnotationQueueType type) } /** - * Resource type of an LLM Observability annotation queue. + * Resource type of an Agent Observability annotation queue. * * @return type */ diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsAnnotationQueueLabelSchemaUpdateData.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsAnnotationQueueLabelSchemaUpdateData.java index 12ba1ae5670..18f8fba9ebf 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsAnnotationQueueLabelSchemaUpdateData.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsAnnotationQueueLabelSchemaUpdateData.java @@ -77,7 +77,7 @@ public LLMObsAnnotationQueueLabelSchemaUpdateData type(LLMObsAnnotationQueueType } /** - * Resource type of an LLM Observability annotation queue. + * Resource type of an Agent Observability annotation queue. * * @return type */ diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsAnnotationQueueRequest.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsAnnotationQueueRequest.java index 354d9b9fc35..196ebecd144 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsAnnotationQueueRequest.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsAnnotationQueueRequest.java @@ -17,7 +17,7 @@ import java.util.Map; import java.util.Objects; -/** Request to create an LLM Observability annotation queue. */ +/** Request to create an Agent Observability annotation queue. */ @JsonPropertyOrder({LLMObsAnnotationQueueRequest.JSON_PROPERTY_DATA}) @jakarta.annotation.Generated( value = "https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") @@ -43,7 +43,7 @@ public LLMObsAnnotationQueueRequest data(LLMObsAnnotationQueueDataRequest data) } /** - * Data object for creating an LLM Observability annotation queue. + * Data object for creating an Agent Observability annotation queue. * * @return data */ diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsAnnotationQueueResponse.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsAnnotationQueueResponse.java index f88827324a3..ef59840a319 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsAnnotationQueueResponse.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsAnnotationQueueResponse.java @@ -17,7 +17,7 @@ import java.util.Map; import java.util.Objects; -/** Response containing a single LLM Observability annotation queue. */ +/** Response containing a single Agent Observability annotation queue. */ @JsonPropertyOrder({LLMObsAnnotationQueueResponse.JSON_PROPERTY_DATA}) @jakarta.annotation.Generated( value = "https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") @@ -43,7 +43,7 @@ public LLMObsAnnotationQueueResponse data(LLMObsAnnotationQueueDataResponse data } /** - * Data object for an LLM Observability annotation queue. + * Data object for an Agent Observability annotation queue. * * @return data */ diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsAnnotationQueueType.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsAnnotationQueueType.java index 16cd34ae440..c5f3c1ccace 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsAnnotationQueueType.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsAnnotationQueueType.java @@ -18,7 +18,7 @@ import java.util.HashSet; import java.util.Set; -/** Resource type of an LLM Observability annotation queue. */ +/** Resource type of an Agent Observability annotation queue. */ @JsonSerialize(using = LLMObsAnnotationQueueType.LLMObsAnnotationQueueTypeSerializer.class) public class LLMObsAnnotationQueueType extends ModelEnum { diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsAnnotationQueueUpdateDataAttributesRequest.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsAnnotationQueueUpdateDataAttributesRequest.java index 65a83de5845..082f01ee7cc 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsAnnotationQueueUpdateDataAttributesRequest.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsAnnotationQueueUpdateDataAttributesRequest.java @@ -16,7 +16,7 @@ import java.util.Map; import java.util.Objects; -/** Attributes for updating an LLM Observability annotation queue. All fields are optional. */ +/** Attributes for updating an Agent Observability annotation queue. All fields are optional. */ @JsonPropertyOrder({ LLMObsAnnotationQueueUpdateDataAttributesRequest.JSON_PROPERTY_ANNOTATION_SCHEMA, LLMObsAnnotationQueueUpdateDataAttributesRequest.JSON_PROPERTY_DESCRIPTION, diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsAnnotationQueueUpdateDataRequest.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsAnnotationQueueUpdateDataRequest.java index cb61c1c6d27..1246b42b252 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsAnnotationQueueUpdateDataRequest.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsAnnotationQueueUpdateDataRequest.java @@ -17,7 +17,7 @@ import java.util.Map; import java.util.Objects; -/** Data object for updating an LLM Observability annotation queue. */ +/** Data object for updating an Agent Observability annotation queue. */ @JsonPropertyOrder({ LLMObsAnnotationQueueUpdateDataRequest.JSON_PROPERTY_ATTRIBUTES, LLMObsAnnotationQueueUpdateDataRequest.JSON_PROPERTY_TYPE @@ -53,7 +53,7 @@ public LLMObsAnnotationQueueUpdateDataRequest attributes( } /** - * Attributes for updating an LLM Observability annotation queue. All fields are optional. + * Attributes for updating an Agent Observability annotation queue. All fields are optional. * * @return attributes */ @@ -77,7 +77,7 @@ public LLMObsAnnotationQueueUpdateDataRequest type(LLMObsAnnotationQueueType typ } /** - * Resource type of an LLM Observability annotation queue. + * Resource type of an Agent Observability annotation queue. * * @return type */ diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsAnnotationQueueUpdateRequest.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsAnnotationQueueUpdateRequest.java index 563e207b651..5097566770c 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsAnnotationQueueUpdateRequest.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsAnnotationQueueUpdateRequest.java @@ -17,7 +17,7 @@ import java.util.Map; import java.util.Objects; -/** Request to update an LLM Observability annotation queue. */ +/** Request to update an Agent Observability annotation queue. */ @JsonPropertyOrder({LLMObsAnnotationQueueUpdateRequest.JSON_PROPERTY_DATA}) @jakarta.annotation.Generated( value = "https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") @@ -43,7 +43,7 @@ public LLMObsAnnotationQueueUpdateRequest data(LLMObsAnnotationQueueUpdateDataRe } /** - * Data object for updating an LLM Observability annotation queue. + * Data object for updating an Agent Observability annotation queue. * * @return data */ diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsAnnotationQueuesResponse.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsAnnotationQueuesResponse.java index 69365a1eca3..d5487c9d03f 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsAnnotationQueuesResponse.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsAnnotationQueuesResponse.java @@ -19,7 +19,7 @@ import java.util.Map; import java.util.Objects; -/** Response containing a list of LLM Observability annotation queues. */ +/** Response containing a list of Agent Observability annotation queues. */ @JsonPropertyOrder({LLMObsAnnotationQueuesResponse.JSON_PROPERTY_DATA}) @jakarta.annotation.Generated( value = "https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsAnnotationsDataRequest.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsAnnotationsDataRequest.java index 6f6a9c9f5ac..f55a318f24c 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsAnnotationsDataRequest.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsAnnotationsDataRequest.java @@ -77,7 +77,7 @@ public LLMObsAnnotationsDataRequest type(LLMObsAnnotationsType type) { } /** - * Resource type for LLM Observability annotations. + * Resource type for Agent Observability annotations. * * @return type */ diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsAnnotationsDataResponse.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsAnnotationsDataResponse.java index bee2a5ff0cd..6417eb66fab 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsAnnotationsDataResponse.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsAnnotationsDataResponse.java @@ -103,7 +103,7 @@ public LLMObsAnnotationsDataResponse type(LLMObsAnnotationsType type) { } /** - * Resource type for LLM Observability annotations. + * Resource type for Agent Observability annotations. * * @return type */ diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsAnnotationsType.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsAnnotationsType.java index cb92f84f1f5..272daf7a035 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsAnnotationsType.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsAnnotationsType.java @@ -18,7 +18,7 @@ import java.util.HashSet; import java.util.Set; -/** Resource type for LLM Observability annotations. */ +/** Resource type for Agent Observability annotations. */ @JsonSerialize(using = LLMObsAnnotationsType.LLMObsAnnotationsTypeSerializer.class) public class LLMObsAnnotationsType extends ModelEnum { diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsCreatePromptData.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsCreatePromptData.java index 3770e7ff7e1..a4c4e240cc4 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsCreatePromptData.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsCreatePromptData.java @@ -17,7 +17,7 @@ import java.util.Map; import java.util.Objects; -/** Data object for creating an LLM Observability prompt. */ +/** Data object for creating an Agent Observability prompt. */ @JsonPropertyOrder({ LLMObsCreatePromptData.JSON_PROPERTY_ATTRIBUTES, LLMObsCreatePromptData.JSON_PROPERTY_TYPE @@ -52,7 +52,7 @@ public LLMObsCreatePromptData attributes(LLMObsCreatePromptDataAttributes attrib } /** - * Attributes for creating an LLM Observability prompt and its first version. prompt_id + * Attributes for creating an Agent Observability prompt and its first version. prompt_id * and template are required; all other attributes are optional. * * @return attributes @@ -77,7 +77,7 @@ public LLMObsCreatePromptData type(LLMObsPromptType type) { } /** - * Resource type of an LLM Observability prompt. + * Resource type of an Agent Observability prompt. * * @return type */ diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsCreatePromptDataAttributes.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsCreatePromptDataAttributes.java index 4e82d53e6eb..9c6c8447f73 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsCreatePromptDataAttributes.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsCreatePromptDataAttributes.java @@ -20,8 +20,8 @@ import java.util.Objects; /** - * Attributes for creating an LLM Observability prompt and its first version. prompt_id - * and template are required; all other attributes are optional. + * Attributes for creating an Agent Observability prompt and its first version. prompt_id + * and template are required; all other attributes are optional. */ @JsonPropertyOrder({ LLMObsCreatePromptDataAttributes.JSON_PROPERTY_DESCRIPTION, diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsCreatePromptRequest.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsCreatePromptRequest.java index 8ea027047ca..8920bd592db 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsCreatePromptRequest.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsCreatePromptRequest.java @@ -17,7 +17,7 @@ import java.util.Map; import java.util.Objects; -/** Request to create an LLM Observability prompt. */ +/** Request to create an Agent Observability prompt. */ @JsonPropertyOrder({LLMObsCreatePromptRequest.JSON_PROPERTY_DATA}) @jakarta.annotation.Generated( value = "https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") @@ -42,7 +42,7 @@ public LLMObsCreatePromptRequest data(LLMObsCreatePromptData data) { } /** - * Data object for creating an LLM Observability prompt. + * Data object for creating an Agent Observability prompt. * * @return data */ diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsCreatePromptVersionData.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsCreatePromptVersionData.java index b1c592f76da..c2c5216e7b9 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsCreatePromptVersionData.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsCreatePromptVersionData.java @@ -17,7 +17,7 @@ import java.util.Map; import java.util.Objects; -/** Data object for creating an LLM Observability prompt version. */ +/** Data object for creating an Agent Observability prompt version. */ @JsonPropertyOrder({ LLMObsCreatePromptVersionData.JSON_PROPERTY_ATTRIBUTES, LLMObsCreatePromptVersionData.JSON_PROPERTY_TYPE @@ -53,8 +53,8 @@ public LLMObsCreatePromptVersionData attributes( } /** - * Attributes for creating a new version of an LLM Observability prompt. template is - * required; all other attributes are optional. + * Attributes for creating a new version of an Agent Observability prompt. template + * is required; all other attributes are optional. * * @return attributes */ @@ -78,7 +78,7 @@ public LLMObsCreatePromptVersionData type(LLMObsPromptVersionType type) { } /** - * Resource type of an LLM Observability prompt version. + * Resource type of an Agent Observability prompt version. * * @return type */ diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsCreatePromptVersionDataAttributes.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsCreatePromptVersionDataAttributes.java index 16d0383bcf3..f3818138c7d 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsCreatePromptVersionDataAttributes.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsCreatePromptVersionDataAttributes.java @@ -20,7 +20,7 @@ import java.util.Objects; /** - * Attributes for creating a new version of an LLM Observability prompt. template is + * Attributes for creating a new version of an Agent Observability prompt. template is * required; all other attributes are optional. */ @JsonPropertyOrder({ diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsCreatePromptVersionRequest.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsCreatePromptVersionRequest.java index 3d722a5240e..9d64917184f 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsCreatePromptVersionRequest.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsCreatePromptVersionRequest.java @@ -17,7 +17,7 @@ import java.util.Map; import java.util.Objects; -/** Request to create a new version of an LLM Observability prompt. */ +/** Request to create a new version of an Agent Observability prompt. */ @JsonPropertyOrder({LLMObsCreatePromptVersionRequest.JSON_PROPERTY_DATA}) @jakarta.annotation.Generated( value = "https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") @@ -43,7 +43,7 @@ public LLMObsCreatePromptVersionRequest data(LLMObsCreatePromptVersionData data) } /** - * Data object for creating an LLM Observability prompt version. + * Data object for creating an Agent Observability prompt version. * * @return data */ diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsCustomEvalConfigAttributes.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsCustomEvalConfigAttributes.java index 4acda35d123..1f22e67daec 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsCustomEvalConfigAttributes.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsCustomEvalConfigAttributes.java @@ -18,7 +18,7 @@ import java.util.Map; import java.util.Objects; -/** Attributes of a custom LLM Observability evaluator configuration. */ +/** Attributes of a custom Agent Observability evaluator configuration. */ @JsonPropertyOrder({ LLMObsCustomEvalConfigAttributes.JSON_PROPERTY_CATEGORY, LLMObsCustomEvalConfigAttributes.JSON_PROPERTY_CREATED_AT, diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsCustomEvalConfigData.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsCustomEvalConfigData.java index 1726814f918..5b2f87459e3 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsCustomEvalConfigData.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsCustomEvalConfigData.java @@ -17,7 +17,7 @@ import java.util.Map; import java.util.Objects; -/** Data object for a custom LLM Observability evaluator configuration. */ +/** Data object for a custom Agent Observability evaluator configuration. */ @JsonPropertyOrder({ LLMObsCustomEvalConfigData.JSON_PROPERTY_ATTRIBUTES, LLMObsCustomEvalConfigData.JSON_PROPERTY_ID, @@ -58,7 +58,7 @@ public LLMObsCustomEvalConfigData attributes(LLMObsCustomEvalConfigAttributes at } /** - * Attributes of a custom LLM Observability evaluator configuration. + * Attributes of a custom Agent Observability evaluator configuration. * * @return attributes */ @@ -102,7 +102,7 @@ public LLMObsCustomEvalConfigData type(LLMObsCustomEvalConfigType type) { } /** - * Type of the custom LLM Observability evaluator configuration resource. + * Type of the custom Agent Observability evaluator configuration resource. * * @return type */ diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsCustomEvalConfigListResponse.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsCustomEvalConfigListResponse.java index 5d7969cd981..08fa6c10cf9 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsCustomEvalConfigListResponse.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsCustomEvalConfigListResponse.java @@ -19,7 +19,7 @@ import java.util.Map; import java.util.Objects; -/** Response containing a list of custom LLM Observability evaluator configurations. */ +/** Response containing a list of custom Agent Observability evaluator configurations. */ @JsonPropertyOrder({LLMObsCustomEvalConfigListResponse.JSON_PROPERTY_DATA}) @jakarta.annotation.Generated( value = "https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsCustomEvalConfigResponse.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsCustomEvalConfigResponse.java index e888af2dd82..313aa5401ac 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsCustomEvalConfigResponse.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsCustomEvalConfigResponse.java @@ -17,7 +17,7 @@ import java.util.Map; import java.util.Objects; -/** Response containing a custom LLM Observability evaluator configuration. */ +/** Response containing a custom Agent Observability evaluator configuration. */ @JsonPropertyOrder({LLMObsCustomEvalConfigResponse.JSON_PROPERTY_DATA}) @jakarta.annotation.Generated( value = "https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") @@ -42,7 +42,7 @@ public LLMObsCustomEvalConfigResponse data(LLMObsCustomEvalConfigData data) { } /** - * Data object for a custom LLM Observability evaluator configuration. + * Data object for a custom Agent Observability evaluator configuration. * * @return data */ diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsCustomEvalConfigType.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsCustomEvalConfigType.java index 3348579eece..a76ef352b21 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsCustomEvalConfigType.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsCustomEvalConfigType.java @@ -18,7 +18,7 @@ import java.util.HashSet; import java.util.Set; -/** Type of the custom LLM Observability evaluator configuration resource. */ +/** Type of the custom Agent Observability evaluator configuration resource. */ @JsonSerialize(using = LLMObsCustomEvalConfigType.LLMObsCustomEvalConfigTypeSerializer.class) public class LLMObsCustomEvalConfigType extends ModelEnum { diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsCustomEvalConfigUpdateAttributes.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsCustomEvalConfigUpdateAttributes.java index 37b56cbb45d..240b8d1549b 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsCustomEvalConfigUpdateAttributes.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsCustomEvalConfigUpdateAttributes.java @@ -17,7 +17,7 @@ import java.util.Map; import java.util.Objects; -/** Attributes for creating or updating a custom LLM Observability evaluator configuration. */ +/** Attributes for creating or updating a custom Agent Observability evaluator configuration. */ @JsonPropertyOrder({ LLMObsCustomEvalConfigUpdateAttributes.JSON_PROPERTY_CATEGORY, LLMObsCustomEvalConfigUpdateAttributes.JSON_PROPERTY_EVAL_NAME, diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsCustomEvalConfigUpdateData.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsCustomEvalConfigUpdateData.java index aae9c70c3df..defdf355d74 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsCustomEvalConfigUpdateData.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsCustomEvalConfigUpdateData.java @@ -17,7 +17,7 @@ import java.util.Map; import java.util.Objects; -/** Data object for creating or updating a custom LLM Observability evaluator configuration. */ +/** Data object for creating or updating a custom Agent Observability evaluator configuration. */ @JsonPropertyOrder({ LLMObsCustomEvalConfigUpdateData.JSON_PROPERTY_ATTRIBUTES, LLMObsCustomEvalConfigUpdateData.JSON_PROPERTY_ID, @@ -57,7 +57,7 @@ public LLMObsCustomEvalConfigUpdateData attributes( } /** - * Attributes for creating or updating a custom LLM Observability evaluator configuration. + * Attributes for creating or updating a custom Agent Observability evaluator configuration. * * @return attributes */ @@ -102,7 +102,7 @@ public LLMObsCustomEvalConfigUpdateData type(LLMObsCustomEvalConfigType type) { } /** - * Type of the custom LLM Observability evaluator configuration resource. + * Type of the custom Agent Observability evaluator configuration resource. * * @return type */ diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsCustomEvalConfigUpdateRequest.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsCustomEvalConfigUpdateRequest.java index b47e17b30fa..dca5de2d724 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsCustomEvalConfigUpdateRequest.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsCustomEvalConfigUpdateRequest.java @@ -17,7 +17,7 @@ import java.util.Map; import java.util.Objects; -/** Request to create or update a custom LLM Observability evaluator configuration. */ +/** Request to create or update a custom Agent Observability evaluator configuration. */ @JsonPropertyOrder({LLMObsCustomEvalConfigUpdateRequest.JSON_PROPERTY_DATA}) @jakarta.annotation.Generated( value = "https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") @@ -43,7 +43,7 @@ public LLMObsCustomEvalConfigUpdateRequest data(LLMObsCustomEvalConfigUpdateData } /** - * Data object for creating or updating a custom LLM Observability evaluator configuration. + * Data object for creating or updating a custom Agent Observability evaluator configuration. * * @return data */ diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetBatchUpdateDataAttributesRequest.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetBatchUpdateDataAttributesRequest.java index 9593f575939..94c9c66765d 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetBatchUpdateDataAttributesRequest.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetBatchUpdateDataAttributesRequest.java @@ -18,7 +18,7 @@ import java.util.Map; import java.util.Objects; -/** Attributes for batch-updating records in an LLM Observability dataset. */ +/** Attributes for batch-updating records in an Agent Observability dataset. */ @JsonPropertyOrder({ LLMObsDatasetBatchUpdateDataAttributesRequest.JSON_PROPERTY_CREATE_NEW_VERSION, LLMObsDatasetBatchUpdateDataAttributesRequest.JSON_PROPERTY_DELETE_RECORDS, diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetBatchUpdateDataRequest.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetBatchUpdateDataRequest.java index beaef7b6c79..514ba70a874 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetBatchUpdateDataRequest.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetBatchUpdateDataRequest.java @@ -17,7 +17,7 @@ import java.util.Map; import java.util.Objects; -/** Data object for batch-updating records in an LLM Observability dataset. */ +/** Data object for batch-updating records in an Agent Observability dataset. */ @JsonPropertyOrder({ LLMObsDatasetBatchUpdateDataRequest.JSON_PROPERTY_ATTRIBUTES, LLMObsDatasetBatchUpdateDataRequest.JSON_PROPERTY_ID, @@ -59,7 +59,7 @@ public LLMObsDatasetBatchUpdateDataRequest attributes( } /** - * Attributes for batch-updating records in an LLM Observability dataset. + * Attributes for batch-updating records in an Agent Observability dataset. * * @return attributes */ @@ -103,7 +103,7 @@ public LLMObsDatasetBatchUpdateDataRequest type(LLMObsDatasetType type) { } /** - * Resource type of an LLM Observability dataset. + * Resource type of an Agent Observability dataset. * * @return type */ diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetBatchUpdateInsertRecord.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetBatchUpdateInsertRecord.java index 171b7fcbc51..813fd0928eb 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetBatchUpdateInsertRecord.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetBatchUpdateInsertRecord.java @@ -20,7 +20,7 @@ import java.util.Objects; import org.openapitools.jackson.nullable.JsonNullable; -/** A record to insert as part of a batch update on an LLM Observability dataset. */ +/** A record to insert as part of a batch update on an Agent Observability dataset. */ @JsonPropertyOrder({ LLMObsDatasetBatchUpdateInsertRecord.JSON_PROPERTY_EXPECTED_OUTPUT, LLMObsDatasetBatchUpdateInsertRecord.JSON_PROPERTY_ID, diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetBatchUpdateRequest.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetBatchUpdateRequest.java index 877a0873e75..fa058bf32dd 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetBatchUpdateRequest.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetBatchUpdateRequest.java @@ -17,7 +17,7 @@ import java.util.Map; import java.util.Objects; -/** Request to batch-insert, update, and delete records in an LLM Observability dataset. */ +/** Request to batch-insert, update, and delete records in an Agent Observability dataset. */ @JsonPropertyOrder({LLMObsDatasetBatchUpdateRequest.JSON_PROPERTY_DATA}) @jakarta.annotation.Generated( value = "https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") @@ -43,7 +43,7 @@ public LLMObsDatasetBatchUpdateRequest data(LLMObsDatasetBatchUpdateDataRequest } /** - * Data object for batch-updating records in an LLM Observability dataset. + * Data object for batch-updating records in an Agent Observability dataset. * * @return data */ diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetBatchUpdateUpdateRecord.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetBatchUpdateUpdateRecord.java index 39c314ed31e..6e39ac843a2 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetBatchUpdateUpdateRecord.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetBatchUpdateUpdateRecord.java @@ -18,7 +18,7 @@ import java.util.Objects; import org.openapitools.jackson.nullable.JsonNullable; -/** A record update payload as part of a batch update on an LLM Observability dataset. */ +/** A record update payload as part of a batch update on an Agent Observability dataset. */ @JsonPropertyOrder({ LLMObsDatasetBatchUpdateUpdateRecord.JSON_PROPERTY_EXPECTED_OUTPUT, LLMObsDatasetBatchUpdateUpdateRecord.JSON_PROPERTY_ID, diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetCloneDataAttributesRequest.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetCloneDataAttributesRequest.java index 182fb9c4b49..e714997d381 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetCloneDataAttributesRequest.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetCloneDataAttributesRequest.java @@ -17,7 +17,7 @@ import java.util.Map; import java.util.Objects; -/** Attributes for cloning an LLM Observability dataset. */ +/** Attributes for cloning an Agent Observability dataset. */ @JsonPropertyOrder({ LLMObsDatasetCloneDataAttributesRequest.JSON_PROPERTY_DESCRIPTION, LLMObsDatasetCloneDataAttributesRequest.JSON_PROPERTY_NAME diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetCloneDataRequest.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetCloneDataRequest.java index 25cce964f73..86de2b409b1 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetCloneDataRequest.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetCloneDataRequest.java @@ -17,7 +17,7 @@ import java.util.Map; import java.util.Objects; -/** Data object for cloning an LLM Observability dataset. */ +/** Data object for cloning an Agent Observability dataset. */ @JsonPropertyOrder({ LLMObsDatasetCloneDataRequest.JSON_PROPERTY_ATTRIBUTES, LLMObsDatasetCloneDataRequest.JSON_PROPERTY_ID, @@ -59,7 +59,7 @@ public LLMObsDatasetCloneDataRequest attributes( } /** - * Attributes for cloning an LLM Observability dataset. + * Attributes for cloning an Agent Observability dataset. * * @return attributes */ @@ -103,7 +103,7 @@ public LLMObsDatasetCloneDataRequest type(LLMObsDatasetType type) { } /** - * Resource type of an LLM Observability dataset. + * Resource type of an Agent Observability dataset. * * @return type */ diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetCloneRequest.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetCloneRequest.java index c41c662dfc5..ed3d1f0017a 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetCloneRequest.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetCloneRequest.java @@ -17,7 +17,7 @@ import java.util.Map; import java.util.Objects; -/** Request to clone an LLM Observability dataset. */ +/** Request to clone an Agent Observability dataset. */ @JsonPropertyOrder({LLMObsDatasetCloneRequest.JSON_PROPERTY_DATA}) @jakarta.annotation.Generated( value = "https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") @@ -43,7 +43,7 @@ public LLMObsDatasetCloneRequest data(LLMObsDatasetCloneDataRequest data) { } /** - * Data object for cloning an LLM Observability dataset. + * Data object for cloning an Agent Observability dataset. * * @return data */ diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetDataAttributesRequest.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetDataAttributesRequest.java index 6fc96880d84..a779b0029ed 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetDataAttributesRequest.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetDataAttributesRequest.java @@ -17,7 +17,7 @@ import java.util.Map; import java.util.Objects; -/** Attributes for creating an LLM Observability dataset. */ +/** Attributes for creating an Agent Observability dataset. */ @JsonPropertyOrder({ LLMObsDatasetDataAttributesRequest.JSON_PROPERTY_DESCRIPTION, LLMObsDatasetDataAttributesRequest.JSON_PROPERTY_METADATA, diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetDataAttributesResponse.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetDataAttributesResponse.java index cdd4efab957..044a07b7982 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetDataAttributesResponse.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetDataAttributesResponse.java @@ -18,7 +18,7 @@ import java.util.Map; import java.util.Objects; -/** Attributes of an LLM Observability dataset. */ +/** Attributes of an Agent Observability dataset. */ @JsonPropertyOrder({ LLMObsDatasetDataAttributesResponse.JSON_PROPERTY_CREATED_AT, LLMObsDatasetDataAttributesResponse.JSON_PROPERTY_CURRENT_VERSION, diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetDataRequest.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetDataRequest.java index ca14b714985..3e939cf790a 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetDataRequest.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetDataRequest.java @@ -17,7 +17,7 @@ import java.util.Map; import java.util.Objects; -/** Data object for creating an LLM Observability dataset. */ +/** Data object for creating an Agent Observability dataset. */ @JsonPropertyOrder({ LLMObsDatasetDataRequest.JSON_PROPERTY_ATTRIBUTES, LLMObsDatasetDataRequest.JSON_PROPERTY_TYPE @@ -52,7 +52,7 @@ public LLMObsDatasetDataRequest attributes(LLMObsDatasetDataAttributesRequest at } /** - * Attributes for creating an LLM Observability dataset. + * Attributes for creating an Agent Observability dataset. * * @return attributes */ @@ -76,7 +76,7 @@ public LLMObsDatasetDataRequest type(LLMObsDatasetType type) { } /** - * Resource type of an LLM Observability dataset. + * Resource type of an Agent Observability dataset. * * @return type */ diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetDataResponse.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetDataResponse.java index c62219806ba..8feba82bde0 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetDataResponse.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetDataResponse.java @@ -17,7 +17,7 @@ import java.util.Map; import java.util.Objects; -/** Data object for an LLM Observability dataset. */ +/** Data object for an Agent Observability dataset. */ @JsonPropertyOrder({ LLMObsDatasetDataResponse.JSON_PROPERTY_ATTRIBUTES, LLMObsDatasetDataResponse.JSON_PROPERTY_ID, @@ -58,7 +58,7 @@ public LLMObsDatasetDataResponse attributes(LLMObsDatasetDataAttributesResponse } /** - * Attributes of an LLM Observability dataset. + * Attributes of an Agent Observability dataset. * * @return attributes */ @@ -102,7 +102,7 @@ public LLMObsDatasetDataResponse type(LLMObsDatasetType type) { } /** - * Resource type of an LLM Observability dataset. + * Resource type of an Agent Observability dataset. * * @return type */ diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetDraftStateData.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetDraftStateData.java index f595025d60e..b6e7245bc46 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetDraftStateData.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetDraftStateData.java @@ -17,7 +17,7 @@ import java.util.Map; import java.util.Objects; -/** Data object for an LLM Observability dataset draft state. */ +/** Data object for an Agent Observability dataset draft state. */ @JsonPropertyOrder({ LLMObsDatasetDraftStateData.JSON_PROPERTY_ATTRIBUTES, LLMObsDatasetDraftStateData.JSON_PROPERTY_ID, @@ -58,7 +58,7 @@ public LLMObsDatasetDraftStateData attributes(LLMObsDatasetDraftStateDataAttribu } /** - * Attributes of an LLM Observability dataset draft state. + * Attributes of an Agent Observability dataset draft state. * * @return attributes */ @@ -102,7 +102,7 @@ public LLMObsDatasetDraftStateData type(LLMObsDatasetDraftStateType type) { } /** - * Resource type of an LLM Observability dataset draft state. + * Resource type of an Agent Observability dataset draft state. * * @return type */ diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetDraftStateDataAttributes.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetDraftStateDataAttributes.java index 3213412c4cd..7c170f027a0 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetDraftStateDataAttributes.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetDraftStateDataAttributes.java @@ -18,7 +18,7 @@ import java.util.Map; import java.util.Objects; -/** Attributes of an LLM Observability dataset draft state. */ +/** Attributes of an Agent Observability dataset draft state. */ @JsonPropertyOrder({ LLMObsDatasetDraftStateDataAttributes.JSON_PROPERTY_DRAFTING_SINCE, LLMObsDatasetDraftStateDataAttributes.JSON_PROPERTY_USER diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetDraftStateResponse.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetDraftStateResponse.java index b61c8d0b54b..383018bd1ca 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetDraftStateResponse.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetDraftStateResponse.java @@ -17,7 +17,7 @@ import java.util.Map; import java.util.Objects; -/** Response containing the draft state of an LLM Observability dataset. */ +/** Response containing the draft state of an Agent Observability dataset. */ @JsonPropertyOrder({LLMObsDatasetDraftStateResponse.JSON_PROPERTY_DATA}) @jakarta.annotation.Generated( value = "https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") @@ -42,7 +42,7 @@ public LLMObsDatasetDraftStateResponse data(LLMObsDatasetDraftStateData data) { } /** - * Data object for an LLM Observability dataset draft state. + * Data object for an Agent Observability dataset draft state. * * @return data */ diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetDraftStateType.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetDraftStateType.java index 33e9d1b56cd..718844cb100 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetDraftStateType.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetDraftStateType.java @@ -18,7 +18,7 @@ import java.util.HashSet; import java.util.Set; -/** Resource type of an LLM Observability dataset draft state. */ +/** Resource type of an Agent Observability dataset draft state. */ @JsonSerialize(using = LLMObsDatasetDraftStateType.LLMObsDatasetDraftStateTypeSerializer.class) public class LLMObsDatasetDraftStateType extends ModelEnum { diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetExportFormat.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetExportFormat.java index 7853241f7f4..bece90c9c33 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetExportFormat.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetExportFormat.java @@ -18,7 +18,7 @@ import java.util.HashSet; import java.util.Set; -/** Supported export format for an LLM Observability dataset. */ +/** Supported export format for an Agent Observability dataset. */ @JsonSerialize(using = LLMObsDatasetExportFormat.LLMObsDatasetExportFormatSerializer.class) public class LLMObsDatasetExportFormat extends ModelEnum { diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetRecordDataResponse.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetRecordDataResponse.java index 840e9da7b02..413e61ded4c 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetRecordDataResponse.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetRecordDataResponse.java @@ -18,7 +18,7 @@ import java.util.Map; import java.util.Objects; -/** A single LLM Observability dataset record. */ +/** A single Agent Observability dataset record. */ @JsonPropertyOrder({ LLMObsDatasetRecordDataResponse.JSON_PROPERTY_CREATED_AT, LLMObsDatasetRecordDataResponse.JSON_PROPERTY_DATASET_ID, diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetRecordItem.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetRecordItem.java index bfc4ecbc5fc..be3029fa849 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetRecordItem.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetRecordItem.java @@ -18,7 +18,7 @@ import java.util.Objects; import org.openapitools.jackson.nullable.JsonNullable; -/** A single record to append to an LLM Observability dataset. */ +/** A single record to append to an Agent Observability dataset. */ @JsonPropertyOrder({ LLMObsDatasetRecordItem.JSON_PROPERTY_EXPECTED_OUTPUT, LLMObsDatasetRecordItem.JSON_PROPERTY_INPUT, diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetRecordUpdateItem.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetRecordUpdateItem.java index 18098eebd3a..20556628bd8 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetRecordUpdateItem.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetRecordUpdateItem.java @@ -18,7 +18,7 @@ import java.util.Objects; import org.openapitools.jackson.nullable.JsonNullable; -/** A record update payload for an LLM Observability dataset. */ +/** A record update payload for an Agent Observability dataset. */ @JsonPropertyOrder({ LLMObsDatasetRecordUpdateItem.JSON_PROPERTY_EXPECTED_OUTPUT, LLMObsDatasetRecordUpdateItem.JSON_PROPERTY_ID, diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetRecordsDataAttributesRequest.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetRecordsDataAttributesRequest.java index a5098e9983b..d60ffa7e64c 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetRecordsDataAttributesRequest.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetRecordsDataAttributesRequest.java @@ -19,7 +19,7 @@ import java.util.Map; import java.util.Objects; -/** Attributes for appending records to an LLM Observability dataset. */ +/** Attributes for appending records to an Agent Observability dataset. */ @JsonPropertyOrder({ LLMObsDatasetRecordsDataAttributesRequest.JSON_PROPERTY_DEDUPLICATE, LLMObsDatasetRecordsDataAttributesRequest.JSON_PROPERTY_RECORDS diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetRecordsDataRequest.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetRecordsDataRequest.java index 5a59022ffdb..b14bf443d25 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetRecordsDataRequest.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetRecordsDataRequest.java @@ -17,7 +17,7 @@ import java.util.Map; import java.util.Objects; -/** Data object for appending records to an LLM Observability dataset. */ +/** Data object for appending records to an Agent Observability dataset. */ @JsonPropertyOrder({ LLMObsDatasetRecordsDataRequest.JSON_PROPERTY_ATTRIBUTES, LLMObsDatasetRecordsDataRequest.JSON_PROPERTY_TYPE @@ -53,7 +53,7 @@ public LLMObsDatasetRecordsDataRequest attributes( } /** - * Attributes for appending records to an LLM Observability dataset. + * Attributes for appending records to an Agent Observability dataset. * * @return attributes */ @@ -77,7 +77,7 @@ public LLMObsDatasetRecordsDataRequest type(LLMObsRecordType type) { } /** - * Resource type of LLM Observability dataset records. + * Resource type of Agent Observability dataset records. * * @return type */ diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetRecordsListResponse.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetRecordsListResponse.java index c6259c14d93..a17464645b8 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetRecordsListResponse.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetRecordsListResponse.java @@ -19,7 +19,7 @@ import java.util.Map; import java.util.Objects; -/** Response containing a paginated list of LLM Observability dataset records. */ +/** Response containing a paginated list of Agent Observability dataset records. */ @JsonPropertyOrder({ LLMObsDatasetRecordsListResponse.JSON_PROPERTY_DATA, LLMObsDatasetRecordsListResponse.JSON_PROPERTY_META diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetRecordsRequest.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetRecordsRequest.java index 5e835159483..2d22f2f09c5 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetRecordsRequest.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetRecordsRequest.java @@ -17,7 +17,7 @@ import java.util.Map; import java.util.Objects; -/** Request to append records to an LLM Observability dataset. */ +/** Request to append records to an Agent Observability dataset. */ @JsonPropertyOrder({LLMObsDatasetRecordsRequest.JSON_PROPERTY_DATA}) @jakarta.annotation.Generated( value = "https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") @@ -43,7 +43,7 @@ public LLMObsDatasetRecordsRequest data(LLMObsDatasetRecordsDataRequest data) { } /** - * Data object for appending records to an LLM Observability dataset. + * Data object for appending records to an Agent Observability dataset. * * @return data */ diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetRecordsUpdateDataAttributesRequest.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetRecordsUpdateDataAttributesRequest.java index 09cb7d65f7c..0baee2d85da 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetRecordsUpdateDataAttributesRequest.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetRecordsUpdateDataAttributesRequest.java @@ -19,7 +19,7 @@ import java.util.Map; import java.util.Objects; -/** Attributes for updating records in an LLM Observability dataset. */ +/** Attributes for updating records in an Agent Observability dataset. */ @JsonPropertyOrder({LLMObsDatasetRecordsUpdateDataAttributesRequest.JSON_PROPERTY_RECORDS}) @jakarta.annotation.Generated( value = "https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetRecordsUpdateDataRequest.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetRecordsUpdateDataRequest.java index 7bf6da6ff88..c363ddb22fd 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetRecordsUpdateDataRequest.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetRecordsUpdateDataRequest.java @@ -17,7 +17,7 @@ import java.util.Map; import java.util.Objects; -/** Data object for updating records in an LLM Observability dataset. */ +/** Data object for updating records in an Agent Observability dataset. */ @JsonPropertyOrder({ LLMObsDatasetRecordsUpdateDataRequest.JSON_PROPERTY_ATTRIBUTES, LLMObsDatasetRecordsUpdateDataRequest.JSON_PROPERTY_TYPE @@ -53,7 +53,7 @@ public LLMObsDatasetRecordsUpdateDataRequest attributes( } /** - * Attributes for updating records in an LLM Observability dataset. + * Attributes for updating records in an Agent Observability dataset. * * @return attributes */ @@ -77,7 +77,7 @@ public LLMObsDatasetRecordsUpdateDataRequest type(LLMObsRecordType type) { } /** - * Resource type of LLM Observability dataset records. + * Resource type of Agent Observability dataset records. * * @return type */ diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetRecordsUpdateRequest.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetRecordsUpdateRequest.java index 1a0ba5fbbfe..fa50c95fce7 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetRecordsUpdateRequest.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetRecordsUpdateRequest.java @@ -17,7 +17,7 @@ import java.util.Map; import java.util.Objects; -/** Request to update records in an LLM Observability dataset. */ +/** Request to update records in an Agent Observability dataset. */ @JsonPropertyOrder({LLMObsDatasetRecordsUpdateRequest.JSON_PROPERTY_DATA}) @jakarta.annotation.Generated( value = "https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") @@ -43,7 +43,7 @@ public LLMObsDatasetRecordsUpdateRequest data(LLMObsDatasetRecordsUpdateDataRequ } /** - * Data object for updating records in an LLM Observability dataset. + * Data object for updating records in an Agent Observability dataset. * * @return data */ diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetRequest.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetRequest.java index df6e144ffb9..157d66952ac 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetRequest.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetRequest.java @@ -17,7 +17,7 @@ import java.util.Map; import java.util.Objects; -/** Request to create an LLM Observability dataset. */ +/** Request to create an Agent Observability dataset. */ @JsonPropertyOrder({LLMObsDatasetRequest.JSON_PROPERTY_DATA}) @jakarta.annotation.Generated( value = "https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") @@ -42,7 +42,7 @@ public LLMObsDatasetRequest data(LLMObsDatasetDataRequest data) { } /** - * Data object for creating an LLM Observability dataset. + * Data object for creating an Agent Observability dataset. * * @return data */ diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetResponse.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetResponse.java index d2152ec4bde..3e477965f99 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetResponse.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetResponse.java @@ -17,7 +17,7 @@ import java.util.Map; import java.util.Objects; -/** Response containing a single LLM Observability dataset. */ +/** Response containing a single Agent Observability dataset. */ @JsonPropertyOrder({LLMObsDatasetResponse.JSON_PROPERTY_DATA}) @jakarta.annotation.Generated( value = "https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") @@ -42,7 +42,7 @@ public LLMObsDatasetResponse data(LLMObsDatasetDataResponse data) { } /** - * Data object for an LLM Observability dataset. + * Data object for an Agent Observability dataset. * * @return data */ diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetRestoreVersionDataAttributesRequest.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetRestoreVersionDataAttributesRequest.java index 00e34b48694..7d151706d6c 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetRestoreVersionDataAttributesRequest.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetRestoreVersionDataAttributesRequest.java @@ -17,7 +17,7 @@ import java.util.Map; import java.util.Objects; -/** Attributes for restoring an LLM Observability dataset to a previous version. */ +/** Attributes for restoring an Agent Observability dataset to a previous version. */ @JsonPropertyOrder({LLMObsDatasetRestoreVersionDataAttributesRequest.JSON_PROPERTY_DATASET_VERSION}) @jakarta.annotation.Generated( value = "https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetRestoreVersionDataRequest.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetRestoreVersionDataRequest.java index 4521dc7229f..5956298a13b 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetRestoreVersionDataRequest.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetRestoreVersionDataRequest.java @@ -17,7 +17,7 @@ import java.util.Map; import java.util.Objects; -/** Data object for restoring an LLM Observability dataset to a previous version. */ +/** Data object for restoring an Agent Observability dataset to a previous version. */ @JsonPropertyOrder({ LLMObsDatasetRestoreVersionDataRequest.JSON_PROPERTY_ATTRIBUTES, LLMObsDatasetRestoreVersionDataRequest.JSON_PROPERTY_ID, @@ -59,7 +59,7 @@ public LLMObsDatasetRestoreVersionDataRequest attributes( } /** - * Attributes for restoring an LLM Observability dataset to a previous version. + * Attributes for restoring an Agent Observability dataset to a previous version. * * @return attributes */ @@ -103,7 +103,7 @@ public LLMObsDatasetRestoreVersionDataRequest type(LLMObsDatasetType type) { } /** - * Resource type of an LLM Observability dataset. + * Resource type of an Agent Observability dataset. * * @return type */ diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetRestoreVersionRequest.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetRestoreVersionRequest.java index 2b332f7bc80..9c7b2e07806 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetRestoreVersionRequest.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetRestoreVersionRequest.java @@ -17,7 +17,7 @@ import java.util.Map; import java.util.Objects; -/** Request to restore an LLM Observability dataset to a previous version. */ +/** Request to restore an Agent Observability dataset to a previous version. */ @JsonPropertyOrder({LLMObsDatasetRestoreVersionRequest.JSON_PROPERTY_DATA}) @jakarta.annotation.Generated( value = "https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") @@ -43,7 +43,7 @@ public LLMObsDatasetRestoreVersionRequest data(LLMObsDatasetRestoreVersionDataRe } /** - * Data object for restoring an LLM Observability dataset to a previous version. + * Data object for restoring an Agent Observability dataset to a previous version. * * @return data */ diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetType.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetType.java index 715e70879e6..fb40c80a066 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetType.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetType.java @@ -18,7 +18,7 @@ import java.util.HashSet; import java.util.Set; -/** Resource type of an LLM Observability dataset. */ +/** Resource type of an Agent Observability dataset. */ @JsonSerialize(using = LLMObsDatasetType.LLMObsDatasetTypeSerializer.class) public class LLMObsDatasetType extends ModelEnum { diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetUpdateDataAttributesRequest.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetUpdateDataAttributesRequest.java index 2d8ee1756ca..81160397ddd 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetUpdateDataAttributesRequest.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetUpdateDataAttributesRequest.java @@ -16,7 +16,7 @@ import java.util.Map; import java.util.Objects; -/** Attributes for updating an LLM Observability dataset. */ +/** Attributes for updating an Agent Observability dataset. */ @JsonPropertyOrder({ LLMObsDatasetUpdateDataAttributesRequest.JSON_PROPERTY_DESCRIPTION, LLMObsDatasetUpdateDataAttributesRequest.JSON_PROPERTY_METADATA, diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetUpdateDataRequest.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetUpdateDataRequest.java index 6d4aea203ed..8085e504a19 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetUpdateDataRequest.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetUpdateDataRequest.java @@ -17,7 +17,7 @@ import java.util.Map; import java.util.Objects; -/** Data object for updating an LLM Observability dataset. */ +/** Data object for updating an Agent Observability dataset. */ @JsonPropertyOrder({ LLMObsDatasetUpdateDataRequest.JSON_PROPERTY_ATTRIBUTES, LLMObsDatasetUpdateDataRequest.JSON_PROPERTY_TYPE @@ -53,7 +53,7 @@ public LLMObsDatasetUpdateDataRequest attributes( } /** - * Attributes for updating an LLM Observability dataset. + * Attributes for updating an Agent Observability dataset. * * @return attributes */ @@ -77,7 +77,7 @@ public LLMObsDatasetUpdateDataRequest type(LLMObsDatasetType type) { } /** - * Resource type of an LLM Observability dataset. + * Resource type of an Agent Observability dataset. * * @return type */ diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetUpdateRequest.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetUpdateRequest.java index 0c19a7e5863..d59787d1eb0 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetUpdateRequest.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetUpdateRequest.java @@ -17,7 +17,7 @@ import java.util.Map; import java.util.Objects; -/** Request to partially update an LLM Observability dataset. */ +/** Request to partially update an Agent Observability dataset. */ @JsonPropertyOrder({LLMObsDatasetUpdateRequest.JSON_PROPERTY_DATA}) @jakarta.annotation.Generated( value = "https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") @@ -43,7 +43,7 @@ public LLMObsDatasetUpdateRequest data(LLMObsDatasetUpdateDataRequest data) { } /** - * Data object for updating an LLM Observability dataset. + * Data object for updating an Agent Observability dataset. * * @return data */ diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetVersionData.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetVersionData.java index 12f5e33cadf..a8aa2f617b7 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetVersionData.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetVersionData.java @@ -17,7 +17,7 @@ import java.util.Map; import java.util.Objects; -/** Data object for an LLM Observability dataset version. */ +/** Data object for an Agent Observability dataset version. */ @JsonPropertyOrder({ LLMObsDatasetVersionData.JSON_PROPERTY_ATTRIBUTES, LLMObsDatasetVersionData.JSON_PROPERTY_ID, @@ -58,7 +58,7 @@ public LLMObsDatasetVersionData attributes(LLMObsDatasetVersionDataAttributes at } /** - * Attributes of an LLM Observability dataset version. + * Attributes of an Agent Observability dataset version. * * @return attributes */ @@ -102,7 +102,7 @@ public LLMObsDatasetVersionData type(LLMObsDatasetVersionType type) { } /** - * Resource type of an LLM Observability dataset version. + * Resource type of an Agent Observability dataset version. * * @return type */ diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetVersionDataAttributes.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetVersionDataAttributes.java index 6d0c6cf9bf7..2e10f970271 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetVersionDataAttributes.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetVersionDataAttributes.java @@ -18,7 +18,7 @@ import java.util.Map; import java.util.Objects; -/** Attributes of an LLM Observability dataset version. */ +/** Attributes of an Agent Observability dataset version. */ @JsonPropertyOrder({ LLMObsDatasetVersionDataAttributes.JSON_PROPERTY_DATASET_ID, LLMObsDatasetVersionDataAttributes.JSON_PROPERTY_LAST_USED, diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetVersionType.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetVersionType.java index 52921af77c7..0be029cc5e0 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetVersionType.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetVersionType.java @@ -18,7 +18,7 @@ import java.util.HashSet; import java.util.Set; -/** Resource type of an LLM Observability dataset version. */ +/** Resource type of an Agent Observability dataset version. */ @JsonSerialize(using = LLMObsDatasetVersionType.LLMObsDatasetVersionTypeSerializer.class) public class LLMObsDatasetVersionType extends ModelEnum { diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetVersionsResponse.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetVersionsResponse.java index 629f3c4a800..0d84a678858 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetVersionsResponse.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetVersionsResponse.java @@ -19,7 +19,7 @@ import java.util.Map; import java.util.Objects; -/** Response containing the active versions of an LLM Observability dataset. */ +/** Response containing the active versions of an Agent Observability dataset. */ @JsonPropertyOrder({LLMObsDatasetVersionsResponse.JSON_PROPERTY_DATA}) @jakarta.annotation.Generated( value = "https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetsResponse.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetsResponse.java index 7d9639266cc..53ce2564a8c 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetsResponse.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsDatasetsResponse.java @@ -19,7 +19,7 @@ import java.util.Map; import java.util.Objects; -/** Response containing a list of LLM Observability datasets. */ +/** Response containing a list of Agent Observability datasets. */ @JsonPropertyOrder({ LLMObsDatasetsResponse.JSON_PROPERTY_DATA, LLMObsDatasetsResponse.JSON_PROPERTY_META diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsDeleteAnnotationQueueInteractionsRequest.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsDeleteAnnotationQueueInteractionsRequest.java index 20ab1b5884c..e77f4aaf407 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsDeleteAnnotationQueueInteractionsRequest.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsDeleteAnnotationQueueInteractionsRequest.java @@ -17,7 +17,7 @@ import java.util.Map; import java.util.Objects; -/** Request to delete interactions from an LLM Observability annotation queue. */ +/** Request to delete interactions from an Agent Observability annotation queue. */ @JsonPropertyOrder({LLMObsDeleteAnnotationQueueInteractionsRequest.JSON_PROPERTY_DATA}) @jakarta.annotation.Generated( value = "https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsDeleteAnnotationsDataRequest.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsDeleteAnnotationsDataRequest.java index ee1428c8995..91643c4fc48 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsDeleteAnnotationsDataRequest.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsDeleteAnnotationsDataRequest.java @@ -77,7 +77,7 @@ public LLMObsDeleteAnnotationsDataRequest type(LLMObsAnnotationsType type) { } /** - * Resource type for LLM Observability annotations. + * Resource type for Agent Observability annotations. * * @return type */ diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsDeleteAnnotationsDataResponse.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsDeleteAnnotationsDataResponse.java index 5a08652a027..895522d165f 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsDeleteAnnotationsDataResponse.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsDeleteAnnotationsDataResponse.java @@ -103,7 +103,7 @@ public LLMObsDeleteAnnotationsDataResponse type(LLMObsAnnotationsType type) { } /** - * Resource type for LLM Observability annotations. + * Resource type for Agent Observability annotations. * * @return type */ diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsDeleteDatasetRecordsDataAttributesRequest.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsDeleteDatasetRecordsDataAttributesRequest.java index d61d36cba19..f3fd3286ffa 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsDeleteDatasetRecordsDataAttributesRequest.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsDeleteDatasetRecordsDataAttributesRequest.java @@ -19,7 +19,7 @@ import java.util.Map; import java.util.Objects; -/** Attributes for deleting records from an LLM Observability dataset. */ +/** Attributes for deleting records from an Agent Observability dataset. */ @JsonPropertyOrder({LLMObsDeleteDatasetRecordsDataAttributesRequest.JSON_PROPERTY_RECORD_IDS}) @jakarta.annotation.Generated( value = "https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsDeleteDatasetRecordsDataRequest.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsDeleteDatasetRecordsDataRequest.java index fe6f795b852..53ff75cb662 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsDeleteDatasetRecordsDataRequest.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsDeleteDatasetRecordsDataRequest.java @@ -17,7 +17,7 @@ import java.util.Map; import java.util.Objects; -/** Data object for deleting records from an LLM Observability dataset. */ +/** Data object for deleting records from an Agent Observability dataset. */ @JsonPropertyOrder({ LLMObsDeleteDatasetRecordsDataRequest.JSON_PROPERTY_ATTRIBUTES, LLMObsDeleteDatasetRecordsDataRequest.JSON_PROPERTY_TYPE @@ -53,7 +53,7 @@ public LLMObsDeleteDatasetRecordsDataRequest attributes( } /** - * Attributes for deleting records from an LLM Observability dataset. + * Attributes for deleting records from an Agent Observability dataset. * * @return attributes */ @@ -77,7 +77,7 @@ public LLMObsDeleteDatasetRecordsDataRequest type(LLMObsRecordType type) { } /** - * Resource type of LLM Observability dataset records. + * Resource type of Agent Observability dataset records. * * @return type */ diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsDeleteDatasetRecordsRequest.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsDeleteDatasetRecordsRequest.java index 24c0e41cda2..464b7ee2bb0 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsDeleteDatasetRecordsRequest.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsDeleteDatasetRecordsRequest.java @@ -17,7 +17,7 @@ import java.util.Map; import java.util.Objects; -/** Request to delete records from an LLM Observability dataset. */ +/** Request to delete records from an Agent Observability dataset. */ @JsonPropertyOrder({LLMObsDeleteDatasetRecordsRequest.JSON_PROPERTY_DATA}) @jakarta.annotation.Generated( value = "https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") @@ -43,7 +43,7 @@ public LLMObsDeleteDatasetRecordsRequest data(LLMObsDeleteDatasetRecordsDataRequ } /** - * Data object for deleting records from an LLM Observability dataset. + * Data object for deleting records from an Agent Observability dataset. * * @return data */ diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsDeleteDatasetsDataAttributesRequest.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsDeleteDatasetsDataAttributesRequest.java index 7e2f661403a..f41a8f4e691 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsDeleteDatasetsDataAttributesRequest.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsDeleteDatasetsDataAttributesRequest.java @@ -19,7 +19,7 @@ import java.util.Map; import java.util.Objects; -/** Attributes for deleting LLM Observability datasets. */ +/** Attributes for deleting Agent Observability datasets. */ @JsonPropertyOrder({LLMObsDeleteDatasetsDataAttributesRequest.JSON_PROPERTY_DATASET_IDS}) @jakarta.annotation.Generated( value = "https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsDeleteDatasetsDataRequest.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsDeleteDatasetsDataRequest.java index dade119c4a1..d95864240dd 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsDeleteDatasetsDataRequest.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsDeleteDatasetsDataRequest.java @@ -17,7 +17,7 @@ import java.util.Map; import java.util.Objects; -/** Data object for deleting LLM Observability datasets. */ +/** Data object for deleting Agent Observability datasets. */ @JsonPropertyOrder({ LLMObsDeleteDatasetsDataRequest.JSON_PROPERTY_ATTRIBUTES, LLMObsDeleteDatasetsDataRequest.JSON_PROPERTY_TYPE @@ -53,7 +53,7 @@ public LLMObsDeleteDatasetsDataRequest attributes( } /** - * Attributes for deleting LLM Observability datasets. + * Attributes for deleting Agent Observability datasets. * * @return attributes */ @@ -77,7 +77,7 @@ public LLMObsDeleteDatasetsDataRequest type(LLMObsDatasetType type) { } /** - * Resource type of an LLM Observability dataset. + * Resource type of an Agent Observability dataset. * * @return type */ diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsDeleteDatasetsRequest.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsDeleteDatasetsRequest.java index 7987cf36063..88dfd7ca8a2 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsDeleteDatasetsRequest.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsDeleteDatasetsRequest.java @@ -17,7 +17,7 @@ import java.util.Map; import java.util.Objects; -/** Request to delete one or more LLM Observability datasets. */ +/** Request to delete one or more Agent Observability datasets. */ @JsonPropertyOrder({LLMObsDeleteDatasetsRequest.JSON_PROPERTY_DATA}) @jakarta.annotation.Generated( value = "https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") @@ -43,7 +43,7 @@ public LLMObsDeleteDatasetsRequest data(LLMObsDeleteDatasetsDataRequest data) { } /** - * Data object for deleting LLM Observability datasets. + * Data object for deleting Agent Observability datasets. * * @return data */ diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsDeleteExperimentsDataAttributesRequest.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsDeleteExperimentsDataAttributesRequest.java index 1e40163f345..14edcc2dbd7 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsDeleteExperimentsDataAttributesRequest.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsDeleteExperimentsDataAttributesRequest.java @@ -19,7 +19,7 @@ import java.util.Map; import java.util.Objects; -/** Attributes for deleting LLM Observability experiments. */ +/** Attributes for deleting Agent Observability experiments. */ @JsonPropertyOrder({LLMObsDeleteExperimentsDataAttributesRequest.JSON_PROPERTY_EXPERIMENT_IDS}) @jakarta.annotation.Generated( value = "https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsDeleteExperimentsDataRequest.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsDeleteExperimentsDataRequest.java index 31dd4407024..17e4b23d13d 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsDeleteExperimentsDataRequest.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsDeleteExperimentsDataRequest.java @@ -17,7 +17,7 @@ import java.util.Map; import java.util.Objects; -/** Data object for deleting LLM Observability experiments. */ +/** Data object for deleting Agent Observability experiments. */ @JsonPropertyOrder({ LLMObsDeleteExperimentsDataRequest.JSON_PROPERTY_ATTRIBUTES, LLMObsDeleteExperimentsDataRequest.JSON_PROPERTY_TYPE @@ -53,7 +53,7 @@ public LLMObsDeleteExperimentsDataRequest attributes( } /** - * Attributes for deleting LLM Observability experiments. + * Attributes for deleting Agent Observability experiments. * * @return attributes */ @@ -77,7 +77,7 @@ public LLMObsDeleteExperimentsDataRequest type(LLMObsExperimentType type) { } /** - * Resource type of an LLM Observability experiment. + * Resource type of an Agent Observability experiment. * * @return type */ diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsDeleteExperimentsRequest.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsDeleteExperimentsRequest.java index ee03f1ad771..0302fb525f1 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsDeleteExperimentsRequest.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsDeleteExperimentsRequest.java @@ -17,7 +17,7 @@ import java.util.Map; import java.util.Objects; -/** Request to delete one or more LLM Observability experiments. */ +/** Request to delete one or more Agent Observability experiments. */ @JsonPropertyOrder({LLMObsDeleteExperimentsRequest.JSON_PROPERTY_DATA}) @jakarta.annotation.Generated( value = "https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") @@ -43,7 +43,7 @@ public LLMObsDeleteExperimentsRequest data(LLMObsDeleteExperimentsDataRequest da } /** - * Data object for deleting LLM Observability experiments. + * Data object for deleting Agent Observability experiments. * * @return data */ diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsDeleteProjectsDataAttributesRequest.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsDeleteProjectsDataAttributesRequest.java index b1e329da061..925db2968fb 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsDeleteProjectsDataAttributesRequest.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsDeleteProjectsDataAttributesRequest.java @@ -19,7 +19,7 @@ import java.util.Map; import java.util.Objects; -/** Attributes for deleting LLM Observability projects. */ +/** Attributes for deleting Agent Observability projects. */ @JsonPropertyOrder({LLMObsDeleteProjectsDataAttributesRequest.JSON_PROPERTY_PROJECT_IDS}) @jakarta.annotation.Generated( value = "https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsDeleteProjectsDataRequest.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsDeleteProjectsDataRequest.java index 90f6fa71f8c..621e8e8a756 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsDeleteProjectsDataRequest.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsDeleteProjectsDataRequest.java @@ -17,7 +17,7 @@ import java.util.Map; import java.util.Objects; -/** Data object for deleting LLM Observability projects. */ +/** Data object for deleting Agent Observability projects. */ @JsonPropertyOrder({ LLMObsDeleteProjectsDataRequest.JSON_PROPERTY_ATTRIBUTES, LLMObsDeleteProjectsDataRequest.JSON_PROPERTY_TYPE @@ -53,7 +53,7 @@ public LLMObsDeleteProjectsDataRequest attributes( } /** - * Attributes for deleting LLM Observability projects. + * Attributes for deleting Agent Observability projects. * * @return attributes */ @@ -77,7 +77,7 @@ public LLMObsDeleteProjectsDataRequest type(LLMObsProjectType type) { } /** - * Resource type of an LLM Observability project. + * Resource type of an Agent Observability project. * * @return type */ diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsDeleteProjectsRequest.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsDeleteProjectsRequest.java index b800f321039..ef6da74974f 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsDeleteProjectsRequest.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsDeleteProjectsRequest.java @@ -17,7 +17,7 @@ import java.util.Map; import java.util.Objects; -/** Request to delete one or more LLM Observability projects. */ +/** Request to delete one or more Agent Observability projects. */ @JsonPropertyOrder({LLMObsDeleteProjectsRequest.JSON_PROPERTY_DATA}) @jakarta.annotation.Generated( value = "https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") @@ -43,7 +43,7 @@ public LLMObsDeleteProjectsRequest data(LLMObsDeleteProjectsDataRequest data) { } /** - * Data object for deleting LLM Observability projects. + * Data object for deleting Agent Observability projects. * * @return data */ diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsDeletedPromptData.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsDeletedPromptData.java index 31928273c9d..eaa50a53957 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsDeletedPromptData.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsDeletedPromptData.java @@ -17,7 +17,7 @@ import java.util.Map; import java.util.Objects; -/** Data object confirming that an LLM Observability prompt was deleted. */ +/** Data object confirming that an Agent Observability prompt was deleted. */ @JsonPropertyOrder({ LLMObsDeletedPromptData.JSON_PROPERTY_ATTRIBUTES, LLMObsDeletedPromptData.JSON_PROPERTY_ID, @@ -58,7 +58,7 @@ public LLMObsDeletedPromptData attributes(LLMObsDeletedPromptDataAttributes attr } /** - * Attributes confirming that an LLM Observability prompt was deleted. + * Attributes confirming that an Agent Observability prompt was deleted. * * @return attributes */ @@ -102,7 +102,7 @@ public LLMObsDeletedPromptData type(LLMObsPromptType type) { } /** - * Resource type of an LLM Observability prompt. + * Resource type of an Agent Observability prompt. * * @return type */ diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsDeletedPromptDataAttributes.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsDeletedPromptDataAttributes.java index a51eb6443e0..7f1e64d078b 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsDeletedPromptDataAttributes.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsDeletedPromptDataAttributes.java @@ -18,7 +18,7 @@ import java.util.Map; import java.util.Objects; -/** Attributes confirming that an LLM Observability prompt was deleted. */ +/** Attributes confirming that an Agent Observability prompt was deleted. */ @JsonPropertyOrder({ LLMObsDeletedPromptDataAttributes.JSON_PROPERTY_DELETED_AT, LLMObsDeletedPromptDataAttributes.JSON_PROPERTY_PROMPT_ID diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsDeletedPromptResponse.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsDeletedPromptResponse.java index a2b48ca197c..ecde2065f30 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsDeletedPromptResponse.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsDeletedPromptResponse.java @@ -17,7 +17,7 @@ import java.util.Map; import java.util.Objects; -/** Response confirming that an LLM Observability prompt was deleted. */ +/** Response confirming that an Agent Observability prompt was deleted. */ @JsonPropertyOrder({LLMObsDeletedPromptResponse.JSON_PROPERTY_DATA}) @jakarta.annotation.Generated( value = "https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") @@ -42,7 +42,7 @@ public LLMObsDeletedPromptResponse data(LLMObsDeletedPromptData data) { } /** - * Data object confirming that an LLM Observability prompt was deleted. + * Data object confirming that an Agent Observability prompt was deleted. * * @return data */ diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsEventType.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsEventType.java index 7cb03e65d7d..75f48932f90 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsEventType.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsEventType.java @@ -18,7 +18,7 @@ import java.util.HashSet; import java.util.Set; -/** Resource type for LLM Observability experiment events. */ +/** Resource type for Agent Observability experiment events. */ @JsonSerialize(using = LLMObsEventType.LLMObsEventTypeSerializer.class) public class LLMObsEventType extends ModelEnum { diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsExperimentDataAttributesRequest.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsExperimentDataAttributesRequest.java index 575b7050475..5389ed200c1 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsExperimentDataAttributesRequest.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsExperimentDataAttributesRequest.java @@ -17,7 +17,7 @@ import java.util.Map; import java.util.Objects; -/** Attributes for creating an LLM Observability experiment. */ +/** Attributes for creating an Agent Observability experiment. */ @JsonPropertyOrder({ LLMObsExperimentDataAttributesRequest.JSON_PROPERTY_CONFIG, LLMObsExperimentDataAttributesRequest.JSON_PROPERTY_DATASET_ID, diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsExperimentDataAttributesResponse.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsExperimentDataAttributesResponse.java index 153562ffcfc..74b92822af4 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsExperimentDataAttributesResponse.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsExperimentDataAttributesResponse.java @@ -19,7 +19,7 @@ import java.util.Objects; import org.openapitools.jackson.nullable.JsonNullable; -/** Attributes of an LLM Observability experiment. */ +/** Attributes of an Agent Observability experiment. */ @JsonPropertyOrder({ LLMObsExperimentDataAttributesResponse.JSON_PROPERTY_AGGREGATE_DATA, LLMObsExperimentDataAttributesResponse.JSON_PROPERTY_AUTHOR, @@ -546,7 +546,7 @@ public LLMObsExperimentDataAttributesResponse status(LLMObsExperimentStatus stat } /** - * Execution status of an LLM Observability experiment. + * Execution status of an Agent Observability experiment. * * @return status */ diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsExperimentDataRequest.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsExperimentDataRequest.java index 363b3db239b..3dc2d57f91a 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsExperimentDataRequest.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsExperimentDataRequest.java @@ -17,7 +17,7 @@ import java.util.Map; import java.util.Objects; -/** Data object for creating an LLM Observability experiment. */ +/** Data object for creating an Agent Observability experiment. */ @JsonPropertyOrder({ LLMObsExperimentDataRequest.JSON_PROPERTY_ATTRIBUTES, LLMObsExperimentDataRequest.JSON_PROPERTY_TYPE @@ -52,7 +52,7 @@ public LLMObsExperimentDataRequest attributes(LLMObsExperimentDataAttributesRequ } /** - * Attributes for creating an LLM Observability experiment. + * Attributes for creating an Agent Observability experiment. * * @return attributes */ @@ -76,7 +76,7 @@ public LLMObsExperimentDataRequest type(LLMObsExperimentType type) { } /** - * Resource type of an LLM Observability experiment. + * Resource type of an Agent Observability experiment. * * @return type */ diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsExperimentDataResponse.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsExperimentDataResponse.java index e387ca2bdaa..9ea7aa8c163 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsExperimentDataResponse.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsExperimentDataResponse.java @@ -17,7 +17,7 @@ import java.util.Map; import java.util.Objects; -/** Data object for an LLM Observability experiment. */ +/** Data object for an Agent Observability experiment. */ @JsonPropertyOrder({ LLMObsExperimentDataResponse.JSON_PROPERTY_ATTRIBUTES, LLMObsExperimentDataResponse.JSON_PROPERTY_ID, @@ -59,7 +59,7 @@ public LLMObsExperimentDataResponse attributes( } /** - * Attributes of an LLM Observability experiment. + * Attributes of an Agent Observability experiment. * * @return attributes */ @@ -103,7 +103,7 @@ public LLMObsExperimentDataResponse type(LLMObsExperimentType type) { } /** - * Resource type of an LLM Observability experiment. + * Resource type of an Agent Observability experiment. * * @return type */ diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsExperimentEvalMetricEvent.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsExperimentEvalMetricEvent.java index b0cd7d7dcf3..4a0b66a20b2 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsExperimentEvalMetricEvent.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsExperimentEvalMetricEvent.java @@ -99,7 +99,7 @@ public LLMObsExperimentEvalMetricEvent assessment(LLMObsMetricAssessment assessm } /** - * Assessment result for an LLM Observability experiment metric. + * Assessment result for an Agent Observability experiment metric. * * @return assessment */ @@ -357,7 +357,7 @@ public LLMObsExperimentEvalMetricEvent metricType(LLMObsMetricScoreType metricTy } /** - * Type of metric recorded for an LLM Observability experiment. + * Type of metric recorded for an Agent Observability experiment. * * @return metricType */ diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsExperimentEventsDataRequest.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsExperimentEventsDataRequest.java index 1e8a5052ad3..fa0709ec593 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsExperimentEventsDataRequest.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsExperimentEventsDataRequest.java @@ -77,7 +77,7 @@ public LLMObsExperimentEventsDataRequest type(LLMObsEventType type) { } /** - * Resource type for LLM Observability experiment events. + * Resource type for Agent Observability experiment events. * * @return type */ diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsExperimentEventsRequest.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsExperimentEventsRequest.java index f59349d4f64..8be5c748b6c 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsExperimentEventsRequest.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsExperimentEventsRequest.java @@ -17,7 +17,7 @@ import java.util.Map; import java.util.Objects; -/** Request to push spans and metrics for an LLM Observability experiment. */ +/** Request to push spans and metrics for an Agent Observability experiment. */ @JsonPropertyOrder({LLMObsExperimentEventsRequest.JSON_PROPERTY_DATA}) @jakarta.annotation.Generated( value = "https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsExperimentMetric.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsExperimentMetric.java index 6d0a5463c62..8c039a2e310 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsExperimentMetric.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsExperimentMetric.java @@ -19,7 +19,7 @@ import java.util.Map; import java.util.Objects; -/** A metric associated with an LLM Observability experiment span. */ +/** A metric associated with an Agent Observability experiment span. */ @JsonPropertyOrder({ LLMObsExperimentMetric.JSON_PROPERTY_ASSESSMENT, LLMObsExperimentMetric.JSON_PROPERTY_BOOLEAN_VALUE, @@ -101,7 +101,7 @@ public LLMObsExperimentMetric assessment(LLMObsMetricAssessment assessment) { } /** - * Assessment result for an LLM Observability experiment metric. + * Assessment result for an Agent Observability experiment metric. * * @return assessment */ @@ -271,7 +271,7 @@ public LLMObsExperimentMetric metricType(LLMObsMetricScoreType metricType) { } /** - * Type of metric recorded for an LLM Observability experiment. + * Type of metric recorded for an Agent Observability experiment. * * @return metricType */ diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsExperimentRequest.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsExperimentRequest.java index 5409fb34de8..2685c4ec3fd 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsExperimentRequest.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsExperimentRequest.java @@ -17,7 +17,7 @@ import java.util.Map; import java.util.Objects; -/** Request to create an LLM Observability experiment. */ +/** Request to create an Agent Observability experiment. */ @JsonPropertyOrder({LLMObsExperimentRequest.JSON_PROPERTY_DATA}) @jakarta.annotation.Generated( value = "https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") @@ -42,7 +42,7 @@ public LLMObsExperimentRequest data(LLMObsExperimentDataRequest data) { } /** - * Data object for creating an LLM Observability experiment. + * Data object for creating an Agent Observability experiment. * * @return data */ diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsExperimentResponse.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsExperimentResponse.java index 33f8fe94f2c..24f1255f8d3 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsExperimentResponse.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsExperimentResponse.java @@ -17,7 +17,7 @@ import java.util.Map; import java.util.Objects; -/** Response containing a single LLM Observability experiment. */ +/** Response containing a single Agent Observability experiment. */ @JsonPropertyOrder({LLMObsExperimentResponse.JSON_PROPERTY_DATA}) @jakarta.annotation.Generated( value = "https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") @@ -43,7 +43,7 @@ public LLMObsExperimentResponse data(LLMObsExperimentDataResponse data) { } /** - * Data object for an LLM Observability experiment. + * Data object for an Agent Observability experiment. * * @return data */ diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsExperimentRunDataResponse.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsExperimentRunDataResponse.java index 1e1ae76aaa8..a1281c9db03 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsExperimentRunDataResponse.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsExperimentRunDataResponse.java @@ -18,7 +18,7 @@ import java.util.Objects; import org.openapitools.jackson.nullable.JsonNullable; -/** Data object for an LLM Observability experiment run. */ +/** Data object for an Agent Observability experiment run. */ @JsonPropertyOrder({ LLMObsExperimentRunDataResponse.JSON_PROPERTY_AGGREGATE_DATA, LLMObsExperimentRunDataResponse.JSON_PROPERTY_CREATED_AT, diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsExperimentSpan.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsExperimentSpan.java index d982ea490fe..ece3250dbbd 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsExperimentSpan.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsExperimentSpan.java @@ -19,7 +19,7 @@ import java.util.Map; import java.util.Objects; -/** A span associated with an LLM Observability experiment. */ +/** A span associated with an Agent Observability experiment. */ @JsonPropertyOrder({ LLMObsExperimentSpan.JSON_PROPERTY_DATASET_ID, LLMObsExperimentSpan.JSON_PROPERTY_DURATION, diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsExperimentStatus.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsExperimentStatus.java index 69ceaec9a73..58a7e50944f 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsExperimentStatus.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsExperimentStatus.java @@ -18,7 +18,7 @@ import java.util.HashSet; import java.util.Set; -/** Execution status of an LLM Observability experiment. */ +/** Execution status of an Agent Observability experiment. */ @JsonSerialize(using = LLMObsExperimentStatus.LLMObsExperimentStatusSerializer.class) public class LLMObsExperimentStatus extends ModelEnum { diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsExperimentType.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsExperimentType.java index a19182063aa..f5621313151 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsExperimentType.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsExperimentType.java @@ -18,7 +18,7 @@ import java.util.HashSet; import java.util.Set; -/** Resource type of an LLM Observability experiment. */ +/** Resource type of an Agent Observability experiment. */ @JsonSerialize(using = LLMObsExperimentType.LLMObsExperimentTypeSerializer.class) public class LLMObsExperimentType extends ModelEnum { diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsExperimentUpdateDataAttributesRequest.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsExperimentUpdateDataAttributesRequest.java index 6263adab1c9..773603f0a04 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsExperimentUpdateDataAttributesRequest.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsExperimentUpdateDataAttributesRequest.java @@ -16,7 +16,7 @@ import java.util.Map; import java.util.Objects; -/** Attributes for updating an LLM Observability experiment. */ +/** Attributes for updating an Agent Observability experiment. */ @JsonPropertyOrder({ LLMObsExperimentUpdateDataAttributesRequest.JSON_PROPERTY_DATASET_ID, LLMObsExperimentUpdateDataAttributesRequest.JSON_PROPERTY_DESCRIPTION, @@ -168,7 +168,7 @@ public LLMObsExperimentUpdateDataAttributesRequest status(LLMObsExperimentStatus } /** - * Execution status of an LLM Observability experiment. + * Execution status of an Agent Observability experiment. * * @return status */ diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsExperimentUpdateDataRequest.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsExperimentUpdateDataRequest.java index 8b6588b1b8c..85b45025e91 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsExperimentUpdateDataRequest.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsExperimentUpdateDataRequest.java @@ -17,7 +17,7 @@ import java.util.Map; import java.util.Objects; -/** Data object for updating an LLM Observability experiment. */ +/** Data object for updating an Agent Observability experiment. */ @JsonPropertyOrder({ LLMObsExperimentUpdateDataRequest.JSON_PROPERTY_ATTRIBUTES, LLMObsExperimentUpdateDataRequest.JSON_PROPERTY_TYPE @@ -53,7 +53,7 @@ public LLMObsExperimentUpdateDataRequest attributes( } /** - * Attributes for updating an LLM Observability experiment. + * Attributes for updating an Agent Observability experiment. * * @return attributes */ @@ -77,7 +77,7 @@ public LLMObsExperimentUpdateDataRequest type(LLMObsExperimentType type) { } /** - * Resource type of an LLM Observability experiment. + * Resource type of an Agent Observability experiment. * * @return type */ diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsExperimentUpdateRequest.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsExperimentUpdateRequest.java index e141ad5484a..6043bb92a8b 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsExperimentUpdateRequest.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsExperimentUpdateRequest.java @@ -17,7 +17,7 @@ import java.util.Map; import java.util.Objects; -/** Request to partially update an LLM Observability experiment. */ +/** Request to partially update an Agent Observability experiment. */ @JsonPropertyOrder({LLMObsExperimentUpdateRequest.JSON_PROPERTY_DATA}) @jakarta.annotation.Generated( value = "https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") @@ -43,7 +43,7 @@ public LLMObsExperimentUpdateRequest data(LLMObsExperimentUpdateDataRequest data } /** - * Data object for updating an LLM Observability experiment. + * Data object for updating an Agent Observability experiment. * * @return data */ diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsExperimentationAnalyticsRequest.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsExperimentationAnalyticsRequest.java index f081f3df2ce..343c9a74b6b 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsExperimentationAnalyticsRequest.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsExperimentationAnalyticsRequest.java @@ -17,7 +17,7 @@ import java.util.Map; import java.util.Objects; -/** Request to run an analytics aggregation over LLM Observability experimentation data. */ +/** Request to run an analytics aggregation over Agent Observability experimentation data. */ @JsonPropertyOrder({LLMObsExperimentationAnalyticsRequest.JSON_PROPERTY_DATA}) @jakarta.annotation.Generated( value = "https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsExperimentationSearchRequest.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsExperimentationSearchRequest.java index a16284f8549..d33181215d0 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsExperimentationSearchRequest.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsExperimentationSearchRequest.java @@ -18,7 +18,7 @@ import java.util.Objects; /** - * Request to search across LLM Observability experimentation entities using cursor-based + * Request to search across Agent Observability experimentation entities using cursor-based * pagination. */ @JsonPropertyOrder({LLMObsExperimentationSearchRequest.JSON_PROPERTY_DATA}) diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsExperimentationSimpleSearchRequest.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsExperimentationSimpleSearchRequest.java index dc2de908724..53729cce5dd 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsExperimentationSimpleSearchRequest.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsExperimentationSimpleSearchRequest.java @@ -18,7 +18,7 @@ import java.util.Objects; /** - * Request to search across LLM Observability experimentation entities using offset-based + * Request to search across Agent Observability experimentation entities using offset-based * pagination. */ @JsonPropertyOrder({LLMObsExperimentationSimpleSearchRequest.JSON_PROPERTY_DATA}) diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsExperimentsResponse.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsExperimentsResponse.java index 9eeb77f4550..6154f1f5aa9 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsExperimentsResponse.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsExperimentsResponse.java @@ -19,7 +19,7 @@ import java.util.Map; import java.util.Objects; -/** Response containing a list of LLM Observability experiments. */ +/** Response containing a list of Agent Observability experiments. */ @JsonPropertyOrder({ LLMObsExperimentsResponse.JSON_PROPERTY_DATA, LLMObsExperimentsResponse.JSON_PROPERTY_META diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsMetricAssessment.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsMetricAssessment.java index 24866d3af38..cb4acb8c397 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsMetricAssessment.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsMetricAssessment.java @@ -18,7 +18,7 @@ import java.util.HashSet; import java.util.Set; -/** Assessment result for an LLM Observability experiment metric. */ +/** Assessment result for an Agent Observability experiment metric. */ @JsonSerialize(using = LLMObsMetricAssessment.LLMObsMetricAssessmentSerializer.class) public class LLMObsMetricAssessment extends ModelEnum { diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsMetricScoreType.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsMetricScoreType.java index 2dc2cadd068..5357a05e47f 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsMetricScoreType.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsMetricScoreType.java @@ -18,7 +18,7 @@ import java.util.HashSet; import java.util.Set; -/** Type of metric recorded for an LLM Observability experiment. */ +/** Type of metric recorded for an Agent Observability experiment. */ @JsonSerialize(using = LLMObsMetricScoreType.LLMObsMetricScoreTypeSerializer.class) public class LLMObsMetricScoreType extends ModelEnum { diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsClusteredPointsResponse.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsClusteredPointsResponse.java index 2aa45b4422f..20aef101334 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsClusteredPointsResponse.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsClusteredPointsResponse.java @@ -17,7 +17,7 @@ import java.util.Map; import java.util.Objects; -/** Response containing the clustered points of an LLM Observability topic. */ +/** Response containing the clustered points of an Agent Observability topic. */ @JsonPropertyOrder({LLMObsPatternsClusteredPointsResponse.JSON_PROPERTY_DATA}) @jakarta.annotation.Generated( value = "https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") @@ -44,7 +44,7 @@ public LLMObsPatternsClusteredPointsResponse data( } /** - * Data object of an LLM Observability patterns clustered points response. + * Data object of an Agent Observability patterns clustered points response. * * @return data */ diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsClusteredPointsResponseAttributes.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsClusteredPointsResponseAttributes.java index 65f8875faf8..3da20f6b90d 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsClusteredPointsResponseAttributes.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsClusteredPointsResponseAttributes.java @@ -19,7 +19,7 @@ import java.util.Map; import java.util.Objects; -/** Attributes of an LLM Observability patterns clustered points response. */ +/** Attributes of an Agent Observability patterns clustered points response. */ @JsonPropertyOrder({ LLMObsPatternsClusteredPointsResponseAttributes.JSON_PROPERTY_NEXT_PAGE_TOKEN, LLMObsPatternsClusteredPointsResponseAttributes.JSON_PROPERTY_POINTS, diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsClusteredPointsResponseData.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsClusteredPointsResponseData.java index d75012a6a71..2998c33a4a3 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsClusteredPointsResponseData.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsClusteredPointsResponseData.java @@ -17,7 +17,7 @@ import java.util.Map; import java.util.Objects; -/** Data object of an LLM Observability patterns clustered points response. */ +/** Data object of an Agent Observability patterns clustered points response. */ @JsonPropertyOrder({ LLMObsPatternsClusteredPointsResponseData.JSON_PROPERTY_ATTRIBUTES, LLMObsPatternsClusteredPointsResponseData.JSON_PROPERTY_ID, @@ -60,7 +60,7 @@ public LLMObsPatternsClusteredPointsResponseData attributes( } /** - * Attributes of an LLM Observability patterns clustered points response. + * Attributes of an Agent Observability patterns clustered points response. * * @return attributes */ @@ -104,7 +104,7 @@ public LLMObsPatternsClusteredPointsResponseData type(LLMObsPatternsClusteredPoi } /** - * Resource type of an LLM Observability patterns clustered points response. + * Resource type of an Agent Observability patterns clustered points response. * * @return type */ diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsClusteredPointsType.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsClusteredPointsType.java index fcaebbe4f73..12086074dae 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsClusteredPointsType.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsClusteredPointsType.java @@ -18,7 +18,7 @@ import java.util.HashSet; import java.util.Set; -/** Resource type of an LLM Observability patterns clustered points response. */ +/** Resource type of an Agent Observability patterns clustered points response. */ @JsonSerialize( using = LLMObsPatternsClusteredPointsType.LLMObsPatternsClusteredPointsTypeSerializer.class) public class LLMObsPatternsClusteredPointsType extends ModelEnum { diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsConfigAttributes.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsConfigAttributes.java index e56b765008c..12be5176551 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsConfigAttributes.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsConfigAttributes.java @@ -19,7 +19,7 @@ import java.util.Objects; import org.openapitools.jackson.nullable.JsonNullable; -/** Attributes of an LLM Observability patterns configuration. */ +/** Attributes of an Agent Observability patterns configuration. */ @JsonPropertyOrder({ LLMObsPatternsConfigAttributes.JSON_PROPERTY_ACCOUNT_ID, LLMObsPatternsConfigAttributes.JSON_PROPERTY_CREATED_AT, diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsConfigItem.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsConfigItem.java index fa353971976..e8ac72484e7 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsConfigItem.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsConfigItem.java @@ -19,7 +19,7 @@ import java.util.Objects; import org.openapitools.jackson.nullable.JsonNullable; -/** A single LLM Observability patterns configuration in a list response. */ +/** A single Agent Observability patterns configuration in a list response. */ @JsonPropertyOrder({ LLMObsPatternsConfigItem.JSON_PROPERTY_ACCOUNT_ID, LLMObsPatternsConfigItem.JSON_PROPERTY_CREATED_AT, diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsConfigResponse.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsConfigResponse.java index 938e4041ec4..61ff1f1f959 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsConfigResponse.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsConfigResponse.java @@ -17,7 +17,7 @@ import java.util.Map; import java.util.Objects; -/** Response containing a single LLM Observability patterns configuration. */ +/** Response containing a single Agent Observability patterns configuration. */ @JsonPropertyOrder({LLMObsPatternsConfigResponse.JSON_PROPERTY_DATA}) @jakarta.annotation.Generated( value = "https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") @@ -43,7 +43,7 @@ public LLMObsPatternsConfigResponse data(LLMObsPatternsConfigResponseData data) } /** - * Data object of an LLM Observability patterns configuration. + * Data object of an Agent Observability patterns configuration. * * @return data */ diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsConfigResponseData.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsConfigResponseData.java index d79b372b184..41c30c71ab7 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsConfigResponseData.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsConfigResponseData.java @@ -17,7 +17,7 @@ import java.util.Map; import java.util.Objects; -/** Data object of an LLM Observability patterns configuration. */ +/** Data object of an Agent Observability patterns configuration. */ @JsonPropertyOrder({ LLMObsPatternsConfigResponseData.JSON_PROPERTY_ATTRIBUTES, LLMObsPatternsConfigResponseData.JSON_PROPERTY_ID, @@ -58,7 +58,7 @@ public LLMObsPatternsConfigResponseData attributes(LLMObsPatternsConfigAttribute } /** - * Attributes of an LLM Observability patterns configuration. + * Attributes of an Agent Observability patterns configuration. * * @return attributes */ @@ -102,7 +102,7 @@ public LLMObsPatternsConfigResponseData type(LLMObsPatternsConfigType type) { } /** - * Resource type of an LLM Observability patterns configuration. + * Resource type of an Agent Observability patterns configuration. * * @return type */ diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsConfigType.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsConfigType.java index 2f909fe74eb..8a249154354 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsConfigType.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsConfigType.java @@ -18,7 +18,7 @@ import java.util.HashSet; import java.util.Set; -/** Resource type of an LLM Observability patterns configuration. */ +/** Resource type of an Agent Observability patterns configuration. */ @JsonSerialize(using = LLMObsPatternsConfigType.LLMObsPatternsConfigTypeSerializer.class) public class LLMObsPatternsConfigType extends ModelEnum { diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsConfigUpsertRequest.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsConfigUpsertRequest.java index 402450cdcd2..5982b26184e 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsConfigUpsertRequest.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsConfigUpsertRequest.java @@ -17,7 +17,7 @@ import java.util.Map; import java.util.Objects; -/** Request to create or update an LLM Observability patterns configuration. */ +/** Request to create or update an Agent Observability patterns configuration. */ @JsonPropertyOrder({LLMObsPatternsConfigUpsertRequest.JSON_PROPERTY_DATA}) @jakarta.annotation.Generated( value = "https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") @@ -43,7 +43,7 @@ public LLMObsPatternsConfigUpsertRequest data(LLMObsPatternsConfigUpsertRequestD } /** - * Data object for creating or updating an LLM Observability patterns configuration. + * Data object for creating or updating an Agent Observability patterns configuration. * * @return data */ diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsConfigUpsertRequestAttributes.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsConfigUpsertRequestAttributes.java index 31ad52a1e4c..8b67f6fa283 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsConfigUpsertRequestAttributes.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsConfigUpsertRequestAttributes.java @@ -17,7 +17,7 @@ import java.util.Map; import java.util.Objects; -/** Attributes for creating or updating an LLM Observability patterns configuration. */ +/** Attributes for creating or updating an Agent Observability patterns configuration. */ @JsonPropertyOrder({ LLMObsPatternsConfigUpsertRequestAttributes.JSON_PROPERTY_ACCOUNT_ID, LLMObsPatternsConfigUpsertRequestAttributes.JSON_PROPERTY_CONFIG_ID, diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsConfigUpsertRequestData.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsConfigUpsertRequestData.java index 7ace90899b3..d5f4d1a7326 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsConfigUpsertRequestData.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsConfigUpsertRequestData.java @@ -17,7 +17,7 @@ import java.util.Map; import java.util.Objects; -/** Data object for creating or updating an LLM Observability patterns configuration. */ +/** Data object for creating or updating an Agent Observability patterns configuration. */ @JsonPropertyOrder({ LLMObsPatternsConfigUpsertRequestData.JSON_PROPERTY_ATTRIBUTES, LLMObsPatternsConfigUpsertRequestData.JSON_PROPERTY_TYPE @@ -53,7 +53,7 @@ public LLMObsPatternsConfigUpsertRequestData attributes( } /** - * Attributes for creating or updating an LLM Observability patterns configuration. + * Attributes for creating or updating an Agent Observability patterns configuration. * * @return attributes */ @@ -77,7 +77,7 @@ public LLMObsPatternsConfigUpsertRequestData type(LLMObsPatternsConfigType type) } /** - * Resource type of an LLM Observability patterns configuration. + * Resource type of an Agent Observability patterns configuration. * * @return type */ diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsConfigsListType.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsConfigsListType.java index 0d74e5959b8..012d71e3212 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsConfigsListType.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsConfigsListType.java @@ -18,7 +18,7 @@ import java.util.HashSet; import java.util.Set; -/** Resource type of a list of LLM Observability patterns configurations. */ +/** Resource type of a list of Agent Observability patterns configurations. */ @JsonSerialize(using = LLMObsPatternsConfigsListType.LLMObsPatternsConfigsListTypeSerializer.class) public class LLMObsPatternsConfigsListType extends ModelEnum { diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsConfigsResponse.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsConfigsResponse.java index 07d3c1352ab..258783dfa64 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsConfigsResponse.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsConfigsResponse.java @@ -17,7 +17,7 @@ import java.util.Map; import java.util.Objects; -/** Response containing a list of LLM Observability patterns configurations. */ +/** Response containing a list of Agent Observability patterns configurations. */ @JsonPropertyOrder({LLMObsPatternsConfigsResponse.JSON_PROPERTY_DATA}) @jakarta.annotation.Generated( value = "https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") @@ -43,7 +43,7 @@ public LLMObsPatternsConfigsResponse data(LLMObsPatternsConfigsResponseData data } /** - * Data object of a list of LLM Observability patterns configurations. + * Data object of a list of Agent Observability patterns configurations. * * @return data */ diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsConfigsResponseAttributes.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsConfigsResponseAttributes.java index d086867913f..726f963a73c 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsConfigsResponseAttributes.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsConfigsResponseAttributes.java @@ -19,7 +19,7 @@ import java.util.Map; import java.util.Objects; -/** Attributes of a list of LLM Observability patterns configurations. */ +/** Attributes of a list of Agent Observability patterns configurations. */ @JsonPropertyOrder({LLMObsPatternsConfigsResponseAttributes.JSON_PROPERTY_CONFIGS}) @jakarta.annotation.Generated( value = "https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsConfigsResponseData.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsConfigsResponseData.java index dcfaa5b000a..8fa5a4766f9 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsConfigsResponseData.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsConfigsResponseData.java @@ -17,7 +17,7 @@ import java.util.Map; import java.util.Objects; -/** Data object of a list of LLM Observability patterns configurations. */ +/** Data object of a list of Agent Observability patterns configurations. */ @JsonPropertyOrder({ LLMObsPatternsConfigsResponseData.JSON_PROPERTY_ATTRIBUTES, LLMObsPatternsConfigsResponseData.JSON_PROPERTY_ID, @@ -60,7 +60,7 @@ public LLMObsPatternsConfigsResponseData attributes( } /** - * Attributes of a list of LLM Observability patterns configurations. + * Attributes of a list of Agent Observability patterns configurations. * * @return attributes */ @@ -104,7 +104,7 @@ public LLMObsPatternsConfigsResponseData type(LLMObsPatternsConfigsListType type } /** - * Resource type of a list of LLM Observability patterns configurations. + * Resource type of a list of Agent Observability patterns configurations. * * @return type */ diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsRequestType.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsRequestType.java index f361c8267a0..b87e41c0a55 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsRequestType.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsRequestType.java @@ -18,7 +18,7 @@ import java.util.HashSet; import java.util.Set; -/** Resource type for triggering an LLM Observability patterns run. */ +/** Resource type for triggering an Agent Observability patterns run. */ @JsonSerialize(using = LLMObsPatternsRequestType.LLMObsPatternsRequestTypeSerializer.class) public class LLMObsPatternsRequestType extends ModelEnum { diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsRunStatusResponse.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsRunStatusResponse.java index a6109bbb1d1..2add6c8e11c 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsRunStatusResponse.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsRunStatusResponse.java @@ -17,7 +17,7 @@ import java.util.Map; import java.util.Objects; -/** Response containing the status of an LLM Observability patterns run. */ +/** Response containing the status of an Agent Observability patterns run. */ @JsonPropertyOrder({LLMObsPatternsRunStatusResponse.JSON_PROPERTY_DATA}) @jakarta.annotation.Generated( value = "https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") @@ -43,7 +43,7 @@ public LLMObsPatternsRunStatusResponse data(LLMObsPatternsRunStatusResponseData } /** - * Data object of an LLM Observability patterns run status response. + * Data object of an Agent Observability patterns run status response. * * @return data */ diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsRunStatusResponseAttributes.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsRunStatusResponseAttributes.java index 4eda9bfada3..c159027f552 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsRunStatusResponseAttributes.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsRunStatusResponseAttributes.java @@ -20,7 +20,7 @@ import java.util.Map; import java.util.Objects; -/** Attributes of an LLM Observability patterns run status. */ +/** Attributes of an Agent Observability patterns run status. */ @JsonPropertyOrder({ LLMObsPatternsRunStatusResponseAttributes.JSON_PROPERTY_CREATED_AT, LLMObsPatternsRunStatusResponseAttributes.JSON_PROPERTY_PROGRESS, diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsRunStatusResponseData.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsRunStatusResponseData.java index 4b124444282..0d373fd5053 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsRunStatusResponseData.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsRunStatusResponseData.java @@ -17,7 +17,7 @@ import java.util.Map; import java.util.Objects; -/** Data object of an LLM Observability patterns run status response. */ +/** Data object of an Agent Observability patterns run status response. */ @JsonPropertyOrder({ LLMObsPatternsRunStatusResponseData.JSON_PROPERTY_ATTRIBUTES, LLMObsPatternsRunStatusResponseData.JSON_PROPERTY_ID, @@ -59,7 +59,7 @@ public LLMObsPatternsRunStatusResponseData attributes( } /** - * Attributes of an LLM Observability patterns run status. + * Attributes of an Agent Observability patterns run status. * * @return attributes */ @@ -103,7 +103,7 @@ public LLMObsPatternsRunStatusResponseData type(LLMObsPatternsRunStatusType type } /** - * Resource type of an LLM Observability patterns run status. + * Resource type of an Agent Observability patterns run status. * * @return type */ diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsRunStatusType.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsRunStatusType.java index 8af3ac53e2d..ae871ff47df 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsRunStatusType.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsRunStatusType.java @@ -18,7 +18,7 @@ import java.util.HashSet; import java.util.Set; -/** Resource type of an LLM Observability patterns run status. */ +/** Resource type of an Agent Observability patterns run status. */ @JsonSerialize(using = LLMObsPatternsRunStatusType.LLMObsPatternsRunStatusTypeSerializer.class) public class LLMObsPatternsRunStatusType extends ModelEnum { diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsRunSummary.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsRunSummary.java index 026b133eb4a..8cf4424b4e0 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsRunSummary.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsRunSummary.java @@ -19,7 +19,7 @@ import java.util.Objects; import org.openapitools.jackson.nullable.JsonNullable; -/** Summary of an LLM Observability patterns run. */ +/** Summary of an Agent Observability patterns run. */ @JsonPropertyOrder({ LLMObsPatternsRunSummary.JSON_PROPERTY_COMPLETED_AT, LLMObsPatternsRunSummary.JSON_PROPERTY_CONFIG_SNAPSHOT, diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsRunsListType.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsRunsListType.java index 08c01183e22..df4c6cb160a 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsRunsListType.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsRunsListType.java @@ -18,7 +18,7 @@ import java.util.HashSet; import java.util.Set; -/** Resource type of a list of LLM Observability patterns runs. */ +/** Resource type of a list of Agent Observability patterns runs. */ @JsonSerialize(using = LLMObsPatternsRunsListType.LLMObsPatternsRunsListTypeSerializer.class) public class LLMObsPatternsRunsListType extends ModelEnum { diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsRunsResponse.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsRunsResponse.java index 592bdd66c38..24338b7d7a3 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsRunsResponse.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsRunsResponse.java @@ -17,7 +17,7 @@ import java.util.Map; import java.util.Objects; -/** Response containing the completed runs of an LLM Observability patterns configuration. */ +/** Response containing the completed runs of an Agent Observability patterns configuration. */ @JsonPropertyOrder({LLMObsPatternsRunsResponse.JSON_PROPERTY_DATA}) @jakarta.annotation.Generated( value = "https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") @@ -43,7 +43,7 @@ public LLMObsPatternsRunsResponse data(LLMObsPatternsRunsResponseData data) { } /** - * Data object of an LLM Observability patterns runs response. + * Data object of an Agent Observability patterns runs response. * * @return data */ diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsRunsResponseAttributes.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsRunsResponseAttributes.java index 4bad3d0ca08..ad28dfb9ae6 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsRunsResponseAttributes.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsRunsResponseAttributes.java @@ -19,7 +19,7 @@ import java.util.Map; import java.util.Objects; -/** Attributes of an LLM Observability patterns runs response. */ +/** Attributes of an Agent Observability patterns runs response. */ @JsonPropertyOrder({LLMObsPatternsRunsResponseAttributes.JSON_PROPERTY_RUNS}) @jakarta.annotation.Generated( value = "https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsRunsResponseData.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsRunsResponseData.java index 0436a97b9f8..2ac4d8bc42c 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsRunsResponseData.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsRunsResponseData.java @@ -17,7 +17,7 @@ import java.util.Map; import java.util.Objects; -/** Data object of an LLM Observability patterns runs response. */ +/** Data object of an Agent Observability patterns runs response. */ @JsonPropertyOrder({ LLMObsPatternsRunsResponseData.JSON_PROPERTY_ATTRIBUTES, LLMObsPatternsRunsResponseData.JSON_PROPERTY_ID, @@ -59,7 +59,7 @@ public LLMObsPatternsRunsResponseData attributes( } /** - * Attributes of an LLM Observability patterns runs response. + * Attributes of an Agent Observability patterns runs response. * * @return attributes */ @@ -103,7 +103,7 @@ public LLMObsPatternsRunsResponseData type(LLMObsPatternsRunsListType type) { } /** - * Resource type of a list of LLM Observability patterns runs. + * Resource type of a list of Agent Observability patterns runs. * * @return type */ diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsTopic.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsTopic.java index 268905ab340..4bcf3da8793 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsTopic.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsTopic.java @@ -18,7 +18,7 @@ import java.util.Map; import java.util.Objects; -/** A topic discovered by an LLM Observability patterns run. */ +/** A topic discovered by an Agent Observability patterns run. */ @JsonPropertyOrder({ LLMObsPatternsTopic.JSON_PROPERTY_CREATED_AT, LLMObsPatternsTopic.JSON_PROPERTY_DESCRIPTION, diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsTopicWithClusteredPoints.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsTopicWithClusteredPoints.java index 03a5309471f..95ee8ce22ca 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsTopicWithClusteredPoints.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsTopicWithClusteredPoints.java @@ -21,8 +21,8 @@ import java.util.Objects; /** - * A topic discovered by an LLM Observability patterns run, including the clustered points attached - * to leaf topics. + * A topic discovered by an Agent Observability patterns run, including the clustered points + * attached to leaf topics. */ @JsonPropertyOrder({ LLMObsPatternsTopicWithClusteredPoints.JSON_PROPERTY_CLUSTER_POINTS, diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsTopicsResponse.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsTopicsResponse.java index ac6c2c8b545..857efe9b6b5 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsTopicsResponse.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsTopicsResponse.java @@ -17,7 +17,7 @@ import java.util.Map; import java.util.Objects; -/** Response containing the topics discovered by an LLM Observability patterns run. */ +/** Response containing the topics discovered by an Agent Observability patterns run. */ @JsonPropertyOrder({LLMObsPatternsTopicsResponse.JSON_PROPERTY_DATA}) @jakarta.annotation.Generated( value = "https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") @@ -43,7 +43,7 @@ public LLMObsPatternsTopicsResponse data(LLMObsPatternsTopicsResponseData data) } /** - * Data object of an LLM Observability patterns topics response. + * Data object of an Agent Observability patterns topics response. * * @return data */ diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsTopicsResponseAttributes.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsTopicsResponseAttributes.java index f59823f2abb..6979b3196ba 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsTopicsResponseAttributes.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsTopicsResponseAttributes.java @@ -21,7 +21,7 @@ import java.util.Objects; import org.openapitools.jackson.nullable.JsonNullable; -/** Attributes of an LLM Observability patterns topics response. */ +/** Attributes of an Agent Observability patterns topics response. */ @JsonPropertyOrder({ LLMObsPatternsTopicsResponseAttributes.JSON_PROPERTY_COMPLETED_AT, LLMObsPatternsTopicsResponseAttributes.JSON_PROPERTY_CONFIG_ID, diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsTopicsResponseData.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsTopicsResponseData.java index f415f986895..34e2f85acaa 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsTopicsResponseData.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsTopicsResponseData.java @@ -17,7 +17,7 @@ import java.util.Map; import java.util.Objects; -/** Data object of an LLM Observability patterns topics response. */ +/** Data object of an Agent Observability patterns topics response. */ @JsonPropertyOrder({ LLMObsPatternsTopicsResponseData.JSON_PROPERTY_ATTRIBUTES, LLMObsPatternsTopicsResponseData.JSON_PROPERTY_ID, @@ -59,7 +59,7 @@ public LLMObsPatternsTopicsResponseData attributes( } /** - * Attributes of an LLM Observability patterns topics response. + * Attributes of an Agent Observability patterns topics response. * * @return attributes */ @@ -103,7 +103,7 @@ public LLMObsPatternsTopicsResponseData type(LLMObsPatternsTopicsType type) { } /** - * Resource type of an LLM Observability patterns topics response. + * Resource type of an Agent Observability patterns topics response. * * @return type */ diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsTopicsType.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsTopicsType.java index bf95c9b917a..075107fe573 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsTopicsType.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsTopicsType.java @@ -18,7 +18,7 @@ import java.util.HashSet; import java.util.Set; -/** Resource type of an LLM Observability patterns topics response. */ +/** Resource type of an Agent Observability patterns topics response. */ @JsonSerialize(using = LLMObsPatternsTopicsType.LLMObsPatternsTopicsTypeSerializer.class) public class LLMObsPatternsTopicsType extends ModelEnum { diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsTopicsWithClusteredPointsResponse.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsTopicsWithClusteredPointsResponse.java index 9340a0fba3a..43ba08236f3 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsTopicsWithClusteredPointsResponse.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsTopicsWithClusteredPointsResponse.java @@ -19,7 +19,7 @@ /** * Response containing the topics, and the clustered points of their leaf topics, discovered by an - * LLM Observability patterns run. + * Agent Observability patterns run. */ @JsonPropertyOrder({LLMObsPatternsTopicsWithClusteredPointsResponse.JSON_PROPERTY_DATA}) @jakarta.annotation.Generated( @@ -47,7 +47,7 @@ public LLMObsPatternsTopicsWithClusteredPointsResponse data( } /** - * Data object of an LLM Observability patterns topics-with-clustered-points response. + * Data object of an Agent Observability patterns topics-with-clustered-points response. * * @return data */ diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsTopicsWithClusteredPointsResponseAttributes.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsTopicsWithClusteredPointsResponseAttributes.java index 46ec6bacc9e..9f27b57682b 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsTopicsWithClusteredPointsResponseAttributes.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsTopicsWithClusteredPointsResponseAttributes.java @@ -21,7 +21,7 @@ import java.util.Objects; import org.openapitools.jackson.nullable.JsonNullable; -/** Attributes of an LLM Observability patterns topics-with-clustered-points response. */ +/** Attributes of an Agent Observability patterns topics-with-clustered-points response. */ @JsonPropertyOrder({ LLMObsPatternsTopicsWithClusteredPointsResponseAttributes.JSON_PROPERTY_COMPLETED_AT, LLMObsPatternsTopicsWithClusteredPointsResponseAttributes.JSON_PROPERTY_CONFIG_ID, diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsTopicsWithClusteredPointsResponseData.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsTopicsWithClusteredPointsResponseData.java index cff5d66c0d0..2a1eaadfd3e 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsTopicsWithClusteredPointsResponseData.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsTopicsWithClusteredPointsResponseData.java @@ -17,7 +17,7 @@ import java.util.Map; import java.util.Objects; -/** Data object of an LLM Observability patterns topics-with-clustered-points response. */ +/** Data object of an Agent Observability patterns topics-with-clustered-points response. */ @JsonPropertyOrder({ LLMObsPatternsTopicsWithClusteredPointsResponseData.JSON_PROPERTY_ATTRIBUTES, LLMObsPatternsTopicsWithClusteredPointsResponseData.JSON_PROPERTY_ID, @@ -60,7 +60,7 @@ public LLMObsPatternsTopicsWithClusteredPointsResponseData attributes( } /** - * Attributes of an LLM Observability patterns topics-with-clustered-points response. + * Attributes of an Agent Observability patterns topics-with-clustered-points response. * * @return attributes */ @@ -105,7 +105,7 @@ public LLMObsPatternsTopicsWithClusteredPointsResponseData type( } /** - * Resource type of an LLM Observability patterns topics-with-clustered-points response. + * Resource type of an Agent Observability patterns topics-with-clustered-points response. * * @return type */ diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsTopicsWithClusteredPointsType.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsTopicsWithClusteredPointsType.java index 7e533ed5701..49009e73a23 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsTopicsWithClusteredPointsType.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsTopicsWithClusteredPointsType.java @@ -18,7 +18,7 @@ import java.util.HashSet; import java.util.Set; -/** Resource type of an LLM Observability patterns topics-with-clustered-points response. */ +/** Resource type of an Agent Observability patterns topics-with-clustered-points response. */ @JsonSerialize( using = LLMObsPatternsTopicsWithClusteredPointsType diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsTriggerRequest.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsTriggerRequest.java index c30f9c35f41..0c81fddd4cd 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsTriggerRequest.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsTriggerRequest.java @@ -17,7 +17,7 @@ import java.util.Map; import java.util.Objects; -/** Request to trigger an LLM Observability patterns run. */ +/** Request to trigger an Agent Observability patterns run. */ @JsonPropertyOrder({LLMObsPatternsTriggerRequest.JSON_PROPERTY_DATA}) @jakarta.annotation.Generated( value = "https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") @@ -43,7 +43,7 @@ public LLMObsPatternsTriggerRequest data(LLMObsPatternsTriggerRequestData data) } /** - * Data object for triggering an LLM Observability patterns run. + * Data object for triggering an Agent Observability patterns run. * * @return data */ diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsTriggerRequestAttributes.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsTriggerRequestAttributes.java index 1ea5200a4d2..a7bb67516f5 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsTriggerRequestAttributes.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsTriggerRequestAttributes.java @@ -17,7 +17,7 @@ import java.util.Map; import java.util.Objects; -/** Attributes for triggering an LLM Observability patterns run. */ +/** Attributes for triggering an Agent Observability patterns run. */ @JsonPropertyOrder({LLMObsPatternsTriggerRequestAttributes.JSON_PROPERTY_CONFIG_ID}) @jakarta.annotation.Generated( value = "https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsTriggerRequestData.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsTriggerRequestData.java index c936c6422e8..2c2ce4559ec 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsTriggerRequestData.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsTriggerRequestData.java @@ -17,7 +17,7 @@ import java.util.Map; import java.util.Objects; -/** Data object for triggering an LLM Observability patterns run. */ +/** Data object for triggering an Agent Observability patterns run. */ @JsonPropertyOrder({ LLMObsPatternsTriggerRequestData.JSON_PROPERTY_ATTRIBUTES, LLMObsPatternsTriggerRequestData.JSON_PROPERTY_TYPE @@ -53,7 +53,7 @@ public LLMObsPatternsTriggerRequestData attributes( } /** - * Attributes for triggering an LLM Observability patterns run. + * Attributes for triggering an Agent Observability patterns run. * * @return attributes */ @@ -77,7 +77,7 @@ public LLMObsPatternsTriggerRequestData type(LLMObsPatternsRequestType type) { } /** - * Resource type for triggering an LLM Observability patterns run. + * Resource type for triggering an Agent Observability patterns run. * * @return type */ diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsTriggerResponse.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsTriggerResponse.java index b438e85d570..086b69ecd97 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsTriggerResponse.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsTriggerResponse.java @@ -17,7 +17,7 @@ import java.util.Map; import java.util.Objects; -/** Response after triggering an LLM Observability patterns run. */ +/** Response after triggering an Agent Observability patterns run. */ @JsonPropertyOrder({LLMObsPatternsTriggerResponse.JSON_PROPERTY_DATA}) @jakarta.annotation.Generated( value = "https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") @@ -43,7 +43,7 @@ public LLMObsPatternsTriggerResponse data(LLMObsPatternsTriggerResponseData data } /** - * Data object of an LLM Observability patterns trigger response. + * Data object of an Agent Observability patterns trigger response. * * @return data */ diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsTriggerResponseAttributes.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsTriggerResponseAttributes.java index 71ddabd68e4..b18439939e7 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsTriggerResponseAttributes.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsTriggerResponseAttributes.java @@ -17,7 +17,7 @@ import java.util.Map; import java.util.Objects; -/** Attributes of an LLM Observability patterns trigger response. */ +/** Attributes of an Agent Observability patterns trigger response. */ @JsonPropertyOrder({ LLMObsPatternsTriggerResponseAttributes.JSON_PROPERTY_CONFIG_ID, LLMObsPatternsTriggerResponseAttributes.JSON_PROPERTY_RUN_ID, diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsTriggerResponseData.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsTriggerResponseData.java index c3f0b0bfe4a..e73a64a488e 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsTriggerResponseData.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsTriggerResponseData.java @@ -17,7 +17,7 @@ import java.util.Map; import java.util.Objects; -/** Data object of an LLM Observability patterns trigger response. */ +/** Data object of an Agent Observability patterns trigger response. */ @JsonPropertyOrder({ LLMObsPatternsTriggerResponseData.JSON_PROPERTY_ATTRIBUTES, LLMObsPatternsTriggerResponseData.JSON_PROPERTY_ID, @@ -60,7 +60,7 @@ public LLMObsPatternsTriggerResponseData attributes( } /** - * Attributes of an LLM Observability patterns trigger response. + * Attributes of an Agent Observability patterns trigger response. * * @return attributes */ @@ -104,7 +104,7 @@ public LLMObsPatternsTriggerResponseData type(LLMObsPatternsTriggerResponseType } /** - * Resource type of an LLM Observability patterns trigger response. + * Resource type of an Agent Observability patterns trigger response. * * @return type */ diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsTriggerResponseType.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsTriggerResponseType.java index 63f7c52d6d0..d4bc8ca8f21 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsTriggerResponseType.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsPatternsTriggerResponseType.java @@ -18,7 +18,7 @@ import java.util.HashSet; import java.util.Set; -/** Resource type of an LLM Observability patterns trigger response. */ +/** Resource type of an Agent Observability patterns trigger response. */ @JsonSerialize( using = LLMObsPatternsTriggerResponseType.LLMObsPatternsTriggerResponseTypeSerializer.class) public class LLMObsPatternsTriggerResponseType extends ModelEnum { diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsProjectDataAttributesRequest.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsProjectDataAttributesRequest.java index cbc36da6895..eb839902d38 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsProjectDataAttributesRequest.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsProjectDataAttributesRequest.java @@ -17,7 +17,7 @@ import java.util.Map; import java.util.Objects; -/** Attributes for creating an LLM Observability project. */ +/** Attributes for creating an Agent Observability project. */ @JsonPropertyOrder({ LLMObsProjectDataAttributesRequest.JSON_PROPERTY_DESCRIPTION, LLMObsProjectDataAttributesRequest.JSON_PROPERTY_NAME diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsProjectDataAttributesResponse.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsProjectDataAttributesResponse.java index 9e373451005..f9a44e0b36d 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsProjectDataAttributesResponse.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsProjectDataAttributesResponse.java @@ -18,7 +18,7 @@ import java.util.Map; import java.util.Objects; -/** Attributes of an LLM Observability project. */ +/** Attributes of an Agent Observability project. */ @JsonPropertyOrder({ LLMObsProjectDataAttributesResponse.JSON_PROPERTY_CREATED_AT, LLMObsProjectDataAttributesResponse.JSON_PROPERTY_DESCRIPTION, diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsProjectDataRequest.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsProjectDataRequest.java index fbb1fbbf3c1..840ee583a64 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsProjectDataRequest.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsProjectDataRequest.java @@ -17,7 +17,7 @@ import java.util.Map; import java.util.Objects; -/** Data object for creating an LLM Observability project. */ +/** Data object for creating an Agent Observability project. */ @JsonPropertyOrder({ LLMObsProjectDataRequest.JSON_PROPERTY_ATTRIBUTES, LLMObsProjectDataRequest.JSON_PROPERTY_TYPE @@ -52,7 +52,7 @@ public LLMObsProjectDataRequest attributes(LLMObsProjectDataAttributesRequest at } /** - * Attributes for creating an LLM Observability project. + * Attributes for creating an Agent Observability project. * * @return attributes */ @@ -76,7 +76,7 @@ public LLMObsProjectDataRequest type(LLMObsProjectType type) { } /** - * Resource type of an LLM Observability project. + * Resource type of an Agent Observability project. * * @return type */ diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsProjectDataResponse.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsProjectDataResponse.java index 47d5bb4a945..8181c52c24e 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsProjectDataResponse.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsProjectDataResponse.java @@ -17,7 +17,7 @@ import java.util.Map; import java.util.Objects; -/** Data object for an LLM Observability project. */ +/** Data object for an Agent Observability project. */ @JsonPropertyOrder({ LLMObsProjectDataResponse.JSON_PROPERTY_ATTRIBUTES, LLMObsProjectDataResponse.JSON_PROPERTY_ID, @@ -58,7 +58,7 @@ public LLMObsProjectDataResponse attributes(LLMObsProjectDataAttributesResponse } /** - * Attributes of an LLM Observability project. + * Attributes of an Agent Observability project. * * @return attributes */ @@ -102,7 +102,7 @@ public LLMObsProjectDataResponse type(LLMObsProjectType type) { } /** - * Resource type of an LLM Observability project. + * Resource type of an Agent Observability project. * * @return type */ diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsProjectRequest.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsProjectRequest.java index e5dd8b5a650..957c7232e9d 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsProjectRequest.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsProjectRequest.java @@ -17,7 +17,7 @@ import java.util.Map; import java.util.Objects; -/** Request to create an LLM Observability project. */ +/** Request to create an Agent Observability project. */ @JsonPropertyOrder({LLMObsProjectRequest.JSON_PROPERTY_DATA}) @jakarta.annotation.Generated( value = "https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") @@ -42,7 +42,7 @@ public LLMObsProjectRequest data(LLMObsProjectDataRequest data) { } /** - * Data object for creating an LLM Observability project. + * Data object for creating an Agent Observability project. * * @return data */ diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsProjectResponse.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsProjectResponse.java index 11954c694fb..16e5b313160 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsProjectResponse.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsProjectResponse.java @@ -17,7 +17,7 @@ import java.util.Map; import java.util.Objects; -/** Response containing a single LLM Observability project. */ +/** Response containing a single Agent Observability project. */ @JsonPropertyOrder({LLMObsProjectResponse.JSON_PROPERTY_DATA}) @jakarta.annotation.Generated( value = "https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") @@ -42,7 +42,7 @@ public LLMObsProjectResponse data(LLMObsProjectDataResponse data) { } /** - * Data object for an LLM Observability project. + * Data object for an Agent Observability project. * * @return data */ diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsProjectType.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsProjectType.java index 3ddfb7019d0..ad14def9152 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsProjectType.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsProjectType.java @@ -18,7 +18,7 @@ import java.util.HashSet; import java.util.Set; -/** Resource type of an LLM Observability project. */ +/** Resource type of an Agent Observability project. */ @JsonSerialize(using = LLMObsProjectType.LLMObsProjectTypeSerializer.class) public class LLMObsProjectType extends ModelEnum { diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsProjectUpdateDataAttributesRequest.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsProjectUpdateDataAttributesRequest.java index 097f6f4325e..b74d8b80d0e 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsProjectUpdateDataAttributesRequest.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsProjectUpdateDataAttributesRequest.java @@ -16,7 +16,7 @@ import java.util.Map; import java.util.Objects; -/** Attributes for updating an LLM Observability project. */ +/** Attributes for updating an Agent Observability project. */ @JsonPropertyOrder({ LLMObsProjectUpdateDataAttributesRequest.JSON_PROPERTY_DESCRIPTION, LLMObsProjectUpdateDataAttributesRequest.JSON_PROPERTY_NAME diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsProjectUpdateDataRequest.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsProjectUpdateDataRequest.java index 5875fddd1c9..ff5c209fb12 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsProjectUpdateDataRequest.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsProjectUpdateDataRequest.java @@ -17,7 +17,7 @@ import java.util.Map; import java.util.Objects; -/** Data object for updating an LLM Observability project. */ +/** Data object for updating an Agent Observability project. */ @JsonPropertyOrder({ LLMObsProjectUpdateDataRequest.JSON_PROPERTY_ATTRIBUTES, LLMObsProjectUpdateDataRequest.JSON_PROPERTY_TYPE @@ -53,7 +53,7 @@ public LLMObsProjectUpdateDataRequest attributes( } /** - * Attributes for updating an LLM Observability project. + * Attributes for updating an Agent Observability project. * * @return attributes */ @@ -77,7 +77,7 @@ public LLMObsProjectUpdateDataRequest type(LLMObsProjectType type) { } /** - * Resource type of an LLM Observability project. + * Resource type of an Agent Observability project. * * @return type */ diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsProjectUpdateRequest.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsProjectUpdateRequest.java index 6756493be89..e0001ac8da7 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsProjectUpdateRequest.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsProjectUpdateRequest.java @@ -17,7 +17,7 @@ import java.util.Map; import java.util.Objects; -/** Request to partially update an LLM Observability project. */ +/** Request to partially update an Agent Observability project. */ @JsonPropertyOrder({LLMObsProjectUpdateRequest.JSON_PROPERTY_DATA}) @jakarta.annotation.Generated( value = "https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") @@ -43,7 +43,7 @@ public LLMObsProjectUpdateRequest data(LLMObsProjectUpdateDataRequest data) { } /** - * Data object for updating an LLM Observability project. + * Data object for updating an Agent Observability project. * * @return data */ diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsProjectsResponse.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsProjectsResponse.java index 932028841c9..2bde044a823 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsProjectsResponse.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsProjectsResponse.java @@ -19,7 +19,7 @@ import java.util.Map; import java.util.Objects; -/** Response containing a list of LLM Observability projects. */ +/** Response containing a list of Agent Observability projects. */ @JsonPropertyOrder({ LLMObsProjectsResponse.JSON_PROPERTY_DATA, LLMObsProjectsResponse.JSON_PROPERTY_META diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsPromptData.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsPromptData.java index ab3a6472d4d..c1d1b55d700 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsPromptData.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsPromptData.java @@ -17,7 +17,7 @@ import java.util.Map; import java.util.Objects; -/** Data object for an LLM Observability prompt. */ +/** Data object for an Agent Observability prompt. */ @JsonPropertyOrder({ LLMObsPromptData.JSON_PROPERTY_ATTRIBUTES, LLMObsPromptData.JSON_PROPERTY_ID, @@ -58,7 +58,7 @@ public LLMObsPromptData attributes(LLMObsPromptDataAttributes attributes) { } /** - * Attributes of an LLM Observability prompt registry entry. + * Attributes of an Agent Observability prompt registry entry. * * @return attributes */ @@ -102,7 +102,7 @@ public LLMObsPromptData type(LLMObsPromptType type) { } /** - * Resource type of an LLM Observability prompt. + * Resource type of an Agent Observability prompt. * * @return type */ diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsPromptDataAttributes.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsPromptDataAttributes.java index 6579d3a55af..1f82c290c2e 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsPromptDataAttributes.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsPromptDataAttributes.java @@ -20,7 +20,7 @@ import java.util.Map; import java.util.Objects; -/** Attributes of an LLM Observability prompt registry entry. */ +/** Attributes of an Agent Observability prompt registry entry. */ @JsonPropertyOrder({ LLMObsPromptDataAttributes.JSON_PROPERTY_AUTHOR, LLMObsPromptDataAttributes.JSON_PROPERTY_CREATED_AT, diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsPromptResponse.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsPromptResponse.java index 00942a75d2c..97429103118 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsPromptResponse.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsPromptResponse.java @@ -17,7 +17,7 @@ import java.util.Map; import java.util.Objects; -/** Response containing a single LLM Observability prompt. */ +/** Response containing a single Agent Observability prompt. */ @JsonPropertyOrder({LLMObsPromptResponse.JSON_PROPERTY_DATA}) @jakarta.annotation.Generated( value = "https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") @@ -42,7 +42,7 @@ public LLMObsPromptResponse data(LLMObsPromptData data) { } /** - * Data object for an LLM Observability prompt. + * Data object for an Agent Observability prompt. * * @return data */ diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsPromptSDKData.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsPromptSDKData.java index f5c6e00a5a2..24e2533648f 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsPromptSDKData.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsPromptSDKData.java @@ -17,7 +17,7 @@ import java.util.Map; import java.util.Objects; -/** Data object for a flattened LLM Observability prompt version returned for SDK consumption. */ +/** Data object for a flattened Agent Observability prompt version returned for SDK consumption. */ @JsonPropertyOrder({ LLMObsPromptSDKData.JSON_PROPERTY_ATTRIBUTES, LLMObsPromptSDKData.JSON_PROPERTY_ID, @@ -103,7 +103,7 @@ public LLMObsPromptSDKData type(LLMObsPromptType type) { } /** - * Resource type of an LLM Observability prompt. + * Resource type of an Agent Observability prompt. * * @return type */ diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsPromptSDKResponse.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsPromptSDKResponse.java index 9ed12b72be5..b2b12a50f46 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsPromptSDKResponse.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsPromptSDKResponse.java @@ -17,7 +17,7 @@ import java.util.Map; import java.util.Objects; -/** Response containing a flattened LLM Observability prompt version for SDK consumption. */ +/** Response containing a flattened Agent Observability prompt version for SDK consumption. */ @JsonPropertyOrder({LLMObsPromptSDKResponse.JSON_PROPERTY_DATA}) @jakarta.annotation.Generated( value = "https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") @@ -42,7 +42,7 @@ public LLMObsPromptSDKResponse data(LLMObsPromptSDKData data) { } /** - * Data object for a flattened LLM Observability prompt version returned for SDK consumption. + * Data object for a flattened Agent Observability prompt version returned for SDK consumption. * * @return data */ diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsPromptType.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsPromptType.java index 407d8bfbd33..0182f8212e4 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsPromptType.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsPromptType.java @@ -18,7 +18,7 @@ import java.util.HashSet; import java.util.Set; -/** Resource type of an LLM Observability prompt. */ +/** Resource type of an Agent Observability prompt. */ @JsonSerialize(using = LLMObsPromptType.LLMObsPromptTypeSerializer.class) public class LLMObsPromptType extends ModelEnum { diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsPromptVersionData.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsPromptVersionData.java index eb0721e393c..0996b6f90cd 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsPromptVersionData.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsPromptVersionData.java @@ -17,7 +17,7 @@ import java.util.Map; import java.util.Objects; -/** Data object for a specific version of an LLM Observability prompt. */ +/** Data object for a specific version of an Agent Observability prompt. */ @JsonPropertyOrder({ LLMObsPromptVersionData.JSON_PROPERTY_ATTRIBUTES, LLMObsPromptVersionData.JSON_PROPERTY_ID, @@ -58,7 +58,7 @@ public LLMObsPromptVersionData attributes(LLMObsPromptVersionDataAttributes attr } /** - * Attributes of a specific version of an LLM Observability prompt. + * Attributes of a specific version of an Agent Observability prompt. * * @return attributes */ @@ -102,7 +102,7 @@ public LLMObsPromptVersionData type(LLMObsPromptVersionType type) { } /** - * Resource type of an LLM Observability prompt version. + * Resource type of an Agent Observability prompt version. * * @return type */ diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsPromptVersionDataAttributes.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsPromptVersionDataAttributes.java index d98812d2800..9f2c088d22b 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsPromptVersionDataAttributes.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsPromptVersionDataAttributes.java @@ -20,7 +20,7 @@ import java.util.Map; import java.util.Objects; -/** Attributes of a specific version of an LLM Observability prompt. */ +/** Attributes of a specific version of an Agent Observability prompt. */ @JsonPropertyOrder({ LLMObsPromptVersionDataAttributes.JSON_PROPERTY_AUTHOR, LLMObsPromptVersionDataAttributes.JSON_PROPERTY_CREATED_AT, diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsPromptVersionLabel.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsPromptVersionLabel.java index e762befdc31..20bd4b49822 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsPromptVersionLabel.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsPromptVersionLabel.java @@ -18,7 +18,7 @@ import java.util.HashSet; import java.util.Set; -/** A label attached to an LLM Observability prompt version. */ +/** A label attached to an Agent Observability prompt version. */ @JsonSerialize(using = LLMObsPromptVersionLabel.LLMObsPromptVersionLabelSerializer.class) public class LLMObsPromptVersionLabel extends ModelEnum { diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsPromptVersionListData.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsPromptVersionListData.java index e829c7253ae..56ee6bbc45a 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsPromptVersionListData.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsPromptVersionListData.java @@ -102,7 +102,7 @@ public LLMObsPromptVersionListData type(LLMObsPromptVersionType type) { } /** - * Resource type of an LLM Observability prompt version. + * Resource type of an Agent Observability prompt version. * * @return type */ diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsPromptVersionResponse.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsPromptVersionResponse.java index afb30044ab1..e3986db91cb 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsPromptVersionResponse.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsPromptVersionResponse.java @@ -17,7 +17,7 @@ import java.util.Map; import java.util.Objects; -/** Response containing a specific version of an LLM Observability prompt. */ +/** Response containing a specific version of an Agent Observability prompt. */ @JsonPropertyOrder({LLMObsPromptVersionResponse.JSON_PROPERTY_DATA}) @jakarta.annotation.Generated( value = "https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") @@ -42,7 +42,7 @@ public LLMObsPromptVersionResponse data(LLMObsPromptVersionData data) { } /** - * Data object for a specific version of an LLM Observability prompt. + * Data object for a specific version of an Agent Observability prompt. * * @return data */ diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsPromptVersionType.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsPromptVersionType.java index 717afca1c91..6579a1dfd28 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsPromptVersionType.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsPromptVersionType.java @@ -18,7 +18,7 @@ import java.util.HashSet; import java.util.Set; -/** Resource type of an LLM Observability prompt version. */ +/** Resource type of an Agent Observability prompt version. */ @JsonSerialize(using = LLMObsPromptVersionType.LLMObsPromptVersionTypeSerializer.class) public class LLMObsPromptVersionType extends ModelEnum { diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsPromptVersionsResponse.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsPromptVersionsResponse.java index 9d621855f1e..1e91271f477 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsPromptVersionsResponse.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsPromptVersionsResponse.java @@ -19,7 +19,7 @@ import java.util.Map; import java.util.Objects; -/** Response containing the versions of an LLM Observability prompt. */ +/** Response containing the versions of an Agent Observability prompt. */ @JsonPropertyOrder({LLMObsPromptVersionsResponse.JSON_PROPERTY_DATA}) @jakarta.annotation.Generated( value = "https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsPromptsResponse.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsPromptsResponse.java index f112958f1db..c583d8cac0d 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsPromptsResponse.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsPromptsResponse.java @@ -19,7 +19,7 @@ import java.util.Map; import java.util.Objects; -/** Response containing a list of LLM Observability prompts. */ +/** Response containing a list of Agent Observability prompts. */ @JsonPropertyOrder({LLMObsPromptsResponse.JSON_PROPERTY_DATA}) @jakarta.annotation.Generated( value = "https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") @@ -54,7 +54,7 @@ public LLMObsPromptsResponse addDataItem(LLMObsPromptData dataItem) { } /** - * List of LLM Observability prompts. + * List of Agent Observability prompts. * * @return data */ diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsRecordType.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsRecordType.java index 14fa4d9308f..2973c358a9b 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsRecordType.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsRecordType.java @@ -18,7 +18,7 @@ import java.util.HashSet; import java.util.Set; -/** Resource type of LLM Observability dataset records. */ +/** Resource type of Agent Observability dataset records. */ @JsonSerialize(using = LLMObsRecordType.LLMObsRecordTypeSerializer.class) public class LLMObsRecordType extends ModelEnum { diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsSearchSpansRequest.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsSearchSpansRequest.java index b43852eddd8..a1d16b4738b 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsSearchSpansRequest.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsSearchSpansRequest.java @@ -17,7 +17,7 @@ import java.util.Map; import java.util.Objects; -/** Request body for searching LLM Observability spans. */ +/** Request body for searching Agent Observability spans. */ @JsonPropertyOrder({LLMObsSearchSpansRequest.JSON_PROPERTY_DATA}) @jakarta.annotation.Generated( value = "https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") @@ -43,7 +43,7 @@ public LLMObsSearchSpansRequest data(LLMObsSearchSpansRequestData data) { } /** - * Data object for an LLM Observability spans search request. + * Data object for an Agent Observability spans search request. * * @return data */ diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsSearchSpansRequestAttributes.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsSearchSpansRequestAttributes.java index 2c81f1d32d8..f925fd7490b 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsSearchSpansRequestAttributes.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsSearchSpansRequestAttributes.java @@ -16,7 +16,7 @@ import java.util.Map; import java.util.Objects; -/** Attributes of an LLM Observability spans search request. */ +/** Attributes of an Agent Observability spans search request. */ @JsonPropertyOrder({ LLMObsSearchSpansRequestAttributes.JSON_PROPERTY_FILTER, LLMObsSearchSpansRequestAttributes.JSON_PROPERTY_OPTIONS, @@ -46,7 +46,7 @@ public LLMObsSearchSpansRequestAttributes filter(LLMObsSpanFilter filter) { } /** - * Filter criteria for an LLM Observability span search. + * Filter criteria for an Agent Observability span search. * * @return filter */ diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsSearchSpansRequestData.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsSearchSpansRequestData.java index 92eb854b005..64e1bd20c9d 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsSearchSpansRequestData.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsSearchSpansRequestData.java @@ -17,7 +17,7 @@ import java.util.Map; import java.util.Objects; -/** Data object for an LLM Observability spans search request. */ +/** Data object for an Agent Observability spans search request. */ @JsonPropertyOrder({ LLMObsSearchSpansRequestData.JSON_PROPERTY_ATTRIBUTES, LLMObsSearchSpansRequestData.JSON_PROPERTY_TYPE @@ -53,7 +53,7 @@ public LLMObsSearchSpansRequestData attributes(LLMObsSearchSpansRequestAttribute } /** - * Attributes of an LLM Observability spans search request. + * Attributes of an Agent Observability spans search request. * * @return attributes */ @@ -77,7 +77,7 @@ public LLMObsSearchSpansRequestData type(LLMObsSearchSpansRequestType type) { } /** - * Resource type for an LLM Observability spans search request. + * Resource type for an Agent Observability spans search request. * * @return type */ diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsSearchSpansRequestType.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsSearchSpansRequestType.java index 4f0e59ec545..af6e761e22e 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsSearchSpansRequestType.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsSearchSpansRequestType.java @@ -18,7 +18,7 @@ import java.util.HashSet; import java.util.Set; -/** Resource type for an LLM Observability spans search request. */ +/** Resource type for an Agent Observability spans search request. */ @JsonSerialize(using = LLMObsSearchSpansRequestType.LLMObsSearchSpansRequestTypeSerializer.class) public class LLMObsSearchSpansRequestType extends ModelEnum { diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsSpanAttributes.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsSpanAttributes.java index 87de2e2932b..e5d27abcbbe 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsSpanAttributes.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsSpanAttributes.java @@ -19,7 +19,7 @@ import java.util.Map; import java.util.Objects; -/** Attributes of an LLM Observability span. */ +/** Attributes of an Agent Observability span. */ @JsonPropertyOrder({ LLMObsSpanAttributes.JSON_PROPERTY_DURATION, LLMObsSpanAttributes.JSON_PROPERTY_EVALUATION, @@ -181,7 +181,7 @@ public LLMObsSpanAttributes input(LLMObsSpanIO input) { } /** - * Input or output content of an LLM Observability span. + * Input or output content of an Agent Observability span. * * @return input */ @@ -367,7 +367,7 @@ public LLMObsSpanAttributes output(LLMObsSpanIO output) { } /** - * Input or output content of an LLM Observability span. + * Input or output content of an Agent Observability span. * * @return output */ diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsSpanData.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsSpanData.java index d7613d4a342..f14da230a40 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsSpanData.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsSpanData.java @@ -17,7 +17,7 @@ import java.util.Map; import java.util.Objects; -/** A single LLM Observability span. */ +/** A single Agent Observability span. */ @JsonPropertyOrder({ LLMObsSpanData.JSON_PROPERTY_ATTRIBUTES, LLMObsSpanData.JSON_PROPERTY_ID, @@ -58,7 +58,7 @@ public LLMObsSpanData attributes(LLMObsSpanAttributes attributes) { } /** - * Attributes of an LLM Observability span. + * Attributes of an Agent Observability span. * * @return attributes */ @@ -102,7 +102,7 @@ public LLMObsSpanData type(LLMObsSpanType type) { } /** - * Resource type for an LLM Observability span. + * Resource type for an Agent Observability span. * * @return type */ diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsSpanEvaluationMetric.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsSpanEvaluationMetric.java index 92000cb8d15..85b5bf5230a 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsSpanEvaluationMetric.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsSpanEvaluationMetric.java @@ -18,7 +18,7 @@ import java.util.Map; import java.util.Objects; -/** An evaluation metric associated with an LLM Observability span. */ +/** An evaluation metric associated with an Agent Observability span. */ @JsonPropertyOrder({ LLMObsSpanEvaluationMetric.JSON_PROPERTY_ASSESSMENT, LLMObsSpanEvaluationMetric.JSON_PROPERTY_EVAL_METRIC_TYPE, diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsSpanFilter.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsSpanFilter.java index 81d943bdd83..f40ba1b2279 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsSpanFilter.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsSpanFilter.java @@ -16,7 +16,7 @@ import java.util.Map; import java.util.Objects; -/** Filter criteria for an LLM Observability span search. */ +/** Filter criteria for an Agent Observability span search. */ @JsonPropertyOrder({ LLMObsSpanFilter.JSON_PROPERTY_FROM, LLMObsSpanFilter.JSON_PROPERTY_ML_APP, @@ -108,7 +108,7 @@ public LLMObsSpanFilter query(String query) { } /** - * Search query using LLM Observability query syntax. Supports attribute filters using the + * Search query using Agent Observability query syntax. Supports attribute filters using the * field:value syntax (e.g. session_id, trace_id, ml_app, meta.span.kind). When provided, * structured field filters (span_id, trace_id, etc.) are ignored. * diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsSpanIO.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsSpanIO.java index d9479e7b45d..271806e6a66 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsSpanIO.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsSpanIO.java @@ -18,7 +18,7 @@ import java.util.Map; import java.util.Objects; -/** Input or output content of an LLM Observability span. */ +/** Input or output content of an Agent Observability span. */ @JsonPropertyOrder({LLMObsSpanIO.JSON_PROPERTY_MESSAGES, LLMObsSpanIO.JSON_PROPERTY_VALUE}) @jakarta.annotation.Generated( value = "https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsSpanType.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsSpanType.java index 38d85c9b3fa..a03f48b1c69 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsSpanType.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsSpanType.java @@ -18,7 +18,7 @@ import java.util.HashSet; import java.util.Set; -/** Resource type for an LLM Observability span. */ +/** Resource type for an Agent Observability span. */ @JsonSerialize(using = LLMObsSpanType.LLMObsSpanTypeSerializer.class) public class LLMObsSpanType extends ModelEnum { diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsSpansResponse.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsSpansResponse.java index 0a9fc451cbb..e413ad99062 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsSpansResponse.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsSpansResponse.java @@ -19,7 +19,7 @@ import java.util.Map; import java.util.Objects; -/** Response containing a list of LLM Observability spans. */ +/** Response containing a list of Agent Observability spans. */ @JsonPropertyOrder({ LLMObsSpansResponse.JSON_PROPERTY_DATA, LLMObsSpansResponse.JSON_PROPERTY_LINKS, diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsUpdatePromptData.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsUpdatePromptData.java index 784ce096b98..27214492b4e 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsUpdatePromptData.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsUpdatePromptData.java @@ -17,7 +17,7 @@ import java.util.Map; import java.util.Objects; -/** Data object for updating an LLM Observability prompt. */ +/** Data object for updating an Agent Observability prompt. */ @JsonPropertyOrder({ LLMObsUpdatePromptData.JSON_PROPERTY_ATTRIBUTES, LLMObsUpdatePromptData.JSON_PROPERTY_TYPE @@ -52,7 +52,7 @@ public LLMObsUpdatePromptData attributes(LLMObsUpdatePromptDataAttributes attrib } /** - * Attributes for updating an LLM Observability prompt. At least one of title or + * Attributes for updating an Agent Observability prompt. At least one of title or * description must be provided; both attributes are optional individually. * * @return attributes @@ -77,7 +77,7 @@ public LLMObsUpdatePromptData type(LLMObsPromptType type) { } /** - * Resource type of an LLM Observability prompt. + * Resource type of an Agent Observability prompt. * * @return type */ diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsUpdatePromptDataAttributes.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsUpdatePromptDataAttributes.java index 8462fc8a2d9..5859456eeeb 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsUpdatePromptDataAttributes.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsUpdatePromptDataAttributes.java @@ -13,8 +13,8 @@ import java.util.Objects; /** - * Attributes for updating an LLM Observability prompt. At least one of title or - * description must be provided; both attributes are optional individually. + * Attributes for updating an Agent Observability prompt. At least one of title or + * description must be provided; both attributes are optional individually. */ @JsonPropertyOrder({ LLMObsUpdatePromptDataAttributes.JSON_PROPERTY_DESCRIPTION, diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsUpdatePromptRequest.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsUpdatePromptRequest.java index 4b0f0f4adda..3eac49466fb 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsUpdatePromptRequest.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsUpdatePromptRequest.java @@ -17,7 +17,7 @@ import java.util.Map; import java.util.Objects; -/** Request to update an LLM Observability prompt's metadata. */ +/** Request to update an Agent Observability prompt's metadata. */ @JsonPropertyOrder({LLMObsUpdatePromptRequest.JSON_PROPERTY_DATA}) @jakarta.annotation.Generated( value = "https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") @@ -42,7 +42,7 @@ public LLMObsUpdatePromptRequest data(LLMObsUpdatePromptData data) { } /** - * Data object for updating an LLM Observability prompt. + * Data object for updating an Agent Observability prompt. * * @return data */ diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsUpdatePromptVersionData.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsUpdatePromptVersionData.java index 586877e11be..777322a3d68 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsUpdatePromptVersionData.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsUpdatePromptVersionData.java @@ -17,7 +17,7 @@ import java.util.Map; import java.util.Objects; -/** Data object for updating an LLM Observability prompt version. */ +/** Data object for updating an Agent Observability prompt version. */ @JsonPropertyOrder({ LLMObsUpdatePromptVersionData.JSON_PROPERTY_ATTRIBUTES, LLMObsUpdatePromptVersionData.JSON_PROPERTY_TYPE @@ -53,9 +53,9 @@ public LLMObsUpdatePromptVersionData attributes( } /** - * Attributes for updating an LLM Observability prompt version. At least one of description - * , labels, or env_ids must be provided; all three attributes - * are optional individually. + * Attributes for updating an Agent Observability prompt version. At least one of + * description, labels, or env_ids must be provided; all three + * attributes are optional individually. * * @return attributes */ @@ -79,7 +79,7 @@ public LLMObsUpdatePromptVersionData type(LLMObsPromptVersionType type) { } /** - * Resource type of an LLM Observability prompt version. + * Resource type of an Agent Observability prompt version. * * @return type */ diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsUpdatePromptVersionDataAttributes.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsUpdatePromptVersionDataAttributes.java index 820c6132cad..42b7fa2cb23 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsUpdatePromptVersionDataAttributes.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsUpdatePromptVersionDataAttributes.java @@ -15,7 +15,7 @@ import java.util.Objects; /** - * Attributes for updating an LLM Observability prompt version. At least one of description + * Attributes for updating an Agent Observability prompt version. At least one of description * , labels, or env_ids must be provided; all three attributes are * optional individually. */ diff --git a/src/main/java/com/datadog/api/client/v2/model/LLMObsUpdatePromptVersionRequest.java b/src/main/java/com/datadog/api/client/v2/model/LLMObsUpdatePromptVersionRequest.java index 7d97e1c124a..05cd194c712 100644 --- a/src/main/java/com/datadog/api/client/v2/model/LLMObsUpdatePromptVersionRequest.java +++ b/src/main/java/com/datadog/api/client/v2/model/LLMObsUpdatePromptVersionRequest.java @@ -18,7 +18,7 @@ import java.util.Objects; /** - * Request to update an LLM Observability prompt version's metadata or feature-flag environments. + * Request to update an Agent Observability prompt version's metadata or feature-flag environments. */ @JsonPropertyOrder({LLMObsUpdatePromptVersionRequest.JSON_PROPERTY_DATA}) @jakarta.annotation.Generated( @@ -45,7 +45,7 @@ public LLMObsUpdatePromptVersionRequest data(LLMObsUpdatePromptVersionData data) } /** - * Data object for updating an LLM Observability prompt version. + * Data object for updating an Agent Observability prompt version. * * @return data */ diff --git a/src/main/java/com/datadog/api/client/v2/model/RumRetentionQuotaAdaptiveConfig.java b/src/main/java/com/datadog/api/client/v2/model/RumRetentionQuotaAdaptiveConfig.java new file mode 100644 index 00000000000..7a6912ef35f --- /dev/null +++ b/src/main/java/com/datadog/api/client/v2/model/RumRetentionQuotaAdaptiveConfig.java @@ -0,0 +1,147 @@ +/* + * Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License. + * This product includes software developed at Datadog (https://www.datadoghq.com/). + * Copyright 2019-Present Datadog, Inc. + */ + +package com.datadog.api.client.v2.model; + +import com.fasterxml.jackson.annotation.JsonAnyGetter; +import com.fasterxml.jackson.annotation.JsonAnySetter; +import com.fasterxml.jackson.annotation.JsonCreator; +import com.fasterxml.jackson.annotation.JsonIgnore; +import com.fasterxml.jackson.annotation.JsonInclude; +import com.fasterxml.jackson.annotation.JsonProperty; +import com.fasterxml.jackson.annotation.JsonPropertyOrder; +import java.util.HashMap; +import java.util.Map; +import java.util.Objects; + +/** The configuration used when mode is adaptive. */ +@JsonPropertyOrder({RumRetentionQuotaAdaptiveConfig.JSON_PROPERTY_MAX_RETENTION_RATE}) +@jakarta.annotation.Generated( + value = "https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") +public class RumRetentionQuotaAdaptiveConfig { + @JsonIgnore public boolean unparsed = false; + public static final String JSON_PROPERTY_MAX_RETENTION_RATE = "max_retention_rate"; + private Double maxRetentionRate; + + public RumRetentionQuotaAdaptiveConfig() {} + + @JsonCreator + public RumRetentionQuotaAdaptiveConfig( + @JsonProperty(required = true, value = JSON_PROPERTY_MAX_RETENTION_RATE) + Double maxRetentionRate) { + this.maxRetentionRate = maxRetentionRate; + } + + public RumRetentionQuotaAdaptiveConfig maxRetentionRate(Double maxRetentionRate) { + this.maxRetentionRate = maxRetentionRate; + return this; + } + + /** + * The maximum fraction of sessions to retain, in the range (0, 1]. minimum: 0 + * maximum: 1 + * + * @return maxRetentionRate + */ + @JsonProperty(JSON_PROPERTY_MAX_RETENTION_RATE) + @JsonInclude(value = JsonInclude.Include.ALWAYS) + public Double getMaxRetentionRate() { + return maxRetentionRate; + } + + public void setMaxRetentionRate(Double maxRetentionRate) { + this.maxRetentionRate = maxRetentionRate; + } + + /** + * A container for additional, undeclared properties. This is a holder for any undeclared + * properties as specified with the 'additionalProperties' keyword in the OAS document. + */ + private Map additionalProperties; + + /** + * Set the additional (undeclared) property with the specified name and value. If the property + * does not already exist, create it otherwise replace it. + * + * @param key The arbitrary key to set + * @param value The associated value + * @return RumRetentionQuotaAdaptiveConfig + */ + @JsonAnySetter + public RumRetentionQuotaAdaptiveConfig putAdditionalProperty(String key, Object value) { + if (this.additionalProperties == null) { + this.additionalProperties = new HashMap(); + } + this.additionalProperties.put(key, value); + return this; + } + + /** + * Return the additional (undeclared) property. + * + * @return The additional properties + */ + @JsonAnyGetter + public Map getAdditionalProperties() { + return additionalProperties; + } + + /** + * Return the additional (undeclared) property with the specified name. + * + * @param key The arbitrary key to get + * @return The specific additional property for the given key + */ + public Object getAdditionalProperty(String key) { + if (this.additionalProperties == null) { + return null; + } + return this.additionalProperties.get(key); + } + + /** Return true if this RumRetentionQuotaAdaptiveConfig object is equal to o. */ + @Override + public boolean equals(Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + RumRetentionQuotaAdaptiveConfig rumRetentionQuotaAdaptiveConfig = + (RumRetentionQuotaAdaptiveConfig) o; + return Objects.equals(this.maxRetentionRate, rumRetentionQuotaAdaptiveConfig.maxRetentionRate) + && Objects.equals( + this.additionalProperties, rumRetentionQuotaAdaptiveConfig.additionalProperties); + } + + @Override + public int hashCode() { + return Objects.hash(maxRetentionRate, additionalProperties); + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class RumRetentionQuotaAdaptiveConfig {\n"); + sb.append(" maxRetentionRate: ").append(toIndentedString(maxRetentionRate)).append("\n"); + sb.append(" additionalProperties: ") + .append(toIndentedString(additionalProperties)) + .append("\n"); + sb.append('}'); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces (except the first line). + */ + private String toIndentedString(Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } +} diff --git a/src/main/java/com/datadog/api/client/v2/model/RumRetentionQuotaConfigAttributes.java b/src/main/java/com/datadog/api/client/v2/model/RumRetentionQuotaConfigAttributes.java new file mode 100644 index 00000000000..f9b6b13b52f --- /dev/null +++ b/src/main/java/com/datadog/api/client/v2/model/RumRetentionQuotaConfigAttributes.java @@ -0,0 +1,298 @@ +/* + * Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License. + * This product includes software developed at Datadog (https://www.datadoghq.com/). + * Copyright 2019-Present Datadog, Inc. + */ + +package com.datadog.api.client.v2.model; + +import com.fasterxml.jackson.annotation.JsonAnyGetter; +import com.fasterxml.jackson.annotation.JsonAnySetter; +import com.fasterxml.jackson.annotation.JsonCreator; +import com.fasterxml.jackson.annotation.JsonIgnore; +import com.fasterxml.jackson.annotation.JsonInclude; +import com.fasterxml.jackson.annotation.JsonProperty; +import com.fasterxml.jackson.annotation.JsonPropertyOrder; +import java.time.OffsetDateTime; +import java.util.HashMap; +import java.util.Map; +import java.util.Objects; + +/** The RUM retention quota configuration properties. */ +@JsonPropertyOrder({ + RumRetentionQuotaConfigAttributes.JSON_PROPERTY_ADAPTIVE, + RumRetentionQuotaConfigAttributes.JSON_PROPERTY_CUSTOM, + RumRetentionQuotaConfigAttributes.JSON_PROPERTY_MODE, + RumRetentionQuotaConfigAttributes.JSON_PROPERTY_ORG_ID, + RumRetentionQuotaConfigAttributes.JSON_PROPERTY_UPDATED_AT, + RumRetentionQuotaConfigAttributes.JSON_PROPERTY_UPDATED_BY +}) +@jakarta.annotation.Generated( + value = "https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") +public class RumRetentionQuotaConfigAttributes { + @JsonIgnore public boolean unparsed = false; + public static final String JSON_PROPERTY_ADAPTIVE = "adaptive"; + private RumRetentionQuotaAdaptiveConfig adaptive; + + public static final String JSON_PROPERTY_CUSTOM = "custom"; + private RumRetentionQuotaCustomConfig custom; + + public static final String JSON_PROPERTY_MODE = "mode"; + private RumRetentionQuotaMode mode; + + public static final String JSON_PROPERTY_ORG_ID = "org_id"; + private Long orgId; + + public static final String JSON_PROPERTY_UPDATED_AT = "updated_at"; + private OffsetDateTime updatedAt; + + public static final String JSON_PROPERTY_UPDATED_BY = "updated_by"; + private String updatedBy; + + public RumRetentionQuotaConfigAttributes() {} + + @JsonCreator + public RumRetentionQuotaConfigAttributes( + @JsonProperty(required = true, value = JSON_PROPERTY_MODE) RumRetentionQuotaMode mode, + @JsonProperty(required = true, value = JSON_PROPERTY_ORG_ID) Long orgId) { + this.mode = mode; + this.unparsed |= !mode.isValid(); + this.orgId = orgId; + } + + public RumRetentionQuotaConfigAttributes adaptive(RumRetentionQuotaAdaptiveConfig adaptive) { + this.adaptive = adaptive; + this.unparsed |= adaptive.unparsed; + return this; + } + + /** + * The configuration used when mode is adaptive. + * + * @return adaptive + */ + @jakarta.annotation.Nullable + @JsonProperty(JSON_PROPERTY_ADAPTIVE) + @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + public RumRetentionQuotaAdaptiveConfig getAdaptive() { + return adaptive; + } + + public void setAdaptive(RumRetentionQuotaAdaptiveConfig adaptive) { + this.adaptive = adaptive; + if (adaptive != null) { + this.unparsed |= adaptive.unparsed; + } + } + + public RumRetentionQuotaConfigAttributes custom(RumRetentionQuotaCustomConfig custom) { + this.custom = custom; + this.unparsed |= custom.unparsed; + return this; + } + + /** + * The configuration used when mode is custom. + * + * @return custom + */ + @jakarta.annotation.Nullable + @JsonProperty(JSON_PROPERTY_CUSTOM) + @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + public RumRetentionQuotaCustomConfig getCustom() { + return custom; + } + + public void setCustom(RumRetentionQuotaCustomConfig custom) { + this.custom = custom; + if (custom != null) { + this.unparsed |= custom.unparsed; + } + } + + public RumRetentionQuotaConfigAttributes mode(RumRetentionQuotaMode mode) { + this.mode = mode; + this.unparsed |= !mode.isValid(); + return this; + } + + /** + * The retention quota mode. custom enforces a fixed session limit, while + * adaptive dynamically adjusts retention. + * + * @return mode + */ + @JsonProperty(JSON_PROPERTY_MODE) + @JsonInclude(value = JsonInclude.Include.ALWAYS) + public RumRetentionQuotaMode getMode() { + return mode; + } + + public void setMode(RumRetentionQuotaMode mode) { + if (!mode.isValid()) { + this.unparsed = true; + } + this.mode = mode; + } + + public RumRetentionQuotaConfigAttributes orgId(Long orgId) { + this.orgId = orgId; + return this; + } + + /** + * The ID of the organization the retention quota configuration belongs to. + * + * @return orgId + */ + @JsonProperty(JSON_PROPERTY_ORG_ID) + @JsonInclude(value = JsonInclude.Include.ALWAYS) + public Long getOrgId() { + return orgId; + } + + public void setOrgId(Long orgId) { + this.orgId = orgId; + } + + public RumRetentionQuotaConfigAttributes updatedAt(OffsetDateTime updatedAt) { + this.updatedAt = updatedAt; + return this; + } + + /** + * The date the retention quota configuration was last updated. + * + * @return updatedAt + */ + @jakarta.annotation.Nullable + @JsonProperty(JSON_PROPERTY_UPDATED_AT) + @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + public OffsetDateTime getUpdatedAt() { + return updatedAt; + } + + public void setUpdatedAt(OffsetDateTime updatedAt) { + this.updatedAt = updatedAt; + } + + public RumRetentionQuotaConfigAttributes updatedBy(String updatedBy) { + this.updatedBy = updatedBy; + return this; + } + + /** + * The handle of the user who last updated the retention quota configuration. + * + * @return updatedBy + */ + @jakarta.annotation.Nullable + @JsonProperty(JSON_PROPERTY_UPDATED_BY) + @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + public String getUpdatedBy() { + return updatedBy; + } + + public void setUpdatedBy(String updatedBy) { + this.updatedBy = updatedBy; + } + + /** + * A container for additional, undeclared properties. This is a holder for any undeclared + * properties as specified with the 'additionalProperties' keyword in the OAS document. + */ + private Map additionalProperties; + + /** + * Set the additional (undeclared) property with the specified name and value. If the property + * does not already exist, create it otherwise replace it. + * + * @param key The arbitrary key to set + * @param value The associated value + * @return RumRetentionQuotaConfigAttributes + */ + @JsonAnySetter + public RumRetentionQuotaConfigAttributes putAdditionalProperty(String key, Object value) { + if (this.additionalProperties == null) { + this.additionalProperties = new HashMap(); + } + this.additionalProperties.put(key, value); + return this; + } + + /** + * Return the additional (undeclared) property. + * + * @return The additional properties + */ + @JsonAnyGetter + public Map getAdditionalProperties() { + return additionalProperties; + } + + /** + * Return the additional (undeclared) property with the specified name. + * + * @param key The arbitrary key to get + * @return The specific additional property for the given key + */ + public Object getAdditionalProperty(String key) { + if (this.additionalProperties == null) { + return null; + } + return this.additionalProperties.get(key); + } + + /** Return true if this RumRetentionQuotaConfigAttributes object is equal to o. */ + @Override + public boolean equals(Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + RumRetentionQuotaConfigAttributes rumRetentionQuotaConfigAttributes = + (RumRetentionQuotaConfigAttributes) o; + return Objects.equals(this.adaptive, rumRetentionQuotaConfigAttributes.adaptive) + && Objects.equals(this.custom, rumRetentionQuotaConfigAttributes.custom) + && Objects.equals(this.mode, rumRetentionQuotaConfigAttributes.mode) + && Objects.equals(this.orgId, rumRetentionQuotaConfigAttributes.orgId) + && Objects.equals(this.updatedAt, rumRetentionQuotaConfigAttributes.updatedAt) + && Objects.equals(this.updatedBy, rumRetentionQuotaConfigAttributes.updatedBy) + && Objects.equals( + this.additionalProperties, rumRetentionQuotaConfigAttributes.additionalProperties); + } + + @Override + public int hashCode() { + return Objects.hash(adaptive, custom, mode, orgId, updatedAt, updatedBy, additionalProperties); + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class RumRetentionQuotaConfigAttributes {\n"); + sb.append(" adaptive: ").append(toIndentedString(adaptive)).append("\n"); + sb.append(" custom: ").append(toIndentedString(custom)).append("\n"); + sb.append(" mode: ").append(toIndentedString(mode)).append("\n"); + sb.append(" orgId: ").append(toIndentedString(orgId)).append("\n"); + sb.append(" updatedAt: ").append(toIndentedString(updatedAt)).append("\n"); + sb.append(" updatedBy: ").append(toIndentedString(updatedBy)).append("\n"); + sb.append(" additionalProperties: ") + .append(toIndentedString(additionalProperties)) + .append("\n"); + sb.append('}'); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces (except the first line). + */ + private String toIndentedString(Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } +} diff --git a/src/main/java/com/datadog/api/client/v2/model/RumRetentionQuotaConfigData.java b/src/main/java/com/datadog/api/client/v2/model/RumRetentionQuotaConfigData.java new file mode 100644 index 00000000000..849f6d9cbe6 --- /dev/null +++ b/src/main/java/com/datadog/api/client/v2/model/RumRetentionQuotaConfigData.java @@ -0,0 +1,213 @@ +/* + * Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License. + * This product includes software developed at Datadog (https://www.datadoghq.com/). + * Copyright 2019-Present Datadog, Inc. + */ + +package com.datadog.api.client.v2.model; + +import com.fasterxml.jackson.annotation.JsonAnyGetter; +import com.fasterxml.jackson.annotation.JsonAnySetter; +import com.fasterxml.jackson.annotation.JsonCreator; +import com.fasterxml.jackson.annotation.JsonIgnore; +import com.fasterxml.jackson.annotation.JsonInclude; +import com.fasterxml.jackson.annotation.JsonProperty; +import com.fasterxml.jackson.annotation.JsonPropertyOrder; +import java.util.HashMap; +import java.util.Map; +import java.util.Objects; + +/** The RUM retention quota configuration object. */ +@JsonPropertyOrder({ + RumRetentionQuotaConfigData.JSON_PROPERTY_ATTRIBUTES, + RumRetentionQuotaConfigData.JSON_PROPERTY_ID, + RumRetentionQuotaConfigData.JSON_PROPERTY_TYPE +}) +@jakarta.annotation.Generated( + value = "https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") +public class RumRetentionQuotaConfigData { + @JsonIgnore public boolean unparsed = false; + public static final String JSON_PROPERTY_ATTRIBUTES = "attributes"; + private RumRetentionQuotaConfigAttributes attributes; + + public static final String JSON_PROPERTY_ID = "id"; + private String id; + + public static final String JSON_PROPERTY_TYPE = "type"; + private RumRetentionQuotaConfigType type = RumRetentionQuotaConfigType.RUM_QUOTA_CONFIG; + + public RumRetentionQuotaConfigData() {} + + @JsonCreator + public RumRetentionQuotaConfigData( + @JsonProperty(required = true, value = JSON_PROPERTY_ATTRIBUTES) + RumRetentionQuotaConfigAttributes attributes, + @JsonProperty(required = true, value = JSON_PROPERTY_ID) String id, + @JsonProperty(required = true, value = JSON_PROPERTY_TYPE) RumRetentionQuotaConfigType type) { + this.attributes = attributes; + this.unparsed |= attributes.unparsed; + this.id = id; + this.type = type; + this.unparsed |= !type.isValid(); + } + + public RumRetentionQuotaConfigData attributes(RumRetentionQuotaConfigAttributes attributes) { + this.attributes = attributes; + this.unparsed |= attributes.unparsed; + return this; + } + + /** + * The RUM retention quota configuration properties. + * + * @return attributes + */ + @JsonProperty(JSON_PROPERTY_ATTRIBUTES) + @JsonInclude(value = JsonInclude.Include.ALWAYS) + public RumRetentionQuotaConfigAttributes getAttributes() { + return attributes; + } + + public void setAttributes(RumRetentionQuotaConfigAttributes attributes) { + this.attributes = attributes; + if (attributes != null) { + this.unparsed |= attributes.unparsed; + } + } + + public RumRetentionQuotaConfigData id(String id) { + this.id = id; + return this; + } + + /** + * The identifier of the scope the retention quota configuration applies to. + * + * @return id + */ + @JsonProperty(JSON_PROPERTY_ID) + @JsonInclude(value = JsonInclude.Include.ALWAYS) + public String getId() { + return id; + } + + public void setId(String id) { + this.id = id; + } + + public RumRetentionQuotaConfigData type(RumRetentionQuotaConfigType type) { + this.type = type; + this.unparsed |= !type.isValid(); + return this; + } + + /** + * The type of the resource, always rum_quota_config. + * + * @return type + */ + @JsonProperty(JSON_PROPERTY_TYPE) + @JsonInclude(value = JsonInclude.Include.ALWAYS) + public RumRetentionQuotaConfigType getType() { + return type; + } + + public void setType(RumRetentionQuotaConfigType type) { + if (!type.isValid()) { + this.unparsed = true; + } + this.type = type; + } + + /** + * A container for additional, undeclared properties. This is a holder for any undeclared + * properties as specified with the 'additionalProperties' keyword in the OAS document. + */ + private Map additionalProperties; + + /** + * Set the additional (undeclared) property with the specified name and value. If the property + * does not already exist, create it otherwise replace it. + * + * @param key The arbitrary key to set + * @param value The associated value + * @return RumRetentionQuotaConfigData + */ + @JsonAnySetter + public RumRetentionQuotaConfigData putAdditionalProperty(String key, Object value) { + if (this.additionalProperties == null) { + this.additionalProperties = new HashMap(); + } + this.additionalProperties.put(key, value); + return this; + } + + /** + * Return the additional (undeclared) property. + * + * @return The additional properties + */ + @JsonAnyGetter + public Map getAdditionalProperties() { + return additionalProperties; + } + + /** + * Return the additional (undeclared) property with the specified name. + * + * @param key The arbitrary key to get + * @return The specific additional property for the given key + */ + public Object getAdditionalProperty(String key) { + if (this.additionalProperties == null) { + return null; + } + return this.additionalProperties.get(key); + } + + /** Return true if this RumRetentionQuotaConfigData object is equal to o. */ + @Override + public boolean equals(Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + RumRetentionQuotaConfigData rumRetentionQuotaConfigData = (RumRetentionQuotaConfigData) o; + return Objects.equals(this.attributes, rumRetentionQuotaConfigData.attributes) + && Objects.equals(this.id, rumRetentionQuotaConfigData.id) + && Objects.equals(this.type, rumRetentionQuotaConfigData.type) + && Objects.equals( + this.additionalProperties, rumRetentionQuotaConfigData.additionalProperties); + } + + @Override + public int hashCode() { + return Objects.hash(attributes, id, type, additionalProperties); + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class RumRetentionQuotaConfigData {\n"); + sb.append(" attributes: ").append(toIndentedString(attributes)).append("\n"); + sb.append(" id: ").append(toIndentedString(id)).append("\n"); + sb.append(" type: ").append(toIndentedString(type)).append("\n"); + sb.append(" additionalProperties: ") + .append(toIndentedString(additionalProperties)) + .append("\n"); + sb.append('}'); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces (except the first line). + */ + private String toIndentedString(Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } +} diff --git a/src/main/java/com/datadog/api/client/v2/model/RumRetentionQuotaConfigResponse.java b/src/main/java/com/datadog/api/client/v2/model/RumRetentionQuotaConfigResponse.java new file mode 100644 index 00000000000..3abfbae6809 --- /dev/null +++ b/src/main/java/com/datadog/api/client/v2/model/RumRetentionQuotaConfigResponse.java @@ -0,0 +1,150 @@ +/* + * Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License. + * This product includes software developed at Datadog (https://www.datadoghq.com/). + * Copyright 2019-Present Datadog, Inc. + */ + +package com.datadog.api.client.v2.model; + +import com.fasterxml.jackson.annotation.JsonAnyGetter; +import com.fasterxml.jackson.annotation.JsonAnySetter; +import com.fasterxml.jackson.annotation.JsonCreator; +import com.fasterxml.jackson.annotation.JsonIgnore; +import com.fasterxml.jackson.annotation.JsonInclude; +import com.fasterxml.jackson.annotation.JsonProperty; +import com.fasterxml.jackson.annotation.JsonPropertyOrder; +import java.util.HashMap; +import java.util.Map; +import java.util.Objects; + +/** The RUM retention quota configuration response. */ +@JsonPropertyOrder({RumRetentionQuotaConfigResponse.JSON_PROPERTY_DATA}) +@jakarta.annotation.Generated( + value = "https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") +public class RumRetentionQuotaConfigResponse { + @JsonIgnore public boolean unparsed = false; + public static final String JSON_PROPERTY_DATA = "data"; + private RumRetentionQuotaConfigData data; + + public RumRetentionQuotaConfigResponse() {} + + @JsonCreator + public RumRetentionQuotaConfigResponse( + @JsonProperty(required = true, value = JSON_PROPERTY_DATA) RumRetentionQuotaConfigData data) { + this.data = data; + this.unparsed |= data.unparsed; + } + + public RumRetentionQuotaConfigResponse data(RumRetentionQuotaConfigData data) { + this.data = data; + this.unparsed |= data.unparsed; + return this; + } + + /** + * The RUM retention quota configuration object. + * + * @return data + */ + @JsonProperty(JSON_PROPERTY_DATA) + @JsonInclude(value = JsonInclude.Include.ALWAYS) + public RumRetentionQuotaConfigData getData() { + return data; + } + + public void setData(RumRetentionQuotaConfigData data) { + this.data = data; + if (data != null) { + this.unparsed |= data.unparsed; + } + } + + /** + * A container for additional, undeclared properties. This is a holder for any undeclared + * properties as specified with the 'additionalProperties' keyword in the OAS document. + */ + private Map additionalProperties; + + /** + * Set the additional (undeclared) property with the specified name and value. If the property + * does not already exist, create it otherwise replace it. + * + * @param key The arbitrary key to set + * @param value The associated value + * @return RumRetentionQuotaConfigResponse + */ + @JsonAnySetter + public RumRetentionQuotaConfigResponse putAdditionalProperty(String key, Object value) { + if (this.additionalProperties == null) { + this.additionalProperties = new HashMap(); + } + this.additionalProperties.put(key, value); + return this; + } + + /** + * Return the additional (undeclared) property. + * + * @return The additional properties + */ + @JsonAnyGetter + public Map getAdditionalProperties() { + return additionalProperties; + } + + /** + * Return the additional (undeclared) property with the specified name. + * + * @param key The arbitrary key to get + * @return The specific additional property for the given key + */ + public Object getAdditionalProperty(String key) { + if (this.additionalProperties == null) { + return null; + } + return this.additionalProperties.get(key); + } + + /** Return true if this RumRetentionQuotaConfigResponse object is equal to o. */ + @Override + public boolean equals(Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + RumRetentionQuotaConfigResponse rumRetentionQuotaConfigResponse = + (RumRetentionQuotaConfigResponse) o; + return Objects.equals(this.data, rumRetentionQuotaConfigResponse.data) + && Objects.equals( + this.additionalProperties, rumRetentionQuotaConfigResponse.additionalProperties); + } + + @Override + public int hashCode() { + return Objects.hash(data, additionalProperties); + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class RumRetentionQuotaConfigResponse {\n"); + sb.append(" data: ").append(toIndentedString(data)).append("\n"); + sb.append(" additionalProperties: ") + .append(toIndentedString(additionalProperties)) + .append("\n"); + sb.append('}'); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces (except the first line). + */ + private String toIndentedString(Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } +} diff --git a/src/main/java/com/datadog/api/client/v2/model/RumRetentionQuotaConfigType.java b/src/main/java/com/datadog/api/client/v2/model/RumRetentionQuotaConfigType.java new file mode 100644 index 00000000000..f70adc7d36e --- /dev/null +++ b/src/main/java/com/datadog/api/client/v2/model/RumRetentionQuotaConfigType.java @@ -0,0 +1,57 @@ +/* + * Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License. + * This product includes software developed at Datadog (https://www.datadoghq.com/). + * Copyright 2019-Present Datadog, Inc. + */ + +package com.datadog.api.client.v2.model; + +import com.datadog.api.client.ModelEnum; +import com.fasterxml.jackson.annotation.JsonCreator; +import com.fasterxml.jackson.core.JsonGenerator; +import com.fasterxml.jackson.core.JsonProcessingException; +import com.fasterxml.jackson.databind.SerializerProvider; +import com.fasterxml.jackson.databind.annotation.JsonSerialize; +import com.fasterxml.jackson.databind.ser.std.StdSerializer; +import java.io.IOException; +import java.util.Arrays; +import java.util.HashSet; +import java.util.Set; + +/** The type of the resource, always rum_quota_config. */ +@JsonSerialize(using = RumRetentionQuotaConfigType.RumRetentionQuotaConfigTypeSerializer.class) +public class RumRetentionQuotaConfigType extends ModelEnum { + + private static final Set allowedValues = + new HashSet(Arrays.asList("rum_quota_config")); + + public static final RumRetentionQuotaConfigType RUM_QUOTA_CONFIG = + new RumRetentionQuotaConfigType("rum_quota_config"); + + RumRetentionQuotaConfigType(String value) { + super(value, allowedValues); + } + + public static class RumRetentionQuotaConfigTypeSerializer + extends StdSerializer { + public RumRetentionQuotaConfigTypeSerializer(Class t) { + super(t); + } + + public RumRetentionQuotaConfigTypeSerializer() { + this(null); + } + + @Override + public void serialize( + RumRetentionQuotaConfigType value, JsonGenerator jgen, SerializerProvider provider) + throws IOException, JsonProcessingException { + jgen.writeObject(value.value); + } + } + + @JsonCreator + public static RumRetentionQuotaConfigType fromValue(String value) { + return new RumRetentionQuotaConfigType(value); + } +} diff --git a/src/main/java/com/datadog/api/client/v2/model/RumRetentionQuotaConfigUpdateAttributes.java b/src/main/java/com/datadog/api/client/v2/model/RumRetentionQuotaConfigUpdateAttributes.java new file mode 100644 index 00000000000..e71271ffa05 --- /dev/null +++ b/src/main/java/com/datadog/api/client/v2/model/RumRetentionQuotaConfigUpdateAttributes.java @@ -0,0 +1,217 @@ +/* + * Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License. + * This product includes software developed at Datadog (https://www.datadoghq.com/). + * Copyright 2019-Present Datadog, Inc. + */ + +package com.datadog.api.client.v2.model; + +import com.fasterxml.jackson.annotation.JsonAnyGetter; +import com.fasterxml.jackson.annotation.JsonAnySetter; +import com.fasterxml.jackson.annotation.JsonCreator; +import com.fasterxml.jackson.annotation.JsonIgnore; +import com.fasterxml.jackson.annotation.JsonInclude; +import com.fasterxml.jackson.annotation.JsonProperty; +import com.fasterxml.jackson.annotation.JsonPropertyOrder; +import java.util.HashMap; +import java.util.Map; +import java.util.Objects; + +/** The RUM retention quota configuration properties to create or update. */ +@JsonPropertyOrder({ + RumRetentionQuotaConfigUpdateAttributes.JSON_PROPERTY_ADAPTIVE, + RumRetentionQuotaConfigUpdateAttributes.JSON_PROPERTY_CUSTOM, + RumRetentionQuotaConfigUpdateAttributes.JSON_PROPERTY_MODE +}) +@jakarta.annotation.Generated( + value = "https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") +public class RumRetentionQuotaConfigUpdateAttributes { + @JsonIgnore public boolean unparsed = false; + public static final String JSON_PROPERTY_ADAPTIVE = "adaptive"; + private RumRetentionQuotaAdaptiveConfig adaptive; + + public static final String JSON_PROPERTY_CUSTOM = "custom"; + private RumRetentionQuotaCustomConfig custom; + + public static final String JSON_PROPERTY_MODE = "mode"; + private RumRetentionQuotaMode mode; + + public RumRetentionQuotaConfigUpdateAttributes() {} + + @JsonCreator + public RumRetentionQuotaConfigUpdateAttributes( + @JsonProperty(required = true, value = JSON_PROPERTY_MODE) RumRetentionQuotaMode mode) { + this.mode = mode; + this.unparsed |= !mode.isValid(); + } + + public RumRetentionQuotaConfigUpdateAttributes adaptive( + RumRetentionQuotaAdaptiveConfig adaptive) { + this.adaptive = adaptive; + this.unparsed |= adaptive.unparsed; + return this; + } + + /** + * The configuration used when mode is adaptive. + * + * @return adaptive + */ + @jakarta.annotation.Nullable + @JsonProperty(JSON_PROPERTY_ADAPTIVE) + @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + public RumRetentionQuotaAdaptiveConfig getAdaptive() { + return adaptive; + } + + public void setAdaptive(RumRetentionQuotaAdaptiveConfig adaptive) { + this.adaptive = adaptive; + if (adaptive != null) { + this.unparsed |= adaptive.unparsed; + } + } + + public RumRetentionQuotaConfigUpdateAttributes custom(RumRetentionQuotaCustomConfig custom) { + this.custom = custom; + this.unparsed |= custom.unparsed; + return this; + } + + /** + * The configuration used when mode is custom. + * + * @return custom + */ + @jakarta.annotation.Nullable + @JsonProperty(JSON_PROPERTY_CUSTOM) + @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + public RumRetentionQuotaCustomConfig getCustom() { + return custom; + } + + public void setCustom(RumRetentionQuotaCustomConfig custom) { + this.custom = custom; + if (custom != null) { + this.unparsed |= custom.unparsed; + } + } + + public RumRetentionQuotaConfigUpdateAttributes mode(RumRetentionQuotaMode mode) { + this.mode = mode; + this.unparsed |= !mode.isValid(); + return this; + } + + /** + * The retention quota mode. custom enforces a fixed session limit, while + * adaptive dynamically adjusts retention. + * + * @return mode + */ + @JsonProperty(JSON_PROPERTY_MODE) + @JsonInclude(value = JsonInclude.Include.ALWAYS) + public RumRetentionQuotaMode getMode() { + return mode; + } + + public void setMode(RumRetentionQuotaMode mode) { + if (!mode.isValid()) { + this.unparsed = true; + } + this.mode = mode; + } + + /** + * A container for additional, undeclared properties. This is a holder for any undeclared + * properties as specified with the 'additionalProperties' keyword in the OAS document. + */ + private Map additionalProperties; + + /** + * Set the additional (undeclared) property with the specified name and value. If the property + * does not already exist, create it otherwise replace it. + * + * @param key The arbitrary key to set + * @param value The associated value + * @return RumRetentionQuotaConfigUpdateAttributes + */ + @JsonAnySetter + public RumRetentionQuotaConfigUpdateAttributes putAdditionalProperty(String key, Object value) { + if (this.additionalProperties == null) { + this.additionalProperties = new HashMap(); + } + this.additionalProperties.put(key, value); + return this; + } + + /** + * Return the additional (undeclared) property. + * + * @return The additional properties + */ + @JsonAnyGetter + public Map getAdditionalProperties() { + return additionalProperties; + } + + /** + * Return the additional (undeclared) property with the specified name. + * + * @param key The arbitrary key to get + * @return The specific additional property for the given key + */ + public Object getAdditionalProperty(String key) { + if (this.additionalProperties == null) { + return null; + } + return this.additionalProperties.get(key); + } + + /** Return true if this RumRetentionQuotaConfigUpdateAttributes object is equal to o. */ + @Override + public boolean equals(Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + RumRetentionQuotaConfigUpdateAttributes rumRetentionQuotaConfigUpdateAttributes = + (RumRetentionQuotaConfigUpdateAttributes) o; + return Objects.equals(this.adaptive, rumRetentionQuotaConfigUpdateAttributes.adaptive) + && Objects.equals(this.custom, rumRetentionQuotaConfigUpdateAttributes.custom) + && Objects.equals(this.mode, rumRetentionQuotaConfigUpdateAttributes.mode) + && Objects.equals( + this.additionalProperties, + rumRetentionQuotaConfigUpdateAttributes.additionalProperties); + } + + @Override + public int hashCode() { + return Objects.hash(adaptive, custom, mode, additionalProperties); + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class RumRetentionQuotaConfigUpdateAttributes {\n"); + sb.append(" adaptive: ").append(toIndentedString(adaptive)).append("\n"); + sb.append(" custom: ").append(toIndentedString(custom)).append("\n"); + sb.append(" mode: ").append(toIndentedString(mode)).append("\n"); + sb.append(" additionalProperties: ") + .append(toIndentedString(additionalProperties)) + .append("\n"); + sb.append('}'); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces (except the first line). + */ + private String toIndentedString(Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } +} diff --git a/src/main/java/com/datadog/api/client/v2/model/RumRetentionQuotaConfigUpdateData.java b/src/main/java/com/datadog/api/client/v2/model/RumRetentionQuotaConfigUpdateData.java new file mode 100644 index 00000000000..ba0d3574f72 --- /dev/null +++ b/src/main/java/com/datadog/api/client/v2/model/RumRetentionQuotaConfigUpdateData.java @@ -0,0 +1,216 @@ +/* + * Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License. + * This product includes software developed at Datadog (https://www.datadoghq.com/). + * Copyright 2019-Present Datadog, Inc. + */ + +package com.datadog.api.client.v2.model; + +import com.fasterxml.jackson.annotation.JsonAnyGetter; +import com.fasterxml.jackson.annotation.JsonAnySetter; +import com.fasterxml.jackson.annotation.JsonCreator; +import com.fasterxml.jackson.annotation.JsonIgnore; +import com.fasterxml.jackson.annotation.JsonInclude; +import com.fasterxml.jackson.annotation.JsonProperty; +import com.fasterxml.jackson.annotation.JsonPropertyOrder; +import java.util.HashMap; +import java.util.Map; +import java.util.Objects; + +/** The RUM retention quota configuration to create or update. */ +@JsonPropertyOrder({ + RumRetentionQuotaConfigUpdateData.JSON_PROPERTY_ATTRIBUTES, + RumRetentionQuotaConfigUpdateData.JSON_PROPERTY_ID, + RumRetentionQuotaConfigUpdateData.JSON_PROPERTY_TYPE +}) +@jakarta.annotation.Generated( + value = "https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") +public class RumRetentionQuotaConfigUpdateData { + @JsonIgnore public boolean unparsed = false; + public static final String JSON_PROPERTY_ATTRIBUTES = "attributes"; + private RumRetentionQuotaConfigUpdateAttributes attributes; + + public static final String JSON_PROPERTY_ID = "id"; + private String id; + + public static final String JSON_PROPERTY_TYPE = "type"; + private RumRetentionQuotaConfigType type = RumRetentionQuotaConfigType.RUM_QUOTA_CONFIG; + + public RumRetentionQuotaConfigUpdateData() {} + + @JsonCreator + public RumRetentionQuotaConfigUpdateData( + @JsonProperty(required = true, value = JSON_PROPERTY_ATTRIBUTES) + RumRetentionQuotaConfigUpdateAttributes attributes, + @JsonProperty(required = true, value = JSON_PROPERTY_ID) String id, + @JsonProperty(required = true, value = JSON_PROPERTY_TYPE) RumRetentionQuotaConfigType type) { + this.attributes = attributes; + this.unparsed |= attributes.unparsed; + this.id = id; + this.type = type; + this.unparsed |= !type.isValid(); + } + + public RumRetentionQuotaConfigUpdateData attributes( + RumRetentionQuotaConfigUpdateAttributes attributes) { + this.attributes = attributes; + this.unparsed |= attributes.unparsed; + return this; + } + + /** + * The RUM retention quota configuration properties to create or update. + * + * @return attributes + */ + @JsonProperty(JSON_PROPERTY_ATTRIBUTES) + @JsonInclude(value = JsonInclude.Include.ALWAYS) + public RumRetentionQuotaConfigUpdateAttributes getAttributes() { + return attributes; + } + + public void setAttributes(RumRetentionQuotaConfigUpdateAttributes attributes) { + this.attributes = attributes; + if (attributes != null) { + this.unparsed |= attributes.unparsed; + } + } + + public RumRetentionQuotaConfigUpdateData id(String id) { + this.id = id; + return this; + } + + /** + * The identifier of the scope the retention quota configuration applies to. Must match + * scope_id in the path. + * + * @return id + */ + @JsonProperty(JSON_PROPERTY_ID) + @JsonInclude(value = JsonInclude.Include.ALWAYS) + public String getId() { + return id; + } + + public void setId(String id) { + this.id = id; + } + + public RumRetentionQuotaConfigUpdateData type(RumRetentionQuotaConfigType type) { + this.type = type; + this.unparsed |= !type.isValid(); + return this; + } + + /** + * The type of the resource, always rum_quota_config. + * + * @return type + */ + @JsonProperty(JSON_PROPERTY_TYPE) + @JsonInclude(value = JsonInclude.Include.ALWAYS) + public RumRetentionQuotaConfigType getType() { + return type; + } + + public void setType(RumRetentionQuotaConfigType type) { + if (!type.isValid()) { + this.unparsed = true; + } + this.type = type; + } + + /** + * A container for additional, undeclared properties. This is a holder for any undeclared + * properties as specified with the 'additionalProperties' keyword in the OAS document. + */ + private Map additionalProperties; + + /** + * Set the additional (undeclared) property with the specified name and value. If the property + * does not already exist, create it otherwise replace it. + * + * @param key The arbitrary key to set + * @param value The associated value + * @return RumRetentionQuotaConfigUpdateData + */ + @JsonAnySetter + public RumRetentionQuotaConfigUpdateData putAdditionalProperty(String key, Object value) { + if (this.additionalProperties == null) { + this.additionalProperties = new HashMap(); + } + this.additionalProperties.put(key, value); + return this; + } + + /** + * Return the additional (undeclared) property. + * + * @return The additional properties + */ + @JsonAnyGetter + public Map getAdditionalProperties() { + return additionalProperties; + } + + /** + * Return the additional (undeclared) property with the specified name. + * + * @param key The arbitrary key to get + * @return The specific additional property for the given key + */ + public Object getAdditionalProperty(String key) { + if (this.additionalProperties == null) { + return null; + } + return this.additionalProperties.get(key); + } + + /** Return true if this RumRetentionQuotaConfigUpdateData object is equal to o. */ + @Override + public boolean equals(Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + RumRetentionQuotaConfigUpdateData rumRetentionQuotaConfigUpdateData = + (RumRetentionQuotaConfigUpdateData) o; + return Objects.equals(this.attributes, rumRetentionQuotaConfigUpdateData.attributes) + && Objects.equals(this.id, rumRetentionQuotaConfigUpdateData.id) + && Objects.equals(this.type, rumRetentionQuotaConfigUpdateData.type) + && Objects.equals( + this.additionalProperties, rumRetentionQuotaConfigUpdateData.additionalProperties); + } + + @Override + public int hashCode() { + return Objects.hash(attributes, id, type, additionalProperties); + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class RumRetentionQuotaConfigUpdateData {\n"); + sb.append(" attributes: ").append(toIndentedString(attributes)).append("\n"); + sb.append(" id: ").append(toIndentedString(id)).append("\n"); + sb.append(" type: ").append(toIndentedString(type)).append("\n"); + sb.append(" additionalProperties: ") + .append(toIndentedString(additionalProperties)) + .append("\n"); + sb.append('}'); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces (except the first line). + */ + private String toIndentedString(Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } +} diff --git a/src/main/java/com/datadog/api/client/v2/model/RumRetentionQuotaConfigUpdateRequest.java b/src/main/java/com/datadog/api/client/v2/model/RumRetentionQuotaConfigUpdateRequest.java new file mode 100644 index 00000000000..bb5f05aebf8 --- /dev/null +++ b/src/main/java/com/datadog/api/client/v2/model/RumRetentionQuotaConfigUpdateRequest.java @@ -0,0 +1,151 @@ +/* + * Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License. + * This product includes software developed at Datadog (https://www.datadoghq.com/). + * Copyright 2019-Present Datadog, Inc. + */ + +package com.datadog.api.client.v2.model; + +import com.fasterxml.jackson.annotation.JsonAnyGetter; +import com.fasterxml.jackson.annotation.JsonAnySetter; +import com.fasterxml.jackson.annotation.JsonCreator; +import com.fasterxml.jackson.annotation.JsonIgnore; +import com.fasterxml.jackson.annotation.JsonInclude; +import com.fasterxml.jackson.annotation.JsonProperty; +import com.fasterxml.jackson.annotation.JsonPropertyOrder; +import java.util.HashMap; +import java.util.Map; +import java.util.Objects; + +/** The body of a request to create or update a RUM retention quota configuration. */ +@JsonPropertyOrder({RumRetentionQuotaConfigUpdateRequest.JSON_PROPERTY_DATA}) +@jakarta.annotation.Generated( + value = "https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") +public class RumRetentionQuotaConfigUpdateRequest { + @JsonIgnore public boolean unparsed = false; + public static final String JSON_PROPERTY_DATA = "data"; + private RumRetentionQuotaConfigUpdateData data; + + public RumRetentionQuotaConfigUpdateRequest() {} + + @JsonCreator + public RumRetentionQuotaConfigUpdateRequest( + @JsonProperty(required = true, value = JSON_PROPERTY_DATA) + RumRetentionQuotaConfigUpdateData data) { + this.data = data; + this.unparsed |= data.unparsed; + } + + public RumRetentionQuotaConfigUpdateRequest data(RumRetentionQuotaConfigUpdateData data) { + this.data = data; + this.unparsed |= data.unparsed; + return this; + } + + /** + * The RUM retention quota configuration to create or update. + * + * @return data + */ + @JsonProperty(JSON_PROPERTY_DATA) + @JsonInclude(value = JsonInclude.Include.ALWAYS) + public RumRetentionQuotaConfigUpdateData getData() { + return data; + } + + public void setData(RumRetentionQuotaConfigUpdateData data) { + this.data = data; + if (data != null) { + this.unparsed |= data.unparsed; + } + } + + /** + * A container for additional, undeclared properties. This is a holder for any undeclared + * properties as specified with the 'additionalProperties' keyword in the OAS document. + */ + private Map additionalProperties; + + /** + * Set the additional (undeclared) property with the specified name and value. If the property + * does not already exist, create it otherwise replace it. + * + * @param key The arbitrary key to set + * @param value The associated value + * @return RumRetentionQuotaConfigUpdateRequest + */ + @JsonAnySetter + public RumRetentionQuotaConfigUpdateRequest putAdditionalProperty(String key, Object value) { + if (this.additionalProperties == null) { + this.additionalProperties = new HashMap(); + } + this.additionalProperties.put(key, value); + return this; + } + + /** + * Return the additional (undeclared) property. + * + * @return The additional properties + */ + @JsonAnyGetter + public Map getAdditionalProperties() { + return additionalProperties; + } + + /** + * Return the additional (undeclared) property with the specified name. + * + * @param key The arbitrary key to get + * @return The specific additional property for the given key + */ + public Object getAdditionalProperty(String key) { + if (this.additionalProperties == null) { + return null; + } + return this.additionalProperties.get(key); + } + + /** Return true if this RumRetentionQuotaConfigUpdateRequest object is equal to o. */ + @Override + public boolean equals(Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + RumRetentionQuotaConfigUpdateRequest rumRetentionQuotaConfigUpdateRequest = + (RumRetentionQuotaConfigUpdateRequest) o; + return Objects.equals(this.data, rumRetentionQuotaConfigUpdateRequest.data) + && Objects.equals( + this.additionalProperties, rumRetentionQuotaConfigUpdateRequest.additionalProperties); + } + + @Override + public int hashCode() { + return Objects.hash(data, additionalProperties); + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class RumRetentionQuotaConfigUpdateRequest {\n"); + sb.append(" data: ").append(toIndentedString(data)).append("\n"); + sb.append(" additionalProperties: ") + .append(toIndentedString(additionalProperties)) + .append("\n"); + sb.append('}'); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces (except the first line). + */ + private String toIndentedString(Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } +} diff --git a/src/main/java/com/datadog/api/client/v2/model/RumRetentionQuotaCustomConfig.java b/src/main/java/com/datadog/api/client/v2/model/RumRetentionQuotaCustomConfig.java new file mode 100644 index 00000000000..52b7a360e6b --- /dev/null +++ b/src/main/java/com/datadog/api/client/v2/model/RumRetentionQuotaCustomConfig.java @@ -0,0 +1,279 @@ +/* + * Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License. + * This product includes software developed at Datadog (https://www.datadoghq.com/). + * Copyright 2019-Present Datadog, Inc. + */ + +package com.datadog.api.client.v2.model; + +import com.fasterxml.jackson.annotation.JsonAnyGetter; +import com.fasterxml.jackson.annotation.JsonAnySetter; +import com.fasterxml.jackson.annotation.JsonCreator; +import com.fasterxml.jackson.annotation.JsonIgnore; +import com.fasterxml.jackson.annotation.JsonInclude; +import com.fasterxml.jackson.annotation.JsonProperty; +import com.fasterxml.jackson.annotation.JsonPropertyOrder; +import java.util.HashMap; +import java.util.Map; +import java.util.Objects; + +/** The configuration used when mode is custom. */ +@JsonPropertyOrder({ + RumRetentionQuotaCustomConfig.JSON_PROPERTY_DAILY_RESET_TIME, + RumRetentionQuotaCustomConfig.JSON_PROPERTY_DAILY_RESET_TIMEZONE, + RumRetentionQuotaCustomConfig.JSON_PROPERTY_QUOTA_REACHED_ACTION, + RumRetentionQuotaCustomConfig.JSON_PROPERTY_SESSION_LIMIT, + RumRetentionQuotaCustomConfig.JSON_PROPERTY_WINDOW_TYPE +}) +@jakarta.annotation.Generated( + value = "https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") +public class RumRetentionQuotaCustomConfig { + @JsonIgnore public boolean unparsed = false; + public static final String JSON_PROPERTY_DAILY_RESET_TIME = "daily_reset_time"; + private String dailyResetTime; + + public static final String JSON_PROPERTY_DAILY_RESET_TIMEZONE = "daily_reset_timezone"; + private String dailyResetTimezone; + + public static final String JSON_PROPERTY_QUOTA_REACHED_ACTION = "quota_reached_action"; + private RumRetentionQuotaReachedAction quotaReachedAction; + + public static final String JSON_PROPERTY_SESSION_LIMIT = "session_limit"; + private Long sessionLimit; + + public static final String JSON_PROPERTY_WINDOW_TYPE = "window_type"; + private RumRetentionQuotaWindowType windowType; + + public RumRetentionQuotaCustomConfig() {} + + @JsonCreator + public RumRetentionQuotaCustomConfig( + @JsonProperty(required = true, value = JSON_PROPERTY_DAILY_RESET_TIME) String dailyResetTime, + @JsonProperty(required = true, value = JSON_PROPERTY_DAILY_RESET_TIMEZONE) + String dailyResetTimezone, + @JsonProperty(required = true, value = JSON_PROPERTY_QUOTA_REACHED_ACTION) + RumRetentionQuotaReachedAction quotaReachedAction, + @JsonProperty(required = true, value = JSON_PROPERTY_SESSION_LIMIT) Long sessionLimit, + @JsonProperty(required = true, value = JSON_PROPERTY_WINDOW_TYPE) + RumRetentionQuotaWindowType windowType) { + this.dailyResetTime = dailyResetTime; + this.dailyResetTimezone = dailyResetTimezone; + this.quotaReachedAction = quotaReachedAction; + this.unparsed |= !quotaReachedAction.isValid(); + this.sessionLimit = sessionLimit; + this.windowType = windowType; + this.unparsed |= !windowType.isValid(); + } + + public RumRetentionQuotaCustomConfig dailyResetTime(String dailyResetTime) { + this.dailyResetTime = dailyResetTime; + return this; + } + + /** + * The time of day when the daily quota resets, in HH:MM 24-hour format. + * + * @return dailyResetTime + */ + @JsonProperty(JSON_PROPERTY_DAILY_RESET_TIME) + @JsonInclude(value = JsonInclude.Include.ALWAYS) + public String getDailyResetTime() { + return dailyResetTime; + } + + public void setDailyResetTime(String dailyResetTime) { + this.dailyResetTime = dailyResetTime; + } + + public RumRetentionQuotaCustomConfig dailyResetTimezone(String dailyResetTimezone) { + this.dailyResetTimezone = dailyResetTimezone; + return this; + } + + /** + * The timezone offset used for the daily reset time, in ±HH:MM format. + * + * @return dailyResetTimezone + */ + @JsonProperty(JSON_PROPERTY_DAILY_RESET_TIMEZONE) + @JsonInclude(value = JsonInclude.Include.ALWAYS) + public String getDailyResetTimezone() { + return dailyResetTimezone; + } + + public void setDailyResetTimezone(String dailyResetTimezone) { + this.dailyResetTimezone = dailyResetTimezone; + } + + public RumRetentionQuotaCustomConfig quotaReachedAction( + RumRetentionQuotaReachedAction quotaReachedAction) { + this.quotaReachedAction = quotaReachedAction; + this.unparsed |= !quotaReachedAction.isValid(); + return this; + } + + /** + * The action to take when the session quota is reached. + * + * @return quotaReachedAction + */ + @JsonProperty(JSON_PROPERTY_QUOTA_REACHED_ACTION) + @JsonInclude(value = JsonInclude.Include.ALWAYS) + public RumRetentionQuotaReachedAction getQuotaReachedAction() { + return quotaReachedAction; + } + + public void setQuotaReachedAction(RumRetentionQuotaReachedAction quotaReachedAction) { + if (!quotaReachedAction.isValid()) { + this.unparsed = true; + } + this.quotaReachedAction = quotaReachedAction; + } + + public RumRetentionQuotaCustomConfig sessionLimit(Long sessionLimit) { + this.sessionLimit = sessionLimit; + return this; + } + + /** + * The maximum number of sessions allowed within the window. Must be at least 1000. + * minimum: 1000 + * + * @return sessionLimit + */ + @JsonProperty(JSON_PROPERTY_SESSION_LIMIT) + @JsonInclude(value = JsonInclude.Include.ALWAYS) + public Long getSessionLimit() { + return sessionLimit; + } + + public void setSessionLimit(Long sessionLimit) { + this.sessionLimit = sessionLimit; + } + + public RumRetentionQuotaCustomConfig windowType(RumRetentionQuotaWindowType windowType) { + this.windowType = windowType; + this.unparsed |= !windowType.isValid(); + return this; + } + + /** + * The window type over which the session limit is enforced. + * + * @return windowType + */ + @JsonProperty(JSON_PROPERTY_WINDOW_TYPE) + @JsonInclude(value = JsonInclude.Include.ALWAYS) + public RumRetentionQuotaWindowType getWindowType() { + return windowType; + } + + public void setWindowType(RumRetentionQuotaWindowType windowType) { + if (!windowType.isValid()) { + this.unparsed = true; + } + this.windowType = windowType; + } + + /** + * A container for additional, undeclared properties. This is a holder for any undeclared + * properties as specified with the 'additionalProperties' keyword in the OAS document. + */ + private Map additionalProperties; + + /** + * Set the additional (undeclared) property with the specified name and value. If the property + * does not already exist, create it otherwise replace it. + * + * @param key The arbitrary key to set + * @param value The associated value + * @return RumRetentionQuotaCustomConfig + */ + @JsonAnySetter + public RumRetentionQuotaCustomConfig putAdditionalProperty(String key, Object value) { + if (this.additionalProperties == null) { + this.additionalProperties = new HashMap(); + } + this.additionalProperties.put(key, value); + return this; + } + + /** + * Return the additional (undeclared) property. + * + * @return The additional properties + */ + @JsonAnyGetter + public Map getAdditionalProperties() { + return additionalProperties; + } + + /** + * Return the additional (undeclared) property with the specified name. + * + * @param key The arbitrary key to get + * @return The specific additional property for the given key + */ + public Object getAdditionalProperty(String key) { + if (this.additionalProperties == null) { + return null; + } + return this.additionalProperties.get(key); + } + + /** Return true if this RumRetentionQuotaCustomConfig object is equal to o. */ + @Override + public boolean equals(Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + RumRetentionQuotaCustomConfig rumRetentionQuotaCustomConfig = (RumRetentionQuotaCustomConfig) o; + return Objects.equals(this.dailyResetTime, rumRetentionQuotaCustomConfig.dailyResetTime) + && Objects.equals(this.dailyResetTimezone, rumRetentionQuotaCustomConfig.dailyResetTimezone) + && Objects.equals(this.quotaReachedAction, rumRetentionQuotaCustomConfig.quotaReachedAction) + && Objects.equals(this.sessionLimit, rumRetentionQuotaCustomConfig.sessionLimit) + && Objects.equals(this.windowType, rumRetentionQuotaCustomConfig.windowType) + && Objects.equals( + this.additionalProperties, rumRetentionQuotaCustomConfig.additionalProperties); + } + + @Override + public int hashCode() { + return Objects.hash( + dailyResetTime, + dailyResetTimezone, + quotaReachedAction, + sessionLimit, + windowType, + additionalProperties); + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class RumRetentionQuotaCustomConfig {\n"); + sb.append(" dailyResetTime: ").append(toIndentedString(dailyResetTime)).append("\n"); + sb.append(" dailyResetTimezone: ").append(toIndentedString(dailyResetTimezone)).append("\n"); + sb.append(" quotaReachedAction: ").append(toIndentedString(quotaReachedAction)).append("\n"); + sb.append(" sessionLimit: ").append(toIndentedString(sessionLimit)).append("\n"); + sb.append(" windowType: ").append(toIndentedString(windowType)).append("\n"); + sb.append(" additionalProperties: ") + .append(toIndentedString(additionalProperties)) + .append("\n"); + sb.append('}'); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces (except the first line). + */ + private String toIndentedString(Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } +} diff --git a/src/main/java/com/datadog/api/client/v2/model/RumRetentionQuotaMode.java b/src/main/java/com/datadog/api/client/v2/model/RumRetentionQuotaMode.java new file mode 100644 index 00000000000..aa973080dc2 --- /dev/null +++ b/src/main/java/com/datadog/api/client/v2/model/RumRetentionQuotaMode.java @@ -0,0 +1,59 @@ +/* + * Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License. + * This product includes software developed at Datadog (https://www.datadoghq.com/). + * Copyright 2019-Present Datadog, Inc. + */ + +package com.datadog.api.client.v2.model; + +import com.datadog.api.client.ModelEnum; +import com.fasterxml.jackson.annotation.JsonCreator; +import com.fasterxml.jackson.core.JsonGenerator; +import com.fasterxml.jackson.core.JsonProcessingException; +import com.fasterxml.jackson.databind.SerializerProvider; +import com.fasterxml.jackson.databind.annotation.JsonSerialize; +import com.fasterxml.jackson.databind.ser.std.StdSerializer; +import java.io.IOException; +import java.util.Arrays; +import java.util.HashSet; +import java.util.Set; + +/** + * The retention quota mode. custom enforces a fixed session limit, while + * adaptive dynamically adjusts retention. + */ +@JsonSerialize(using = RumRetentionQuotaMode.RumRetentionQuotaModeSerializer.class) +public class RumRetentionQuotaMode extends ModelEnum { + + private static final Set allowedValues = + new HashSet(Arrays.asList("custom", "adaptive")); + + public static final RumRetentionQuotaMode CUSTOM = new RumRetentionQuotaMode("custom"); + public static final RumRetentionQuotaMode ADAPTIVE = new RumRetentionQuotaMode("adaptive"); + + RumRetentionQuotaMode(String value) { + super(value, allowedValues); + } + + public static class RumRetentionQuotaModeSerializer extends StdSerializer { + public RumRetentionQuotaModeSerializer(Class t) { + super(t); + } + + public RumRetentionQuotaModeSerializer() { + this(null); + } + + @Override + public void serialize( + RumRetentionQuotaMode value, JsonGenerator jgen, SerializerProvider provider) + throws IOException, JsonProcessingException { + jgen.writeObject(value.value); + } + } + + @JsonCreator + public static RumRetentionQuotaMode fromValue(String value) { + return new RumRetentionQuotaMode(value); + } +} diff --git a/src/main/java/com/datadog/api/client/v2/model/RumRetentionQuotaReachedAction.java b/src/main/java/com/datadog/api/client/v2/model/RumRetentionQuotaReachedAction.java new file mode 100644 index 00000000000..dec2a65f93b --- /dev/null +++ b/src/main/java/com/datadog/api/client/v2/model/RumRetentionQuotaReachedAction.java @@ -0,0 +1,60 @@ +/* + * Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License. + * This product includes software developed at Datadog (https://www.datadoghq.com/). + * Copyright 2019-Present Datadog, Inc. + */ + +package com.datadog.api.client.v2.model; + +import com.datadog.api.client.ModelEnum; +import com.fasterxml.jackson.annotation.JsonCreator; +import com.fasterxml.jackson.core.JsonGenerator; +import com.fasterxml.jackson.core.JsonProcessingException; +import com.fasterxml.jackson.databind.SerializerProvider; +import com.fasterxml.jackson.databind.annotation.JsonSerialize; +import com.fasterxml.jackson.databind.ser.std.StdSerializer; +import java.io.IOException; +import java.util.Arrays; +import java.util.HashSet; +import java.util.Set; + +/** The action to take when the session quota is reached. */ +@JsonSerialize( + using = RumRetentionQuotaReachedAction.RumRetentionQuotaReachedActionSerializer.class) +public class RumRetentionQuotaReachedAction extends ModelEnum { + + private static final Set allowedValues = + new HashSet(Arrays.asList("stop", "slowdown")); + + public static final RumRetentionQuotaReachedAction STOP = + new RumRetentionQuotaReachedAction("stop"); + public static final RumRetentionQuotaReachedAction SLOWDOWN = + new RumRetentionQuotaReachedAction("slowdown"); + + RumRetentionQuotaReachedAction(String value) { + super(value, allowedValues); + } + + public static class RumRetentionQuotaReachedActionSerializer + extends StdSerializer { + public RumRetentionQuotaReachedActionSerializer(Class t) { + super(t); + } + + public RumRetentionQuotaReachedActionSerializer() { + this(null); + } + + @Override + public void serialize( + RumRetentionQuotaReachedAction value, JsonGenerator jgen, SerializerProvider provider) + throws IOException, JsonProcessingException { + jgen.writeObject(value.value); + } + } + + @JsonCreator + public static RumRetentionQuotaReachedAction fromValue(String value) { + return new RumRetentionQuotaReachedAction(value); + } +} diff --git a/src/main/java/com/datadog/api/client/v2/model/RumRetentionQuotaScopeType.java b/src/main/java/com/datadog/api/client/v2/model/RumRetentionQuotaScopeType.java new file mode 100644 index 00000000000..07cc3cd478f --- /dev/null +++ b/src/main/java/com/datadog/api/client/v2/model/RumRetentionQuotaScopeType.java @@ -0,0 +1,57 @@ +/* + * Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License. + * This product includes software developed at Datadog (https://www.datadoghq.com/). + * Copyright 2019-Present Datadog, Inc. + */ + +package com.datadog.api.client.v2.model; + +import com.datadog.api.client.ModelEnum; +import com.fasterxml.jackson.annotation.JsonCreator; +import com.fasterxml.jackson.core.JsonGenerator; +import com.fasterxml.jackson.core.JsonProcessingException; +import com.fasterxml.jackson.databind.SerializerProvider; +import com.fasterxml.jackson.databind.annotation.JsonSerialize; +import com.fasterxml.jackson.databind.ser.std.StdSerializer; +import java.io.IOException; +import java.util.Arrays; +import java.util.HashSet; +import java.util.Set; + +/** The type of scope the retention quota configuration applies to. */ +@JsonSerialize(using = RumRetentionQuotaScopeType.RumRetentionQuotaScopeTypeSerializer.class) +public class RumRetentionQuotaScopeType extends ModelEnum { + + private static final Set allowedValues = + new HashSet(Arrays.asList("application")); + + public static final RumRetentionQuotaScopeType APPLICATION = + new RumRetentionQuotaScopeType("application"); + + RumRetentionQuotaScopeType(String value) { + super(value, allowedValues); + } + + public static class RumRetentionQuotaScopeTypeSerializer + extends StdSerializer { + public RumRetentionQuotaScopeTypeSerializer(Class t) { + super(t); + } + + public RumRetentionQuotaScopeTypeSerializer() { + this(null); + } + + @Override + public void serialize( + RumRetentionQuotaScopeType value, JsonGenerator jgen, SerializerProvider provider) + throws IOException, JsonProcessingException { + jgen.writeObject(value.value); + } + } + + @JsonCreator + public static RumRetentionQuotaScopeType fromValue(String value) { + return new RumRetentionQuotaScopeType(value); + } +} diff --git a/src/main/java/com/datadog/api/client/v2/model/RumRetentionQuotaWindowType.java b/src/main/java/com/datadog/api/client/v2/model/RumRetentionQuotaWindowType.java new file mode 100644 index 00000000000..90cc91804e9 --- /dev/null +++ b/src/main/java/com/datadog/api/client/v2/model/RumRetentionQuotaWindowType.java @@ -0,0 +1,55 @@ +/* + * Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License. + * This product includes software developed at Datadog (https://www.datadoghq.com/). + * Copyright 2019-Present Datadog, Inc. + */ + +package com.datadog.api.client.v2.model; + +import com.datadog.api.client.ModelEnum; +import com.fasterxml.jackson.annotation.JsonCreator; +import com.fasterxml.jackson.core.JsonGenerator; +import com.fasterxml.jackson.core.JsonProcessingException; +import com.fasterxml.jackson.databind.SerializerProvider; +import com.fasterxml.jackson.databind.annotation.JsonSerialize; +import com.fasterxml.jackson.databind.ser.std.StdSerializer; +import java.io.IOException; +import java.util.Arrays; +import java.util.HashSet; +import java.util.Set; + +/** The window type over which the session limit is enforced. */ +@JsonSerialize(using = RumRetentionQuotaWindowType.RumRetentionQuotaWindowTypeSerializer.class) +public class RumRetentionQuotaWindowType extends ModelEnum { + + private static final Set allowedValues = new HashSet(Arrays.asList("daily")); + + public static final RumRetentionQuotaWindowType DAILY = new RumRetentionQuotaWindowType("daily"); + + RumRetentionQuotaWindowType(String value) { + super(value, allowedValues); + } + + public static class RumRetentionQuotaWindowTypeSerializer + extends StdSerializer { + public RumRetentionQuotaWindowTypeSerializer(Class t) { + super(t); + } + + public RumRetentionQuotaWindowTypeSerializer() { + this(null); + } + + @Override + public void serialize( + RumRetentionQuotaWindowType value, JsonGenerator jgen, SerializerProvider provider) + throws IOException, JsonProcessingException { + jgen.writeObject(value.value); + } + } + + @JsonCreator + public static RumRetentionQuotaWindowType fromValue(String value) { + return new RumRetentionQuotaWindowType(value); + } +} diff --git a/src/test/resources/com/datadog/api/client/v2/api/llm_observability.feature b/src/test/resources/com/datadog/api/client/v2/api/llm_observability.feature index 8cb53cdc5a9..174e8160345 100644 --- a/src/test/resources/com/datadog/api/client/v2/api/llm_observability.feature +++ b/src/test/resources/com/datadog/api/client/v2/api/llm_observability.feature @@ -1,7 +1,7 @@ @endpoint(llm-observability) @endpoint(llm-observability-v2) Feature: LLM Observability - Manage LLM Observability spans, data, projects, datasets, dataset records, - experiments, prompts, and annotations. + Manage Agent Observability spans, data, projects, datasets, dataset + records, experiments, prompts, and annotations. Background: Given a valid "apiKeyAuth" key in the system @@ -54,7 +54,7 @@ Feature: LLM Observability Then the response status is 404 Not Found @generated @skip @team:DataDog/ml-observability - Scenario: Aggregate LLM Observability experimentation returns "Bad Request" response + Scenario: Aggregate Agent Observability experimentation returns "Bad Request" response Given operation "AggregateLLMObsExperimentation" enabled And new "AggregateLLMObsExperimentation" request And body with value {"data": {"attributes": {"aggregate": {"compute": [{"metric": "score_value", "name": "avg_faithfulness"}], "dataset_version": null, "group_by": [{"field": "span_id"}], "indexes": ["experiment-evals"], "limit": 1000, "search": {"query": "@experiment_id:3fd6b5e0-8910-4b1c-a7d0-5b84de329012"}, "time": {"from": 1705312200000, "to": 1705315800000}}}, "type": "experimentation"}} @@ -62,7 +62,7 @@ Feature: LLM Observability Then the response status is 400 Bad Request @generated @skip @team:DataDog/ml-observability - Scenario: Aggregate LLM Observability experimentation returns "OK" response + Scenario: Aggregate Agent Observability experimentation returns "OK" response Given operation "AggregateLLMObsExperimentation" enabled And new "AggregateLLMObsExperimentation" request And body with value {"data": {"attributes": {"aggregate": {"compute": [{"metric": "score_value", "name": "avg_faithfulness"}], "dataset_version": null, "group_by": [{"field": "span_id"}], "indexes": ["experiment-evals"], "limit": 1000, "search": {"query": "@experiment_id:3fd6b5e0-8910-4b1c-a7d0-5b84de329012"}, "time": {"from": 1705312200000, "to": 1705315800000}}}, "type": "experimentation"}} @@ -70,7 +70,7 @@ Feature: LLM Observability Then the response status is 200 OK @generated @skip @team:DataDog/ml-observability - Scenario: Append records to an LLM Observability dataset returns "Bad Request" response + Scenario: Append records to an Agent Observability dataset returns "Bad Request" response Given operation "CreateLLMObsDatasetRecords" enabled And new "CreateLLMObsDatasetRecords" request And request contains "project_id" parameter from "REPLACE.ME" @@ -80,7 +80,7 @@ Feature: LLM Observability Then the response status is 400 Bad Request @generated @skip @team:DataDog/ml-observability - Scenario: Append records to an LLM Observability dataset returns "Created" response + Scenario: Append records to an Agent Observability dataset returns "Created" response Given operation "CreateLLMObsDatasetRecords" enabled And new "CreateLLMObsDatasetRecords" request And request contains "project_id" parameter from "REPLACE.ME" @@ -90,7 +90,7 @@ Feature: LLM Observability Then the response status is 201 Created @generated @skip @team:DataDog/ml-observability - Scenario: Append records to an LLM Observability dataset returns "Not Found" response + Scenario: Append records to an Agent Observability dataset returns "Not Found" response Given operation "CreateLLMObsDatasetRecords" enabled And new "CreateLLMObsDatasetRecords" request And request contains "project_id" parameter from "REPLACE.ME" @@ -100,7 +100,7 @@ Feature: LLM Observability Then the response status is 404 Not Found @generated @skip @team:DataDog/ml-observability - Scenario: Append records to an LLM Observability dataset returns "OK" response + Scenario: Append records to an Agent Observability dataset returns "OK" response Given operation "CreateLLMObsDatasetRecords" enabled And new "CreateLLMObsDatasetRecords" request And request contains "project_id" parameter from "REPLACE.ME" @@ -110,7 +110,7 @@ Feature: LLM Observability Then the response status is 200 OK @generated @skip @team:DataDog/ml-observability - Scenario: Batch update LLM Observability dataset records returns "Bad Request" response + Scenario: Batch update Agent Observability dataset records returns "Bad Request" response Given operation "BatchUpdateLLMObsDataset" enabled And new "BatchUpdateLLMObsDataset" request And request contains "project_id" parameter from "REPLACE.ME" @@ -120,7 +120,7 @@ Feature: LLM Observability Then the response status is 400 Bad Request @generated @skip @team:DataDog/ml-observability - Scenario: Batch update LLM Observability dataset records returns "Not Found" response + Scenario: Batch update Agent Observability dataset records returns "Not Found" response Given operation "BatchUpdateLLMObsDataset" enabled And new "BatchUpdateLLMObsDataset" request And request contains "project_id" parameter from "REPLACE.ME" @@ -130,7 +130,7 @@ Feature: LLM Observability Then the response status is 404 Not Found @generated @skip @team:DataDog/ml-observability - Scenario: Batch update LLM Observability dataset records returns "OK" response + Scenario: Batch update Agent Observability dataset records returns "OK" response Given operation "BatchUpdateLLMObsDataset" enabled And new "BatchUpdateLLMObsDataset" request And request contains "project_id" parameter from "REPLACE.ME" @@ -140,7 +140,7 @@ Feature: LLM Observability Then the response status is 200 OK @generated @skip @team:DataDog/ml-observability - Scenario: Batch update LLM Observability dataset records returns "Payload Too Large" response + Scenario: Batch update Agent Observability dataset records returns "Payload Too Large" response Given operation "BatchUpdateLLMObsDataset" enabled And new "BatchUpdateLLMObsDataset" request And request contains "project_id" parameter from "REPLACE.ME" @@ -150,7 +150,7 @@ Feature: LLM Observability Then the response status is 413 Payload Too Large @generated @skip @team:DataDog/ml-observability - Scenario: Clone an LLM Observability dataset returns "Bad Request" response + Scenario: Clone an Agent Observability dataset returns "Bad Request" response Given operation "CloneLLMObsDataset" enabled And new "CloneLLMObsDataset" request And request contains "project_id" parameter from "REPLACE.ME" @@ -160,7 +160,7 @@ Feature: LLM Observability Then the response status is 400 Bad Request @generated @skip @team:DataDog/ml-observability - Scenario: Clone an LLM Observability dataset returns "Not Found" response + Scenario: Clone an Agent Observability dataset returns "Not Found" response Given operation "CloneLLMObsDataset" enabled And new "CloneLLMObsDataset" request And request contains "project_id" parameter from "REPLACE.ME" @@ -170,7 +170,7 @@ Feature: LLM Observability Then the response status is 404 Not Found @generated @skip @team:DataDog/ml-observability - Scenario: Clone an LLM Observability dataset returns "OK" response + Scenario: Clone an Agent Observability dataset returns "OK" response Given operation "CloneLLMObsDataset" enabled And new "CloneLLMObsDataset" request And request contains "project_id" parameter from "REPLACE.ME" @@ -180,7 +180,7 @@ Feature: LLM Observability Then the response status is 200 OK @team:DataDog/ml-observability - Scenario: Create a new LLM Observability prompt version returns "Bad Request" response + Scenario: Create a new Agent Observability prompt version returns "Bad Request" response Given there is a valid "prompt" in the system And operation "CreateLLMObsPromptVersion" enabled And new "CreateLLMObsPromptVersion" request @@ -190,7 +190,7 @@ Feature: LLM Observability Then the response status is 400 Bad Request @team:DataDog/ml-observability - Scenario: Create a new LLM Observability prompt version returns "Not Found" response + Scenario: Create a new Agent Observability prompt version returns "Not Found" response Given operation "CreateLLMObsPromptVersion" enabled And new "CreateLLMObsPromptVersion" request And request contains "prompt_id" parameter with value "nonexistent-prompt" @@ -199,7 +199,7 @@ Feature: LLM Observability Then the response status is 404 Not Found @team:DataDog/ml-observability - Scenario: Create a new LLM Observability prompt version returns "OK" response + Scenario: Create a new Agent Observability prompt version returns "OK" response Given there is a valid "prompt" in the system And operation "CreateLLMObsPromptVersion" enabled And new "CreateLLMObsPromptVersion" request @@ -209,7 +209,7 @@ Feature: LLM Observability Then the response status is 200 OK @generated @skip @team:DataDog/ml-observability - Scenario: Create an LLM Observability annotation queue returns "Bad Request" response + Scenario: Create an Agent Observability annotation queue returns "Bad Request" response Given operation "CreateLLMObsAnnotationQueue" enabled And new "CreateLLMObsAnnotationQueue" request And body with value {"data": {"attributes": {"annotation_schema": {"label_schemas": [{"description": "Rating of the response quality.", "has_assessment": false, "has_reasoning": false, "id": "abc-123", "is_assessment": false, "is_integer": false, "is_required": true, "max": 5.0, "min": 0.0, "name": "quality", "type": "score", "values": ["good", "bad", "neutral"]}]}, "description": "Queue for annotating customer support traces", "name": "My annotation queue", "project_id": "00000000-0000-0000-0000-000000000002"}, "type": "queues"}} @@ -217,7 +217,7 @@ Feature: LLM Observability Then the response status is 400 Bad Request @generated @skip @team:DataDog/ml-observability - Scenario: Create an LLM Observability annotation queue returns "Created" response + Scenario: Create an Agent Observability annotation queue returns "Created" response Given operation "CreateLLMObsAnnotationQueue" enabled And new "CreateLLMObsAnnotationQueue" request And body with value {"data": {"attributes": {"annotation_schema": {"label_schemas": [{"description": "Rating of the response quality.", "has_assessment": false, "has_reasoning": false, "id": "abc-123", "is_assessment": false, "is_integer": false, "is_required": true, "max": 5.0, "min": 0.0, "name": "quality", "type": "score", "values": ["good", "bad", "neutral"]}]}, "description": "Queue for annotating customer support traces", "name": "My annotation queue", "project_id": "00000000-0000-0000-0000-000000000002"}, "type": "queues"}} @@ -225,7 +225,7 @@ Feature: LLM Observability Then the response status is 201 Created @generated @skip @team:DataDog/ml-observability - Scenario: Create an LLM Observability dataset returns "Bad Request" response + Scenario: Create an Agent Observability dataset returns "Bad Request" response Given operation "CreateLLMObsDataset" enabled And new "CreateLLMObsDataset" request And request contains "project_id" parameter from "REPLACE.ME" @@ -234,7 +234,7 @@ Feature: LLM Observability Then the response status is 400 Bad Request @generated @skip @team:DataDog/ml-observability - Scenario: Create an LLM Observability dataset returns "Created" response + Scenario: Create an Agent Observability dataset returns "Created" response Given operation "CreateLLMObsDataset" enabled And new "CreateLLMObsDataset" request And request contains "project_id" parameter from "REPLACE.ME" @@ -243,7 +243,7 @@ Feature: LLM Observability Then the response status is 201 Created @generated @skip @team:DataDog/ml-observability - Scenario: Create an LLM Observability dataset returns "Not Found" response + Scenario: Create an Agent Observability dataset returns "Not Found" response Given operation "CreateLLMObsDataset" enabled And new "CreateLLMObsDataset" request And request contains "project_id" parameter from "REPLACE.ME" @@ -252,7 +252,7 @@ Feature: LLM Observability Then the response status is 404 Not Found @generated @skip @team:DataDog/ml-observability - Scenario: Create an LLM Observability dataset returns "OK" response + Scenario: Create an Agent Observability dataset returns "OK" response Given operation "CreateLLMObsDataset" enabled And new "CreateLLMObsDataset" request And request contains "project_id" parameter from "REPLACE.ME" @@ -261,7 +261,7 @@ Feature: LLM Observability Then the response status is 200 OK @generated @skip @team:DataDog/ml-observability - Scenario: Create an LLM Observability experiment returns "Bad Request" response + Scenario: Create an Agent Observability experiment returns "Bad Request" response Given operation "CreateLLMObsExperiment" enabled And new "CreateLLMObsExperiment" request And body with value {"data": {"attributes": {"dataset_id": "9f64e5c7-dc5a-45c8-a17c-1b85f0bec97d", "name": "My Experiment v1", "parent_experiment_id": "3fd6b5e0-8910-4b1c-a7d0-5b84de329012", "project_id": "a33671aa-24fd-4dcd-9b33-a8ec7dde7751"}, "type": "experiments"}} @@ -269,7 +269,7 @@ Feature: LLM Observability Then the response status is 400 Bad Request @generated @skip @team:DataDog/ml-observability - Scenario: Create an LLM Observability experiment returns "Created" response + Scenario: Create an Agent Observability experiment returns "Created" response Given operation "CreateLLMObsExperiment" enabled And new "CreateLLMObsExperiment" request And body with value {"data": {"attributes": {"dataset_id": "9f64e5c7-dc5a-45c8-a17c-1b85f0bec97d", "name": "My Experiment v1", "parent_experiment_id": "3fd6b5e0-8910-4b1c-a7d0-5b84de329012", "project_id": "a33671aa-24fd-4dcd-9b33-a8ec7dde7751"}, "type": "experiments"}} @@ -277,7 +277,7 @@ Feature: LLM Observability Then the response status is 201 Created @generated @skip @team:DataDog/ml-observability - Scenario: Create an LLM Observability experiment returns "OK" response + Scenario: Create an Agent Observability experiment returns "OK" response Given operation "CreateLLMObsExperiment" enabled And new "CreateLLMObsExperiment" request And body with value {"data": {"attributes": {"dataset_id": "9f64e5c7-dc5a-45c8-a17c-1b85f0bec97d", "name": "My Experiment v1", "parent_experiment_id": "3fd6b5e0-8910-4b1c-a7d0-5b84de329012", "project_id": "a33671aa-24fd-4dcd-9b33-a8ec7dde7751"}, "type": "experiments"}} @@ -285,7 +285,7 @@ Feature: LLM Observability Then the response status is 200 OK @generated @skip @team:DataDog/ml-observability - Scenario: Create an LLM Observability project returns "Bad Request" response + Scenario: Create an Agent Observability project returns "Bad Request" response Given operation "CreateLLMObsProject" enabled And new "CreateLLMObsProject" request And body with value {"data": {"attributes": {"name": "My LLM Project"}, "type": "projects"}} @@ -293,7 +293,7 @@ Feature: LLM Observability Then the response status is 400 Bad Request @generated @skip @team:DataDog/ml-observability - Scenario: Create an LLM Observability project returns "Created" response + Scenario: Create an Agent Observability project returns "Created" response Given operation "CreateLLMObsProject" enabled And new "CreateLLMObsProject" request And body with value {"data": {"attributes": {"name": "My LLM Project"}, "type": "projects"}} @@ -301,7 +301,7 @@ Feature: LLM Observability Then the response status is 201 Created @generated @skip @team:DataDog/ml-observability - Scenario: Create an LLM Observability project returns "OK" response + Scenario: Create an Agent Observability project returns "OK" response Given operation "CreateLLMObsProject" enabled And new "CreateLLMObsProject" request And body with value {"data": {"attributes": {"name": "My LLM Project"}, "type": "projects"}} @@ -309,7 +309,7 @@ Feature: LLM Observability Then the response status is 200 OK @team:DataDog/ml-observability - Scenario: Create an LLM Observability prompt returns "Bad Request" response + Scenario: Create an Agent Observability prompt returns "Bad Request" response Given operation "CreateLLMObsPrompt" enabled And new "CreateLLMObsPrompt" request And body with value {"data": {"attributes": {"prompt_id": "{{ unique }}", "template": " "}, "type": "prompt-templates"}} @@ -317,7 +317,7 @@ Feature: LLM Observability Then the response status is 400 Bad Request @team:DataDog/ml-observability - Scenario: Create an LLM Observability prompt returns "Conflict" response + Scenario: Create an Agent Observability prompt returns "Conflict" response Given there is a valid "prompt" in the system And operation "CreateLLMObsPrompt" enabled And new "CreateLLMObsPrompt" request @@ -326,7 +326,7 @@ Feature: LLM Observability Then the response status is 409 Conflict @team:DataDog/ml-observability - Scenario: Create an LLM Observability prompt returns "OK" response + Scenario: Create an Agent Observability prompt returns "OK" response Given operation "CreateLLMObsPrompt" enabled And new "CreateLLMObsPrompt" request And body with value {"data": {"attributes": {"prompt_id": "{{ unique }}", "title": "Customer Support Assistant", "template": [{"content": "You are a helpful customer support assistant for {{ '{{company_name}}' }}.", "role": "system"}, {"content": "Help {{ '{{customer_name}}' }} with this question: {{ '{{question}}' }}", "role": "user"}]}, "type": "prompt-templates"}} @@ -421,7 +421,7 @@ Feature: LLM Observability Then the response status is 200 OK — annotations created or updated. Per-item errors are listed in `errors`. @generated @skip @team:DataDog/ml-observability - Scenario: Delete LLM Observability dataset records returns "Bad Request" response + Scenario: Delete Agent Observability dataset records returns "Bad Request" response Given operation "DeleteLLMObsDatasetRecords" enabled And new "DeleteLLMObsDatasetRecords" request And request contains "project_id" parameter from "REPLACE.ME" @@ -431,7 +431,7 @@ Feature: LLM Observability Then the response status is 400 Bad Request @generated @skip @team:DataDog/ml-observability - Scenario: Delete LLM Observability dataset records returns "No Content" response + Scenario: Delete Agent Observability dataset records returns "No Content" response Given operation "DeleteLLMObsDatasetRecords" enabled And new "DeleteLLMObsDatasetRecords" request And request contains "project_id" parameter from "REPLACE.ME" @@ -441,7 +441,7 @@ Feature: LLM Observability Then the response status is 204 No Content @generated @skip @team:DataDog/ml-observability - Scenario: Delete LLM Observability dataset records returns "Not Found" response + Scenario: Delete Agent Observability dataset records returns "Not Found" response Given operation "DeleteLLMObsDatasetRecords" enabled And new "DeleteLLMObsDatasetRecords" request And request contains "project_id" parameter from "REPLACE.ME" @@ -451,7 +451,7 @@ Feature: LLM Observability Then the response status is 404 Not Found @generated @skip @team:DataDog/ml-observability - Scenario: Delete LLM Observability datasets returns "Bad Request" response + Scenario: Delete Agent Observability datasets returns "Bad Request" response Given operation "DeleteLLMObsDatasets" enabled And new "DeleteLLMObsDatasets" request And request contains "project_id" parameter from "REPLACE.ME" @@ -460,7 +460,7 @@ Feature: LLM Observability Then the response status is 400 Bad Request @generated @skip @team:DataDog/ml-observability - Scenario: Delete LLM Observability datasets returns "No Content" response + Scenario: Delete Agent Observability datasets returns "No Content" response Given operation "DeleteLLMObsDatasets" enabled And new "DeleteLLMObsDatasets" request And request contains "project_id" parameter from "REPLACE.ME" @@ -469,7 +469,7 @@ Feature: LLM Observability Then the response status is 204 No Content @generated @skip @team:DataDog/ml-observability - Scenario: Delete LLM Observability datasets returns "Not Found" response + Scenario: Delete Agent Observability datasets returns "Not Found" response Given operation "DeleteLLMObsDatasets" enabled And new "DeleteLLMObsDatasets" request And request contains "project_id" parameter from "REPLACE.ME" @@ -478,7 +478,7 @@ Feature: LLM Observability Then the response status is 404 Not Found @generated @skip @team:DataDog/ml-observability - Scenario: Delete LLM Observability experiments returns "Bad Request" response + Scenario: Delete Agent Observability experiments returns "Bad Request" response Given operation "DeleteLLMObsExperiments" enabled And new "DeleteLLMObsExperiments" request And body with value {"data": {"attributes": {"experiment_ids": ["3fd6b5e0-8910-4b1c-a7d0-5b84de329012"]}, "type": "experiments"}} @@ -486,7 +486,7 @@ Feature: LLM Observability Then the response status is 400 Bad Request @generated @skip @team:DataDog/ml-observability - Scenario: Delete LLM Observability experiments returns "No Content" response + Scenario: Delete Agent Observability experiments returns "No Content" response Given operation "DeleteLLMObsExperiments" enabled And new "DeleteLLMObsExperiments" request And body with value {"data": {"attributes": {"experiment_ids": ["3fd6b5e0-8910-4b1c-a7d0-5b84de329012"]}, "type": "experiments"}} @@ -494,7 +494,7 @@ Feature: LLM Observability Then the response status is 204 No Content @generated @skip @team:DataDog/ml-observability - Scenario: Delete LLM Observability projects returns "Bad Request" response + Scenario: Delete Agent Observability projects returns "Bad Request" response Given operation "DeleteLLMObsProjects" enabled And new "DeleteLLMObsProjects" request And body with value {"data": {"attributes": {"project_ids": ["a33671aa-24fd-4dcd-9b33-a8ec7dde7751"]}, "type": "projects"}} @@ -502,7 +502,7 @@ Feature: LLM Observability Then the response status is 400 Bad Request @generated @skip @team:DataDog/ml-observability - Scenario: Delete LLM Observability projects returns "No Content" response + Scenario: Delete Agent Observability projects returns "No Content" response Given operation "DeleteLLMObsProjects" enabled And new "DeleteLLMObsProjects" request And body with value {"data": {"attributes": {"project_ids": ["a33671aa-24fd-4dcd-9b33-a8ec7dde7751"]}, "type": "projects"}} @@ -558,7 +558,7 @@ Feature: LLM Observability Then the response status is 404 Not Found @generated @skip @team:DataDog/ml-observability - Scenario: Delete an LLM Observability annotation queue returns "No Content" response + Scenario: Delete an Agent Observability annotation queue returns "No Content" response Given operation "DeleteLLMObsAnnotationQueue" enabled And new "DeleteLLMObsAnnotationQueue" request And request contains "queue_id" parameter from "REPLACE.ME" @@ -566,7 +566,7 @@ Feature: LLM Observability Then the response status is 204 No Content @generated @skip @team:DataDog/ml-observability - Scenario: Delete an LLM Observability annotation queue returns "Not Found" response + Scenario: Delete an Agent Observability annotation queue returns "Not Found" response Given operation "DeleteLLMObsAnnotationQueue" enabled And new "DeleteLLMObsAnnotationQueue" request And request contains "queue_id" parameter from "REPLACE.ME" @@ -574,7 +574,7 @@ Feature: LLM Observability Then the response status is 404 Not Found @team:DataDog/ml-observability - Scenario: Delete an LLM Observability prompt returns "Not Found" response + Scenario: Delete an Agent Observability prompt returns "Not Found" response Given operation "DeleteLLMObsPrompt" enabled And new "DeleteLLMObsPrompt" request And request contains "prompt_id" parameter with value "nonexistent-prompt" @@ -582,7 +582,7 @@ Feature: LLM Observability Then the response status is 404 Not Found @team:DataDog/ml-observability - Scenario: Delete an LLM Observability prompt returns "OK" response + Scenario: Delete an Agent Observability prompt returns "OK" response Given there is a valid "prompt" in the system And operation "DeleteLLMObsPrompt" enabled And new "DeleteLLMObsPrompt" request @@ -645,7 +645,7 @@ Feature: LLM Observability Then the response status is 200 OK — annotations deleted. Errors for annotations that could not be deleted are listed in `errors`. @generated @skip @team:DataDog/ml-observability - Scenario: Export an LLM Observability dataset returns "Bad Request" response + Scenario: Export an Agent Observability dataset returns "Bad Request" response Given operation "ExportLLMObsDataset" enabled And new "ExportLLMObsDataset" request And request contains "project_id" parameter from "REPLACE.ME" @@ -654,7 +654,7 @@ Feature: LLM Observability Then the response status is 400 Bad Request @generated @skip @team:DataDog/ml-observability - Scenario: Export an LLM Observability dataset returns "Not Found" response + Scenario: Export an Agent Observability dataset returns "Not Found" response Given operation "ExportLLMObsDataset" enabled And new "ExportLLMObsDataset" request And request contains "project_id" parameter from "REPLACE.ME" @@ -663,7 +663,7 @@ Feature: LLM Observability Then the response status is 404 Not Found @generated @skip @team:DataDog/ml-observability - Scenario: Export an LLM Observability dataset returns "OK" response + Scenario: Export an Agent Observability dataset returns "OK" response Given operation "ExportLLMObsDataset" enabled And new "ExportLLMObsDataset" request And request contains "project_id" parameter from "REPLACE.ME" @@ -672,7 +672,7 @@ Feature: LLM Observability Then the response status is 200 OK @generated @skip @team:DataDog/ml-observability - Scenario: Get LLM Observability dataset draft state returns "Bad Request" response + Scenario: Get Agent Observability dataset draft state returns "Bad Request" response Given operation "GetLLMObsDatasetDraftState" enabled And new "GetLLMObsDatasetDraftState" request And request contains "project_id" parameter from "REPLACE.ME" @@ -681,7 +681,7 @@ Feature: LLM Observability Then the response status is 400 Bad Request @generated @skip @team:DataDog/ml-observability - Scenario: Get LLM Observability dataset draft state returns "Not Found" response + Scenario: Get Agent Observability dataset draft state returns "Not Found" response Given operation "GetLLMObsDatasetDraftState" enabled And new "GetLLMObsDatasetDraftState" request And request contains "project_id" parameter from "REPLACE.ME" @@ -690,7 +690,7 @@ Feature: LLM Observability Then the response status is 404 Not Found @generated @skip @team:DataDog/ml-observability - Scenario: Get LLM Observability dataset draft state returns "OK" response + Scenario: Get Agent Observability dataset draft state returns "OK" response Given operation "GetLLMObsDatasetDraftState" enabled And new "GetLLMObsDatasetDraftState" request And request contains "project_id" parameter from "REPLACE.ME" @@ -744,7 +744,7 @@ Feature: LLM Observability Then the response status is 200 OK @generated @skip @team:DataDog/ml-observability - Scenario: Get a specific LLM Observability prompt version returns "Bad Request" response + Scenario: Get a specific Agent Observability prompt version returns "Bad Request" response Given operation "GetLLMObsPromptVersion" enabled And new "GetLLMObsPromptVersion" request And request contains "prompt_id" parameter from "REPLACE.ME" @@ -753,7 +753,7 @@ Feature: LLM Observability Then the response status is 400 Bad Request @team:DataDog/ml-observability - Scenario: Get a specific LLM Observability prompt version returns "Not Found" response + Scenario: Get a specific Agent Observability prompt version returns "Not Found" response Given operation "GetLLMObsPromptVersion" enabled And new "GetLLMObsPromptVersion" request And request contains "prompt_id" parameter with value "nonexistent-prompt" @@ -762,7 +762,7 @@ Feature: LLM Observability Then the response status is 404 Not Found @team:DataDog/ml-observability - Scenario: Get a specific LLM Observability prompt version returns "OK" response + Scenario: Get a specific Agent Observability prompt version returns "OK" response Given there is a valid "prompt" in the system And there is a valid "prompt_version" in the system And operation "GetLLMObsPromptVersion" enabled @@ -773,7 +773,7 @@ Feature: LLM Observability Then the response status is 200 OK @team:DataDog/ml-observability - Scenario: Get an LLM Observability prompt returns "Not Found" response + Scenario: Get an Agent Observability prompt returns "Not Found" response Given operation "GetLLMObsPrompt" enabled And new "GetLLMObsPrompt" request And request contains "prompt_id" parameter with value "nonexistent-prompt" @@ -781,7 +781,7 @@ Feature: LLM Observability Then the response status is 404 Not Found @team:DataDog/ml-observability - Scenario: Get an LLM Observability prompt returns "OK" response + Scenario: Get an Agent Observability prompt returns "OK" response Given there is a valid "prompt" in the system And operation "GetLLMObsPrompt" enabled And new "GetLLMObsPrompt" request @@ -870,21 +870,21 @@ Feature: LLM Observability Then the response status is 200 OK @generated @skip @team:DataDog/ml-observability - Scenario: List LLM Observability annotation queues returns "Bad Request" response + Scenario: List Agent Observability annotation queues returns "Bad Request" response Given operation "ListLLMObsAnnotationQueues" enabled And new "ListLLMObsAnnotationQueues" request When the request is sent Then the response status is 400 Bad Request @generated @skip @team:DataDog/ml-observability - Scenario: List LLM Observability annotation queues returns "OK" response + Scenario: List Agent Observability annotation queues returns "OK" response Given operation "ListLLMObsAnnotationQueues" enabled And new "ListLLMObsAnnotationQueues" request When the request is sent Then the response status is 200 OK @generated @skip @team:DataDog/ml-observability - Scenario: List LLM Observability dataset records returns "Bad Request" response + Scenario: List Agent Observability dataset records returns "Bad Request" response Given operation "ListLLMObsDatasetRecords" enabled And new "ListLLMObsDatasetRecords" request And request contains "project_id" parameter from "REPLACE.ME" @@ -893,7 +893,7 @@ Feature: LLM Observability Then the response status is 400 Bad Request @generated @skip @team:DataDog/ml-observability - Scenario: List LLM Observability dataset records returns "Not Found" response + Scenario: List Agent Observability dataset records returns "Not Found" response Given operation "ListLLMObsDatasetRecords" enabled And new "ListLLMObsDatasetRecords" request And request contains "project_id" parameter from "REPLACE.ME" @@ -902,7 +902,7 @@ Feature: LLM Observability Then the response status is 404 Not Found @generated @skip @team:DataDog/ml-observability - Scenario: List LLM Observability dataset records returns "OK" response + Scenario: List Agent Observability dataset records returns "OK" response Given operation "ListLLMObsDatasetRecords" enabled And new "ListLLMObsDatasetRecords" request And request contains "project_id" parameter from "REPLACE.ME" @@ -911,7 +911,7 @@ Feature: LLM Observability Then the response status is 200 OK @generated @skip @team:DataDog/ml-observability - Scenario: List LLM Observability dataset versions returns "Bad Request" response + Scenario: List Agent Observability dataset versions returns "Bad Request" response Given operation "ListLLMObsDatasetVersions" enabled And new "ListLLMObsDatasetVersions" request And request contains "project_id" parameter from "REPLACE.ME" @@ -920,7 +920,7 @@ Feature: LLM Observability Then the response status is 400 Bad Request @generated @skip @team:DataDog/ml-observability - Scenario: List LLM Observability dataset versions returns "Not Found" response + Scenario: List Agent Observability dataset versions returns "Not Found" response Given operation "ListLLMObsDatasetVersions" enabled And new "ListLLMObsDatasetVersions" request And request contains "project_id" parameter from "REPLACE.ME" @@ -929,7 +929,7 @@ Feature: LLM Observability Then the response status is 404 Not Found @generated @skip @team:DataDog/ml-observability - Scenario: List LLM Observability dataset versions returns "OK" response + Scenario: List Agent Observability dataset versions returns "OK" response Given operation "ListLLMObsDatasetVersions" enabled And new "ListLLMObsDatasetVersions" request And request contains "project_id" parameter from "REPLACE.ME" @@ -938,7 +938,7 @@ Feature: LLM Observability Then the response status is 200 OK @generated @skip @team:DataDog/ml-observability - Scenario: List LLM Observability datasets returns "Bad Request" response + Scenario: List Agent Observability datasets returns "Bad Request" response Given operation "ListLLMObsDatasets" enabled And new "ListLLMObsDatasets" request And request contains "project_id" parameter from "REPLACE.ME" @@ -946,7 +946,7 @@ Feature: LLM Observability Then the response status is 400 Bad Request @generated @skip @team:DataDog/ml-observability - Scenario: List LLM Observability datasets returns "Not Found" response + Scenario: List Agent Observability datasets returns "Not Found" response Given operation "ListLLMObsDatasets" enabled And new "ListLLMObsDatasets" request And request contains "project_id" parameter from "REPLACE.ME" @@ -954,7 +954,7 @@ Feature: LLM Observability Then the response status is 404 Not Found @generated @skip @team:DataDog/ml-observability - Scenario: List LLM Observability datasets returns "OK" response + Scenario: List Agent Observability datasets returns "OK" response Given operation "ListLLMObsDatasets" enabled And new "ListLLMObsDatasets" request And request contains "project_id" parameter from "REPLACE.ME" @@ -962,7 +962,7 @@ Feature: LLM Observability Then the response status is 200 OK @generated @skip @team:DataDog/ml-observability - Scenario: List LLM Observability experiment events (v2) returns "Bad Request" response + Scenario: List Agent Observability experiment events (v2) returns "Bad Request" response Given operation "ListLLMObsExperimentEventsV2" enabled And new "ListLLMObsExperimentEventsV2" request And request contains "experiment_id" parameter from "REPLACE.ME" @@ -970,7 +970,7 @@ Feature: LLM Observability Then the response status is 400 Bad Request @generated @skip @team:DataDog/ml-observability - Scenario: List LLM Observability experiment events (v2) returns "Not Found" response + Scenario: List Agent Observability experiment events (v2) returns "Not Found" response Given operation "ListLLMObsExperimentEventsV2" enabled And new "ListLLMObsExperimentEventsV2" request And request contains "experiment_id" parameter from "REPLACE.ME" @@ -978,7 +978,7 @@ Feature: LLM Observability Then the response status is 404 Not Found @generated @skip @team:DataDog/ml-observability - Scenario: List LLM Observability experiment events (v2) returns "OK" response + Scenario: List Agent Observability experiment events (v2) returns "OK" response Given operation "ListLLMObsExperimentEventsV2" enabled And new "ListLLMObsExperimentEventsV2" request And request contains "experiment_id" parameter from "REPLACE.ME" @@ -986,7 +986,7 @@ Feature: LLM Observability Then the response status is 200 OK @generated @skip @team:DataDog/ml-observability - Scenario: List LLM Observability experiment spans (v1) returns "Bad Request" response + Scenario: List Agent Observability experiment spans (v1) returns "Bad Request" response Given operation "ListLLMObsExperimentEventsV1" enabled And new "ListLLMObsExperimentEventsV1" request And request contains "experiment_id" parameter from "REPLACE.ME" @@ -994,7 +994,7 @@ Feature: LLM Observability Then the response status is 400 Bad Request @generated @skip @team:DataDog/ml-observability - Scenario: List LLM Observability experiment spans (v1) returns "Not Found" response + Scenario: List Agent Observability experiment spans (v1) returns "Not Found" response Given operation "ListLLMObsExperimentEventsV1" enabled And new "ListLLMObsExperimentEventsV1" request And request contains "experiment_id" parameter from "REPLACE.ME" @@ -1002,7 +1002,7 @@ Feature: LLM Observability Then the response status is 404 Not Found @generated @skip @team:DataDog/ml-observability - Scenario: List LLM Observability experiment spans (v1) returns "OK" response + Scenario: List Agent Observability experiment spans (v1) returns "OK" response Given operation "ListLLMObsExperimentEventsV1" enabled And new "ListLLMObsExperimentEventsV1" request And request contains "experiment_id" parameter from "REPLACE.ME" @@ -1010,35 +1010,35 @@ Feature: LLM Observability Then the response status is 200 OK @generated @skip @team:DataDog/ml-observability - Scenario: List LLM Observability experiments returns "Bad Request" response + Scenario: List Agent Observability experiments returns "Bad Request" response Given operation "ListLLMObsExperiments" enabled And new "ListLLMObsExperiments" request When the request is sent Then the response status is 400 Bad Request @generated @skip @team:DataDog/ml-observability - Scenario: List LLM Observability experiments returns "OK" response + Scenario: List Agent Observability experiments returns "OK" response Given operation "ListLLMObsExperiments" enabled And new "ListLLMObsExperiments" request When the request is sent Then the response status is 200 OK @generated @skip @team:DataDog/ml-observability - Scenario: List LLM Observability projects returns "Bad Request" response + Scenario: List Agent Observability projects returns "Bad Request" response Given operation "ListLLMObsProjects" enabled And new "ListLLMObsProjects" request When the request is sent Then the response status is 400 Bad Request @generated @skip @team:DataDog/ml-observability - Scenario: List LLM Observability projects returns "OK" response + Scenario: List Agent Observability projects returns "OK" response Given operation "ListLLMObsProjects" enabled And new "ListLLMObsProjects" request When the request is sent Then the response status is 200 OK @team:DataDog/ml-observability - Scenario: List LLM Observability prompts returns "OK" response + Scenario: List Agent Observability prompts returns "OK" response Given there is a valid "prompt" in the system And operation "ListLLMObsPrompts" enabled And new "ListLLMObsPrompts" request @@ -1047,14 +1047,14 @@ Feature: LLM Observability Then the response status is 200 OK @generated @skip @team:DataDog/ml-observability - Scenario: List LLM Observability spans returns "Bad Request" response + Scenario: List Agent Observability spans returns "Bad Request" response Given operation "ListLLMObsSpans" enabled And new "ListLLMObsSpans" request When the request is sent Then the response status is 400 Bad Request @generated @skip @team:DataDog/ml-observability - Scenario: List LLM Observability spans returns "OK" response + Scenario: List Agent Observability spans returns "OK" response Given operation "ListLLMObsSpans" enabled And new "ListLLMObsSpans" request When the request is sent @@ -1102,7 +1102,7 @@ Feature: LLM Observability Then the response status is 200 OK @generated @skip @team:DataDog/ml-observability - Scenario: List events for an LLM Observability experiment returns "Bad Request" response + Scenario: List events for an Agent Observability experiment returns "Bad Request" response Given operation "ListLLMObsExperimentEvents" enabled And new "ListLLMObsExperimentEvents" request And request contains "experiment_id" parameter from "REPLACE.ME" @@ -1110,7 +1110,7 @@ Feature: LLM Observability Then the response status is 400 Bad Request @generated @skip @team:DataDog/ml-observability - Scenario: List events for an LLM Observability experiment returns "Not Found" response + Scenario: List events for an Agent Observability experiment returns "Not Found" response Given operation "ListLLMObsExperimentEvents" enabled And new "ListLLMObsExperimentEvents" request And request contains "experiment_id" parameter from "REPLACE.ME" @@ -1118,7 +1118,7 @@ Feature: LLM Observability Then the response status is 404 Not Found @generated @skip @team:DataDog/ml-observability - Scenario: List events for an LLM Observability experiment returns "OK" response + Scenario: List events for an Agent Observability experiment returns "OK" response Given operation "ListLLMObsExperimentEvents" enabled And new "ListLLMObsExperimentEvents" request And request contains "experiment_id" parameter from "REPLACE.ME" @@ -1236,7 +1236,7 @@ Feature: LLM Observability Then the response status is 200 OK @team:DataDog/ml-observability - Scenario: List versions of an LLM Observability prompt returns "OK" response + Scenario: List versions of an Agent Observability prompt returns "OK" response Given there is a valid "prompt" in the system And operation "ListLLMObsPromptVersions" enabled And new "ListLLMObsPromptVersions" request @@ -1245,7 +1245,7 @@ Feature: LLM Observability Then the response status is 200 OK @generated @skip @team:DataDog/ml-observability - Scenario: Lock LLM Observability dataset draft state returns "Bad Request" response + Scenario: Lock Agent Observability dataset draft state returns "Bad Request" response Given operation "LockLLMObsDatasetDraftState" enabled And new "LockLLMObsDatasetDraftState" request And request contains "project_id" parameter from "REPLACE.ME" @@ -1254,7 +1254,7 @@ Feature: LLM Observability Then the response status is 400 Bad Request @generated @skip @team:DataDog/ml-observability - Scenario: Lock LLM Observability dataset draft state returns "Not Found" response + Scenario: Lock Agent Observability dataset draft state returns "Not Found" response Given operation "LockLLMObsDatasetDraftState" enabled And new "LockLLMObsDatasetDraftState" request And request contains "project_id" parameter from "REPLACE.ME" @@ -1263,7 +1263,7 @@ Feature: LLM Observability Then the response status is 404 Not Found @generated @skip @team:DataDog/ml-observability - Scenario: Lock LLM Observability dataset draft state returns "OK" response + Scenario: Lock Agent Observability dataset draft state returns "OK" response Given operation "LockLLMObsDatasetDraftState" enabled And new "LockLLMObsDatasetDraftState" request And request contains "project_id" parameter from "REPLACE.ME" @@ -1272,7 +1272,7 @@ Feature: LLM Observability Then the response status is 200 OK @generated @skip @team:DataDog/ml-observability - Scenario: Push events for an LLM Observability experiment returns "Accepted" response + Scenario: Push events for an Agent Observability experiment returns "Accepted" response Given operation "CreateLLMObsExperimentEvents" enabled And new "CreateLLMObsExperimentEvents" request And request contains "experiment_id" parameter from "REPLACE.ME" @@ -1281,7 +1281,7 @@ Feature: LLM Observability Then the response status is 202 Accepted @generated @skip @team:DataDog/ml-observability - Scenario: Push events for an LLM Observability experiment returns "Bad Request" response + Scenario: Push events for an Agent Observability experiment returns "Bad Request" response Given operation "CreateLLMObsExperimentEvents" enabled And new "CreateLLMObsExperimentEvents" request And request contains "experiment_id" parameter from "REPLACE.ME" @@ -1290,7 +1290,7 @@ Feature: LLM Observability Then the response status is 400 Bad Request @generated @skip @team:DataDog/ml-observability - Scenario: Push events for an LLM Observability experiment returns "Not Found" response + Scenario: Push events for an Agent Observability experiment returns "Not Found" response Given operation "CreateLLMObsExperimentEvents" enabled And new "CreateLLMObsExperimentEvents" request And request contains "experiment_id" parameter from "REPLACE.ME" @@ -1299,7 +1299,7 @@ Feature: LLM Observability Then the response status is 404 Not Found @generated @skip @team:DataDog/ml-observability - Scenario: Restore an LLM Observability dataset version returns "Bad Request" response + Scenario: Restore an Agent Observability dataset version returns "Bad Request" response Given operation "RestoreLLMObsDatasetVersion" enabled And new "RestoreLLMObsDatasetVersion" request And request contains "project_id" parameter from "REPLACE.ME" @@ -1309,7 +1309,7 @@ Feature: LLM Observability Then the response status is 400 Bad Request @generated @skip @team:DataDog/ml-observability - Scenario: Restore an LLM Observability dataset version returns "Not Found" response + Scenario: Restore an Agent Observability dataset version returns "Not Found" response Given operation "RestoreLLMObsDatasetVersion" enabled And new "RestoreLLMObsDatasetVersion" request And request contains "project_id" parameter from "REPLACE.ME" @@ -1319,7 +1319,7 @@ Feature: LLM Observability Then the response status is 404 Not Found @generated @skip @team:DataDog/ml-observability - Scenario: Restore an LLM Observability dataset version returns "OK" response + Scenario: Restore an Agent Observability dataset version returns "OK" response Given operation "RestoreLLMObsDatasetVersion" enabled And new "RestoreLLMObsDatasetVersion" request And request contains "project_id" parameter from "REPLACE.ME" @@ -1349,7 +1349,7 @@ Feature: LLM Observability Then the response status is 200 OK @generated @skip @team:DataDog/ml-observability - Scenario: Search LLM Observability experimentation entities returns "Bad Request" response + Scenario: Search Agent Observability experimentation returns "Bad Request" response Given operation "SearchLLMObsExperimentation" enabled And new "SearchLLMObsExperimentation" request And body with value {"data": {"attributes": {"content_preview": {"limit": 500}, "filter": {"include_deleted": false, "is_deleted": false, "query": "my experiment", "scope": ["experiments"], "version": null}, "include": {"user_data": false}, "page": {"limit": 100}}, "type": "experimentation"}} @@ -1357,7 +1357,7 @@ Feature: LLM Observability Then the response status is 400 Bad Request @generated @skip @team:DataDog/ml-observability - Scenario: Search LLM Observability experimentation entities returns "OK — all results returned in a single page." response + Scenario: Search Agent Observability experimentation returns "OK — all results returned in a single page." response Given operation "SearchLLMObsExperimentation" enabled And new "SearchLLMObsExperimentation" request And body with value {"data": {"attributes": {"content_preview": {"limit": 500}, "filter": {"include_deleted": false, "is_deleted": false, "query": "my experiment", "scope": ["experiments"], "version": null}, "include": {"user_data": false}, "page": {"limit": 100}}, "type": "experimentation"}} @@ -1365,7 +1365,7 @@ Feature: LLM Observability Then the response status is 200 OK — all results returned in a single page. @generated @skip @team:DataDog/ml-observability - Scenario: Search LLM Observability experimentation entities returns "Partial Content — more results are available. Use `meta.after` as the next `page.cursor`." response + Scenario: Search Agent Observability experimentation returns "Partial Content — more results are available. Use `meta.after` as the next `page.cursor`." response Given operation "SearchLLMObsExperimentation" enabled And new "SearchLLMObsExperimentation" request And body with value {"data": {"attributes": {"content_preview": {"limit": 500}, "filter": {"include_deleted": false, "is_deleted": false, "query": "my experiment", "scope": ["experiments"], "version": null}, "include": {"user_data": false}, "page": {"limit": 100}}, "type": "experimentation"}} @@ -1373,7 +1373,7 @@ Feature: LLM Observability Then the response status is 206 Partial Content — more results are available. Use `meta.after` as the next `page.cursor`. @generated @skip @team:DataDog/ml-observability - Scenario: Search LLM Observability spans returns "Bad Request" response + Scenario: Search Agent Observability spans returns "Bad Request" response Given operation "SearchLLMObsSpans" enabled And new "SearchLLMObsSpans" request And body with value {"data": {"attributes": {"filter": {"from": "now-900s", "ml_app": "my-llm-app", "query": "@session_id:abc123def456", "span_id": "abc123def456", "span_kind": "llm", "span_name": "llm_call", "to": "now", "trace_id": "trace-9a8b7c6d5e4f"}, "options": {"include_attachments": true, "time_offset": 0}, "page": {"cursor": "eyJzdGFydCI6MTAwfQ==", "limit": 10}, "sort": "-start_ns"}, "type": "spans"}} @@ -1381,7 +1381,7 @@ Feature: LLM Observability Then the response status is 400 Bad Request @generated @skip @team:DataDog/ml-observability - Scenario: Search LLM Observability spans returns "OK" response + Scenario: Search Agent Observability spans returns "OK" response Given operation "SearchLLMObsSpans" enabled And new "SearchLLMObsSpans" request And body with value {"data": {"attributes": {"filter": {"from": "now-900s", "ml_app": "my-llm-app", "query": "@session_id:abc123def456", "span_id": "abc123def456", "span_kind": "llm", "span_name": "llm_call", "to": "now", "trace_id": "trace-9a8b7c6d5e4f"}, "options": {"include_attachments": true, "time_offset": 0}, "page": {"cursor": "eyJzdGFydCI6MTAwfQ==", "limit": 10}, "sort": "-start_ns"}, "type": "spans"}} @@ -1429,7 +1429,7 @@ Feature: LLM Observability Then the response status is 404 Not Found @generated @skip @team:DataDog/ml-observability - Scenario: Unlock LLM Observability dataset draft state returns "Bad Request" response + Scenario: Unlock Agent Observability dataset draft state returns "Bad Request" response Given operation "UnlockLLMObsDatasetDraftState" enabled And new "UnlockLLMObsDatasetDraftState" request And request contains "project_id" parameter from "REPLACE.ME" @@ -1438,7 +1438,7 @@ Feature: LLM Observability Then the response status is 400 Bad Request @generated @skip @team:DataDog/ml-observability - Scenario: Unlock LLM Observability dataset draft state returns "Not Found" response + Scenario: Unlock Agent Observability dataset draft state returns "Not Found" response Given operation "UnlockLLMObsDatasetDraftState" enabled And new "UnlockLLMObsDatasetDraftState" request And request contains "project_id" parameter from "REPLACE.ME" @@ -1447,7 +1447,7 @@ Feature: LLM Observability Then the response status is 404 Not Found @generated @skip @team:DataDog/ml-observability - Scenario: Unlock LLM Observability dataset draft state returns "OK" response + Scenario: Unlock Agent Observability dataset draft state returns "OK" response Given operation "UnlockLLMObsDatasetDraftState" enabled And new "UnlockLLMObsDatasetDraftState" request And request contains "project_id" parameter from "REPLACE.ME" @@ -1456,7 +1456,7 @@ Feature: LLM Observability Then the response status is 200 OK @generated @skip @team:DataDog/ml-observability - Scenario: Update LLM Observability dataset records returns "Bad Request" response + Scenario: Update Agent Observability dataset records returns "Bad Request" response Given operation "UpdateLLMObsDatasetRecords" enabled And new "UpdateLLMObsDatasetRecords" request And request contains "project_id" parameter from "REPLACE.ME" @@ -1466,7 +1466,7 @@ Feature: LLM Observability Then the response status is 400 Bad Request @generated @skip @team:DataDog/ml-observability - Scenario: Update LLM Observability dataset records returns "Not Found" response + Scenario: Update Agent Observability dataset records returns "Not Found" response Given operation "UpdateLLMObsDatasetRecords" enabled And new "UpdateLLMObsDatasetRecords" request And request contains "project_id" parameter from "REPLACE.ME" @@ -1476,7 +1476,7 @@ Feature: LLM Observability Then the response status is 404 Not Found @generated @skip @team:DataDog/ml-observability - Scenario: Update LLM Observability dataset records returns "OK" response + Scenario: Update Agent Observability dataset records returns "OK" response Given operation "UpdateLLMObsDatasetRecords" enabled And new "UpdateLLMObsDatasetRecords" request And request contains "project_id" parameter from "REPLACE.ME" @@ -1486,39 +1486,7 @@ Feature: LLM Observability Then the response status is 200 OK @generated @skip @team:DataDog/ml-observability - Scenario: Update a specific LLM Observability prompt version returns "Bad Request" response - Given operation "UpdateLLMObsPromptVersion" enabled - And new "UpdateLLMObsPromptVersion" request - And request contains "prompt_id" parameter from "REPLACE.ME" - And request contains "version" parameter from "REPLACE.ME" - And body with value {"data": {"attributes": {"env_ids": [], "labels": ["production"]}, "type": "prompt-template-versions"}} - When the request is sent - Then the response status is 400 Bad Request - - @team:DataDog/ml-observability - Scenario: Update a specific LLM Observability prompt version returns "Not Found" response - Given operation "UpdateLLMObsPromptVersion" enabled - And new "UpdateLLMObsPromptVersion" request - And request contains "prompt_id" parameter with value "nonexistent-prompt" - And request contains "version" parameter with value 1 - And body with value {"data": {"attributes": {"env_ids": [], "labels": []}, "type": "prompt-template-versions"}} - When the request is sent - Then the response status is 404 Not Found - - @team:DataDog/ml-observability - Scenario: Update a specific LLM Observability prompt version returns "OK" response - Given there is a valid "prompt" in the system - And there is a valid "prompt_version" in the system - And operation "UpdateLLMObsPromptVersion" enabled - And new "UpdateLLMObsPromptVersion" request - And request contains "prompt_id" parameter from "prompt.data.attributes.prompt_id" - And request contains "version" parameter from "prompt_version.data.attributes.version" - And body with value {"data": {"attributes": {"description": "Give concise answers and cite relevant help-center articles."}, "type": "prompt-template-versions"}} - When the request is sent - Then the response status is 200 OK - - @generated @skip @team:DataDog/ml-observability - Scenario: Update an LLM Observability annotation queue returns "Bad Request" response + Scenario: Update an Agent Observability annotation queue returns "Bad Request" response Given operation "UpdateLLMObsAnnotationQueue" enabled And new "UpdateLLMObsAnnotationQueue" request And request contains "queue_id" parameter from "REPLACE.ME" @@ -1527,7 +1495,7 @@ Feature: LLM Observability Then the response status is 400 Bad Request @generated @skip @team:DataDog/ml-observability - Scenario: Update an LLM Observability annotation queue returns "Not Found" response + Scenario: Update an Agent Observability annotation queue returns "Not Found" response Given operation "UpdateLLMObsAnnotationQueue" enabled And new "UpdateLLMObsAnnotationQueue" request And request contains "queue_id" parameter from "REPLACE.ME" @@ -1536,7 +1504,7 @@ Feature: LLM Observability Then the response status is 404 Not Found @generated @skip @team:DataDog/ml-observability - Scenario: Update an LLM Observability annotation queue returns "OK" response + Scenario: Update an Agent Observability annotation queue returns "OK" response Given operation "UpdateLLMObsAnnotationQueue" enabled And new "UpdateLLMObsAnnotationQueue" request And request contains "queue_id" parameter from "REPLACE.ME" @@ -1545,7 +1513,7 @@ Feature: LLM Observability Then the response status is 200 OK @generated @skip @team:DataDog/ml-observability - Scenario: Update an LLM Observability dataset returns "Bad Request" response + Scenario: Update an Agent Observability dataset returns "Bad Request" response Given operation "UpdateLLMObsDataset" enabled And new "UpdateLLMObsDataset" request And request contains "project_id" parameter from "REPLACE.ME" @@ -1555,7 +1523,7 @@ Feature: LLM Observability Then the response status is 400 Bad Request @generated @skip @team:DataDog/ml-observability - Scenario: Update an LLM Observability dataset returns "Not Found" response + Scenario: Update an Agent Observability dataset returns "Not Found" response Given operation "UpdateLLMObsDataset" enabled And new "UpdateLLMObsDataset" request And request contains "project_id" parameter from "REPLACE.ME" @@ -1565,7 +1533,7 @@ Feature: LLM Observability Then the response status is 404 Not Found @generated @skip @team:DataDog/ml-observability - Scenario: Update an LLM Observability dataset returns "OK" response + Scenario: Update an Agent Observability dataset returns "OK" response Given operation "UpdateLLMObsDataset" enabled And new "UpdateLLMObsDataset" request And request contains "project_id" parameter from "REPLACE.ME" @@ -1575,7 +1543,7 @@ Feature: LLM Observability Then the response status is 200 OK @generated @skip @team:DataDog/ml-observability - Scenario: Update an LLM Observability experiment returns "Bad Request" response + Scenario: Update an Agent Observability experiment returns "Bad Request" response Given operation "UpdateLLMObsExperiment" enabled And new "UpdateLLMObsExperiment" request And request contains "experiment_id" parameter from "REPLACE.ME" @@ -1584,7 +1552,7 @@ Feature: LLM Observability Then the response status is 400 Bad Request @generated @skip @team:DataDog/ml-observability - Scenario: Update an LLM Observability experiment returns "Not Found" response + Scenario: Update an Agent Observability experiment returns "Not Found" response Given operation "UpdateLLMObsExperiment" enabled And new "UpdateLLMObsExperiment" request And request contains "experiment_id" parameter from "REPLACE.ME" @@ -1593,7 +1561,7 @@ Feature: LLM Observability Then the response status is 404 Not Found @generated @skip @team:DataDog/ml-observability - Scenario: Update an LLM Observability experiment returns "OK" response + Scenario: Update an Agent Observability experiment returns "OK" response Given operation "UpdateLLMObsExperiment" enabled And new "UpdateLLMObsExperiment" request And request contains "experiment_id" parameter from "REPLACE.ME" @@ -1602,7 +1570,7 @@ Feature: LLM Observability Then the response status is 200 OK @generated @skip @team:DataDog/ml-observability - Scenario: Update an LLM Observability project returns "Bad Request" response + Scenario: Update an Agent Observability project returns "Bad Request" response Given operation "UpdateLLMObsProject" enabled And new "UpdateLLMObsProject" request And request contains "project_id" parameter from "REPLACE.ME" @@ -1611,7 +1579,7 @@ Feature: LLM Observability Then the response status is 400 Bad Request @generated @skip @team:DataDog/ml-observability - Scenario: Update an LLM Observability project returns "Not Found" response + Scenario: Update an Agent Observability project returns "Not Found" response Given operation "UpdateLLMObsProject" enabled And new "UpdateLLMObsProject" request And request contains "project_id" parameter from "REPLACE.ME" @@ -1620,7 +1588,7 @@ Feature: LLM Observability Then the response status is 404 Not Found @generated @skip @team:DataDog/ml-observability - Scenario: Update an LLM Observability project returns "OK" response + Scenario: Update an Agent Observability project returns "OK" response Given operation "UpdateLLMObsProject" enabled And new "UpdateLLMObsProject" request And request contains "project_id" parameter from "REPLACE.ME" @@ -1629,7 +1597,7 @@ Feature: LLM Observability Then the response status is 200 OK @team:DataDog/ml-observability - Scenario: Update an LLM Observability prompt returns "Bad Request" response + Scenario: Update an Agent Observability prompt returns "Bad Request" response Given there is a valid "prompt" in the system And operation "UpdateLLMObsPrompt" enabled And new "UpdateLLMObsPrompt" request @@ -1639,7 +1607,7 @@ Feature: LLM Observability Then the response status is 400 Bad Request @team:DataDog/ml-observability - Scenario: Update an LLM Observability prompt returns "Not Found" response + Scenario: Update an Agent Observability prompt returns "Not Found" response Given operation "UpdateLLMObsPrompt" enabled And new "UpdateLLMObsPrompt" request And request contains "prompt_id" parameter with value "nonexistent-prompt" @@ -1648,7 +1616,7 @@ Feature: LLM Observability Then the response status is 404 Not Found @team:DataDog/ml-observability - Scenario: Update an LLM Observability prompt returns "OK" response + Scenario: Update an Agent Observability prompt returns "OK" response Given there is a valid "prompt" in the system And operation "UpdateLLMObsPrompt" enabled And new "UpdateLLMObsPrompt" request @@ -1657,6 +1625,38 @@ Feature: LLM Observability When the request is sent Then the response status is 200 OK + @generated @skip @team:DataDog/ml-observability + Scenario: Update an Agent Observability prompt version returns "Bad Request" response + Given operation "UpdateLLMObsPromptVersion" enabled + And new "UpdateLLMObsPromptVersion" request + And request contains "prompt_id" parameter from "REPLACE.ME" + And request contains "version" parameter from "REPLACE.ME" + And body with value {"data": {"attributes": {"env_ids": [], "labels": ["production"]}, "type": "prompt-template-versions"}} + When the request is sent + Then the response status is 400 Bad Request + + @team:DataDog/ml-observability + Scenario: Update an Agent Observability prompt version returns "Not Found" response + Given operation "UpdateLLMObsPromptVersion" enabled + And new "UpdateLLMObsPromptVersion" request + And request contains "prompt_id" parameter with value "nonexistent-prompt" + And request contains "version" parameter with value 1 + And body with value {"data": {"attributes": {"env_ids": [], "labels": []}, "type": "prompt-template-versions"}} + When the request is sent + Then the response status is 404 Not Found + + @team:DataDog/ml-observability + Scenario: Update an Agent Observability prompt version returns "OK" response + Given there is a valid "prompt" in the system + And there is a valid "prompt_version" in the system + And operation "UpdateLLMObsPromptVersion" enabled + And new "UpdateLLMObsPromptVersion" request + And request contains "prompt_id" parameter from "prompt.data.attributes.prompt_id" + And request contains "version" parameter from "prompt_version.data.attributes.version" + And body with value {"data": {"attributes": {"description": "Give concise answers and cite relevant help-center articles."}, "type": "prompt-template-versions"}} + When the request is sent + Then the response status is 200 OK + @generated @skip @team:DataDog/ml-observability Scenario: Update annotation queue label schema returns "Bad Request" response Given operation "UpdateLLMObsAnnotationQueueLabelSchema" enabled @@ -1685,7 +1685,7 @@ Feature: LLM Observability Then the response status is 200 OK @generated @skip @team:DataDog/ml-observability - Scenario: Upload records to an LLM Observability dataset returns "Bad Request" response + Scenario: Upload records to an Agent Observability dataset returns "Bad Request" response Given operation "UploadLLMObsDatasetRecordsFile" enabled And new "UploadLLMObsDatasetRecordsFile" request And request contains "project_id" parameter from "REPLACE.ME" @@ -1694,7 +1694,7 @@ Feature: LLM Observability Then the response status is 400 Bad Request @generated @skip @team:DataDog/ml-observability - Scenario: Upload records to an LLM Observability dataset returns "Not Found" response + Scenario: Upload records to an Agent Observability dataset returns "Not Found" response Given operation "UploadLLMObsDatasetRecordsFile" enabled And new "UploadLLMObsDatasetRecordsFile" request And request contains "project_id" parameter from "REPLACE.ME" @@ -1703,7 +1703,7 @@ Feature: LLM Observability Then the response status is 404 Not Found @generated @skip @team:DataDog/ml-observability - Scenario: Upload records to an LLM Observability dataset returns "OK" response + Scenario: Upload records to an Agent Observability dataset returns "OK" response Given operation "UploadLLMObsDatasetRecordsFile" enabled And new "UploadLLMObsDatasetRecordsFile" request And request contains "project_id" parameter from "REPLACE.ME" diff --git a/src/test/resources/com/datadog/api/client/v2/api/rum_retention_quota.feature b/src/test/resources/com/datadog/api/client/v2/api/rum_retention_quota.feature new file mode 100644 index 00000000000..527a1597d4d --- /dev/null +++ b/src/test/resources/com/datadog/api/client/v2/api/rum_retention_quota.feature @@ -0,0 +1,100 @@ +@endpoint(rum-retention-quota) @endpoint(rum-retention-quota-v2) +Feature: RUM Retention Quota + Manage RUM retention quota configurations for your organization's RUM + applications. + + Background: + Given a valid "apiKeyAuth" key in the system + And a valid "appKeyAuth" key in the system + And an instance of "RUMRetentionQuota" API + + @skip @team:DataDog/rum-backend + Scenario: Create or update a RUM retention quota config returns "Bad Request" response + Given new "UpsertRumQuotaConfig" request + And request contains "scope_type" parameter with value "application" + And request contains "scope_id" parameter with value "invalid-scope-id" + And body with value {"data": {"attributes": {"adaptive": {"max_retention_rate": 0.5}, "custom": {"daily_reset_time": "08:00", "daily_reset_timezone": "+09:00", "quota_reached_action": "stop", "session_limit": 1000000, "window_type": "daily"}, "mode": "custom"}, "id": "cd73a516-a481-4af5-8352-9b577465c77b", "type": "rum_quota_config"}} + When the request is sent + Then the response status is 400 Bad Request + + @skip @team:DataDog/rum-backend + Scenario: Create or update a RUM retention quota config returns "Not Found" response + Given new "UpsertRumQuotaConfig" request + And request contains "scope_type" parameter with value "application" + And request contains "scope_id" parameter with value "{{ unique }}" + And body with value {"data": {"attributes": {"adaptive": {"max_retention_rate": 0.5}, "custom": {"daily_reset_time": "08:00", "daily_reset_timezone": "+09:00", "quota_reached_action": "stop", "session_limit": 1000000, "window_type": "daily"}, "mode": "custom"}, "id": "{{ unique }}", "type": "rum_quota_config"}} + When the request is sent + Then the response status is 404 Not Found + + @skip @team:DataDog/rum-backend + Scenario: Create or update a RUM retention quota config returns "OK" response + Given new "UpsertRumQuotaConfig" request + And request contains "scope_type" parameter with value "application" + And request contains "scope_id" parameter with value "ced16651-97b6-4e67-8590-8caec3af0695" + And body with value {"data": {"attributes": {"adaptive": {"max_retention_rate": 0.5}, "custom": {"daily_reset_time": "08:00", "daily_reset_timezone": "+09:00", "quota_reached_action": "stop", "session_limit": 1000000, "window_type": "daily"}, "mode": "custom"}, "id": "ced16651-97b6-4e67-8590-8caec3af0695", "type": "rum_quota_config"}} + When the request is sent + Then the response status is 200 OK + + @generated @skip @team:DataDog/rum-backend + Scenario: Delete a RUM retention quota configuration returns "Bad Request" response + Given new "DeleteRumQuotaConfig" request + And request contains "scope_type" parameter from "REPLACE.ME" + And request contains "scope_id" parameter from "REPLACE.ME" + When the request is sent + Then the response status is 400 Bad Request + + @skip @team:DataDog/rum-backend + Scenario: Delete a RUM retention quota configuration returns "No Content" response + Given new "DeleteRumQuotaConfig" request + And request contains "scope_type" parameter with value "application" + And request contains "scope_id" parameter with value "ced16651-97b6-4e67-8590-8caec3af0695" + When the request is sent + Then the response status is 204 No Content + + @skip @team:DataDog/rum-backend + Scenario: Delete a RUM retention quota configuration returns "Not Found" response + Given new "DeleteRumQuotaConfig" request + And request contains "scope_type" parameter with value "application" + And request contains "scope_id" parameter with value "{{ unique }}" + When the request is sent + Then the response status is 404 Not Found + + @skip @team:DataDog/rum-backend + Scenario: Delete a RUM retention quota configuration returns "Not Found" response for an invalid scope_id + Given new "DeleteRumQuotaConfig" request + And request contains "scope_type" parameter with value "application" + And request contains "scope_id" parameter with value "invalid-scope-id" + When the request is sent + Then the response status is 404 Not Found + + @generated @skip @team:DataDog/rum-backend + Scenario: Get a RUM retention quota configuration returns "Bad Request" response + Given new "GetRumQuotaConfig" request + And request contains "scope_type" parameter from "REPLACE.ME" + And request contains "scope_id" parameter from "REPLACE.ME" + When the request is sent + Then the response status is 400 Bad Request + + @skip @team:DataDog/rum-backend + Scenario: Get a RUM retention quota configuration returns "Not Found" response + Given new "GetRumQuotaConfig" request + And request contains "scope_type" parameter with value "application" + And request contains "scope_id" parameter with value "1d4b9c34-7ac4-423a-91cf-9902d926e9b3" + When the request is sent + Then the response status is 404 Not Found + + @skip @team:DataDog/rum-backend + Scenario: Get a RUM retention quota configuration returns "Not Found" response for an invalid scope_id + Given new "GetRumQuotaConfig" request + And request contains "scope_type" parameter with value "application" + And request contains "scope_id" parameter with value "invalid-scope-id" + When the request is sent + Then the response status is 404 Not Found + + @skip @team:DataDog/rum-backend + Scenario: Get a RUM retention quota configuration returns "OK" response + Given new "GetRumQuotaConfig" request + And request contains "scope_type" parameter with value "application" + And request contains "scope_id" parameter with value "ced16651-97b6-4e67-8590-8caec3af0695" + When the request is sent + Then the response status is 200 OK diff --git a/src/test/resources/com/datadog/api/client/v2/api/synthetics.feature b/src/test/resources/com/datadog/api/client/v2/api/synthetics.feature index f43e2e2c997..dcc681c00c8 100644 --- a/src/test/resources/com/datadog/api/client/v2/api/synthetics.feature +++ b/src/test/resources/com/datadog/api/client/v2/api/synthetics.feature @@ -1,6 +1,6 @@ @endpoint(synthetics) @endpoint(synthetics-v2) Feature: Synthetics - Synthetic tests use simulated requests and actions so you can monitor the + Synthetic tests use simulated requests and actions to help you monitor the availability and performance of systems and applications. Datadog supports the following types of synthetic tests: - [API tests](https://docs.datadoghq.com/synthetics/api_tests/) - [Browser diff --git a/src/test/resources/com/datadog/api/client/v2/api/undo.json b/src/test/resources/com/datadog/api/client/v2/api/undo.json index 981c19e6008..a10bf1ff67f 100644 --- a/src/test/resources/com/datadog/api/client/v2/api/undo.json +++ b/src/test/resources/com/datadog/api/client/v2/api/undo.json @@ -7086,6 +7086,24 @@ "type": "idempotent" } }, + "DeleteRumQuotaConfig": { + "tag": "RUM Retention Quota", + "undo": { + "type": "idempotent" + } + }, + "GetRumQuotaConfig": { + "tag": "RUM Retention Quota", + "undo": { + "type": "safe" + } + }, + "UpsertRumQuotaConfig": { + "tag": "RUM Retention Quota", + "undo": { + "type": "idempotent" + } + }, "ListRUMEvents": { "tag": "RUM", "undo": { diff --git a/src/test/resources/generated-test/test-runner-data/manifest.json b/src/test/resources/generated-test/test-runner-data/manifest.json index 223f67021a3..c3563dc58df 100644 --- a/src/test/resources/generated-test/test-runner-data/manifest.json +++ b/src/test/resources/generated-test/test-runner-data/manifest.json @@ -6310,134 +6310,134 @@ { "feature": "LLM Observability", "feature_file": "../../com/datadog/api/client/v2/api/llm_observability.feature", - "file": "v2/llm-observability/create-a-new-llm-observability-prompt-version-returns-bad-request-response.json", - "scenario": "Create a new LLM Observability prompt version returns \"Bad Request\" response", + "file": "v2/llm-observability/create-a-new-agent-observability-prompt-version-returns-bad-request-response.json", + "scenario": "Create a new Agent Observability prompt version returns \"Bad Request\" response", "version": "v2" }, { "feature": "LLM Observability", "feature_file": "../../com/datadog/api/client/v2/api/llm_observability.feature", - "file": "v2/llm-observability/create-a-new-llm-observability-prompt-version-returns-not-found-response.json", - "scenario": "Create a new LLM Observability prompt version returns \"Not Found\" response", + "file": "v2/llm-observability/create-a-new-agent-observability-prompt-version-returns-not-found-response.json", + "scenario": "Create a new Agent Observability prompt version returns \"Not Found\" response", "version": "v2" }, { "feature": "LLM Observability", "feature_file": "../../com/datadog/api/client/v2/api/llm_observability.feature", - "file": "v2/llm-observability/create-a-new-llm-observability-prompt-version-returns-ok-response.json", - "scenario": "Create a new LLM Observability prompt version returns \"OK\" response", + "file": "v2/llm-observability/create-a-new-agent-observability-prompt-version-returns-ok-response.json", + "scenario": "Create a new Agent Observability prompt version returns \"OK\" response", "version": "v2" }, { "feature": "LLM Observability", "feature_file": "../../com/datadog/api/client/v2/api/llm_observability.feature", - "file": "v2/llm-observability/create-an-llm-observability-prompt-returns-bad-request-response.json", - "scenario": "Create an LLM Observability prompt returns \"Bad Request\" response", + "file": "v2/llm-observability/create-an-agent-observability-prompt-returns-bad-request-response.json", + "scenario": "Create an Agent Observability prompt returns \"Bad Request\" response", "version": "v2" }, { "feature": "LLM Observability", "feature_file": "../../com/datadog/api/client/v2/api/llm_observability.feature", - "file": "v2/llm-observability/create-an-llm-observability-prompt-returns-conflict-response.json", - "scenario": "Create an LLM Observability prompt returns \"Conflict\" response", + "file": "v2/llm-observability/create-an-agent-observability-prompt-returns-conflict-response.json", + "scenario": "Create an Agent Observability prompt returns \"Conflict\" response", "version": "v2" }, { "feature": "LLM Observability", "feature_file": "../../com/datadog/api/client/v2/api/llm_observability.feature", - "file": "v2/llm-observability/create-an-llm-observability-prompt-returns-ok-response.json", - "scenario": "Create an LLM Observability prompt returns \"OK\" response", + "file": "v2/llm-observability/create-an-agent-observability-prompt-returns-ok-response.json", + "scenario": "Create an Agent Observability prompt returns \"OK\" response", "version": "v2" }, { "feature": "LLM Observability", "feature_file": "../../com/datadog/api/client/v2/api/llm_observability.feature", - "file": "v2/llm-observability/delete-an-llm-observability-prompt-returns-not-found-response.json", - "scenario": "Delete an LLM Observability prompt returns \"Not Found\" response", + "file": "v2/llm-observability/delete-an-agent-observability-prompt-returns-not-found-response.json", + "scenario": "Delete an Agent Observability prompt returns \"Not Found\" response", "version": "v2" }, { "feature": "LLM Observability", "feature_file": "../../com/datadog/api/client/v2/api/llm_observability.feature", - "file": "v2/llm-observability/delete-an-llm-observability-prompt-returns-ok-response.json", - "scenario": "Delete an LLM Observability prompt returns \"OK\" response", + "file": "v2/llm-observability/delete-an-agent-observability-prompt-returns-ok-response.json", + "scenario": "Delete an Agent Observability prompt returns \"OK\" response", "version": "v2" }, { "feature": "LLM Observability", "feature_file": "../../com/datadog/api/client/v2/api/llm_observability.feature", - "file": "v2/llm-observability/get-a-specific-llm-observability-prompt-version-returns-not-found-response.json", - "scenario": "Get a specific LLM Observability prompt version returns \"Not Found\" response", + "file": "v2/llm-observability/get-a-specific-agent-observability-prompt-version-returns-not-found-response.json", + "scenario": "Get a specific Agent Observability prompt version returns \"Not Found\" response", "version": "v2" }, { "feature": "LLM Observability", "feature_file": "../../com/datadog/api/client/v2/api/llm_observability.feature", - "file": "v2/llm-observability/get-a-specific-llm-observability-prompt-version-returns-ok-response.json", - "scenario": "Get a specific LLM Observability prompt version returns \"OK\" response", + "file": "v2/llm-observability/get-a-specific-agent-observability-prompt-version-returns-ok-response.json", + "scenario": "Get a specific Agent Observability prompt version returns \"OK\" response", "version": "v2" }, { "feature": "LLM Observability", "feature_file": "../../com/datadog/api/client/v2/api/llm_observability.feature", - "file": "v2/llm-observability/get-an-llm-observability-prompt-returns-not-found-response.json", - "scenario": "Get an LLM Observability prompt returns \"Not Found\" response", + "file": "v2/llm-observability/get-an-agent-observability-prompt-returns-not-found-response.json", + "scenario": "Get an Agent Observability prompt returns \"Not Found\" response", "version": "v2" }, { "feature": "LLM Observability", "feature_file": "../../com/datadog/api/client/v2/api/llm_observability.feature", - "file": "v2/llm-observability/get-an-llm-observability-prompt-returns-ok-response.json", - "scenario": "Get an LLM Observability prompt returns \"OK\" response", + "file": "v2/llm-observability/get-an-agent-observability-prompt-returns-ok-response.json", + "scenario": "Get an Agent Observability prompt returns \"OK\" response", "version": "v2" }, { "feature": "LLM Observability", "feature_file": "../../com/datadog/api/client/v2/api/llm_observability.feature", - "file": "v2/llm-observability/list-llm-observability-prompts-returns-ok-response.json", - "scenario": "List LLM Observability prompts returns \"OK\" response", + "file": "v2/llm-observability/list-agent-observability-prompts-returns-ok-response.json", + "scenario": "List Agent Observability prompts returns \"OK\" response", "version": "v2" }, { "feature": "LLM Observability", "feature_file": "../../com/datadog/api/client/v2/api/llm_observability.feature", - "file": "v2/llm-observability/list-versions-of-an-llm-observability-prompt-returns-ok-response.json", - "scenario": "List versions of an LLM Observability prompt returns \"OK\" response", + "file": "v2/llm-observability/list-versions-of-an-agent-observability-prompt-returns-ok-response.json", + "scenario": "List versions of an Agent Observability prompt returns \"OK\" response", "version": "v2" }, { "feature": "LLM Observability", "feature_file": "../../com/datadog/api/client/v2/api/llm_observability.feature", - "file": "v2/llm-observability/update-a-specific-llm-observability-prompt-version-returns-not-found-response.json", - "scenario": "Update a specific LLM Observability prompt version returns \"Not Found\" response", + "file": "v2/llm-observability/update-an-agent-observability-prompt-returns-bad-request-response.json", + "scenario": "Update an Agent Observability prompt returns \"Bad Request\" response", "version": "v2" }, { "feature": "LLM Observability", "feature_file": "../../com/datadog/api/client/v2/api/llm_observability.feature", - "file": "v2/llm-observability/update-a-specific-llm-observability-prompt-version-returns-ok-response.json", - "scenario": "Update a specific LLM Observability prompt version returns \"OK\" response", + "file": "v2/llm-observability/update-an-agent-observability-prompt-returns-not-found-response.json", + "scenario": "Update an Agent Observability prompt returns \"Not Found\" response", "version": "v2" }, { "feature": "LLM Observability", "feature_file": "../../com/datadog/api/client/v2/api/llm_observability.feature", - "file": "v2/llm-observability/update-an-llm-observability-prompt-returns-bad-request-response.json", - "scenario": "Update an LLM Observability prompt returns \"Bad Request\" response", + "file": "v2/llm-observability/update-an-agent-observability-prompt-returns-ok-response.json", + "scenario": "Update an Agent Observability prompt returns \"OK\" response", "version": "v2" }, { "feature": "LLM Observability", "feature_file": "../../com/datadog/api/client/v2/api/llm_observability.feature", - "file": "v2/llm-observability/update-an-llm-observability-prompt-returns-not-found-response.json", - "scenario": "Update an LLM Observability prompt returns \"Not Found\" response", + "file": "v2/llm-observability/update-an-agent-observability-prompt-version-returns-not-found-response.json", + "scenario": "Update an Agent Observability prompt version returns \"Not Found\" response", "version": "v2" }, { "feature": "LLM Observability", "feature_file": "../../com/datadog/api/client/v2/api/llm_observability.feature", - "file": "v2/llm-observability/update-an-llm-observability-prompt-returns-ok-response.json", - "scenario": "Update an LLM Observability prompt returns \"OK\" response", + "file": "v2/llm-observability/update-an-agent-observability-prompt-version-returns-ok-response.json", + "scenario": "Update an Agent Observability prompt version returns \"OK\" response", "version": "v2" }, { diff --git a/src/test/resources/generated-test/test-runner-data/v2/llm-observability/create-a-new-llm-observability-prompt-version-returns-bad-request-response.json b/src/test/resources/generated-test/test-runner-data/v2/llm-observability/create-a-new-agent-observability-prompt-version-returns-bad-request-response.json similarity index 83% rename from src/test/resources/generated-test/test-runner-data/v2/llm-observability/create-a-new-llm-observability-prompt-version-returns-bad-request-response.json rename to src/test/resources/generated-test/test-runner-data/v2/llm-observability/create-a-new-agent-observability-prompt-version-returns-bad-request-response.json index 65929251dd9..b4e07ed5098 100644 --- a/src/test/resources/generated-test/test-runner-data/v2/llm-observability/create-a-new-llm-observability-prompt-version-returns-bad-request-response.json +++ b/src/test/resources/generated-test/test-runner-data/v2/llm-observability/create-a-new-agent-observability-prompt-version-returns-bad-request-response.json @@ -2,7 +2,7 @@ "api": "LLMObservability", "expected_status": 400, "feature": "LLM Observability", - "id": "v2/LLM Observability/Create a new LLM Observability prompt version returns \"Bad Request\" response", + "id": "v2/LLM Observability/Create a new Agent Observability prompt version returns \"Bad Request\" response", "operation_id": "CreateLLMObsPromptVersion", "request": { "body": { @@ -44,7 +44,7 @@ ], "path": "/api/v2/llm-obs/v1/prompts/{prompt_id}/versions" }, - "scenario": "Create a new LLM Observability prompt version returns \"Bad Request\" response", + "scenario": "Create a new Agent Observability prompt version returns \"Bad Request\" response", "schema_version": 1, "version": "v2" } diff --git a/src/test/resources/generated-test/test-runner-data/v2/llm-observability/create-a-new-llm-observability-prompt-version-returns-not-found-response.json b/src/test/resources/generated-test/test-runner-data/v2/llm-observability/create-a-new-agent-observability-prompt-version-returns-not-found-response.json similarity index 85% rename from src/test/resources/generated-test/test-runner-data/v2/llm-observability/create-a-new-llm-observability-prompt-version-returns-not-found-response.json rename to src/test/resources/generated-test/test-runner-data/v2/llm-observability/create-a-new-agent-observability-prompt-version-returns-not-found-response.json index ad4bf8d9f78..25e5f26b65c 100644 --- a/src/test/resources/generated-test/test-runner-data/v2/llm-observability/create-a-new-llm-observability-prompt-version-returns-not-found-response.json +++ b/src/test/resources/generated-test/test-runner-data/v2/llm-observability/create-a-new-agent-observability-prompt-version-returns-not-found-response.json @@ -2,7 +2,7 @@ "api": "LLMObservability", "expected_status": 404, "feature": "LLM Observability", - "id": "v2/LLM Observability/Create a new LLM Observability prompt version returns \"Not Found\" response", + "id": "v2/LLM Observability/Create a new Agent Observability prompt version returns \"Not Found\" response", "operation_id": "CreateLLMObsPromptVersion", "request": { "body": { @@ -51,7 +51,7 @@ ], "path": "/api/v2/llm-obs/v1/prompts/{prompt_id}/versions" }, - "scenario": "Create a new LLM Observability prompt version returns \"Not Found\" response", + "scenario": "Create a new Agent Observability prompt version returns \"Not Found\" response", "schema_version": 1, "version": "v2" } diff --git a/src/test/resources/generated-test/test-runner-data/v2/llm-observability/create-a-new-llm-observability-prompt-version-returns-ok-response.json b/src/test/resources/generated-test/test-runner-data/v2/llm-observability/create-a-new-agent-observability-prompt-version-returns-ok-response.json similarity index 88% rename from src/test/resources/generated-test/test-runner-data/v2/llm-observability/create-a-new-llm-observability-prompt-version-returns-ok-response.json rename to src/test/resources/generated-test/test-runner-data/v2/llm-observability/create-a-new-agent-observability-prompt-version-returns-ok-response.json index c6ef8f22009..74bcabd678d 100644 --- a/src/test/resources/generated-test/test-runner-data/v2/llm-observability/create-a-new-llm-observability-prompt-version-returns-ok-response.json +++ b/src/test/resources/generated-test/test-runner-data/v2/llm-observability/create-a-new-agent-observability-prompt-version-returns-ok-response.json @@ -2,7 +2,7 @@ "api": "LLMObservability", "expected_status": 200, "feature": "LLM Observability", - "id": "v2/LLM Observability/Create a new LLM Observability prompt version returns \"OK\" response", + "id": "v2/LLM Observability/Create a new Agent Observability prompt version returns \"OK\" response", "operation_id": "CreateLLMObsPromptVersion", "request": { "body": { @@ -53,7 +53,7 @@ ], "path": "/api/v2/llm-obs/v1/prompts/{prompt_id}/versions" }, - "scenario": "Create a new LLM Observability prompt version returns \"OK\" response", + "scenario": "Create a new Agent Observability prompt version returns \"OK\" response", "schema_version": 1, "version": "v2" } diff --git a/src/test/resources/generated-test/test-runner-data/v2/llm-observability/create-an-llm-observability-prompt-returns-bad-request-response.json b/src/test/resources/generated-test/test-runner-data/v2/llm-observability/create-an-agent-observability-prompt-returns-bad-request-response.json similarity index 78% rename from src/test/resources/generated-test/test-runner-data/v2/llm-observability/create-an-llm-observability-prompt-returns-bad-request-response.json rename to src/test/resources/generated-test/test-runner-data/v2/llm-observability/create-an-agent-observability-prompt-returns-bad-request-response.json index df5731e579d..057ef75badd 100644 --- a/src/test/resources/generated-test/test-runner-data/v2/llm-observability/create-an-llm-observability-prompt-returns-bad-request-response.json +++ b/src/test/resources/generated-test/test-runner-data/v2/llm-observability/create-an-agent-observability-prompt-returns-bad-request-response.json @@ -2,7 +2,7 @@ "api": "LLMObservability", "expected_status": 400, "feature": "LLM Observability", - "id": "v2/LLM Observability/Create an LLM Observability prompt returns \"Bad Request\" response", + "id": "v2/LLM Observability/Create an Agent Observability prompt returns \"Bad Request\" response", "operation_id": "CreateLLMObsPrompt", "request": { "body": { @@ -28,7 +28,7 @@ "parameters": [], "path": "/api/v2/llm-obs/v1/prompts" }, - "scenario": "Create an LLM Observability prompt returns \"Bad Request\" response", + "scenario": "Create an Agent Observability prompt returns \"Bad Request\" response", "schema_version": 1, "version": "v2" } diff --git a/src/test/resources/generated-test/test-runner-data/v2/llm-observability/create-an-llm-observability-prompt-returns-conflict-response.json b/src/test/resources/generated-test/test-runner-data/v2/llm-observability/create-an-agent-observability-prompt-returns-conflict-response.json similarity index 83% rename from src/test/resources/generated-test/test-runner-data/v2/llm-observability/create-an-llm-observability-prompt-returns-conflict-response.json rename to src/test/resources/generated-test/test-runner-data/v2/llm-observability/create-an-agent-observability-prompt-returns-conflict-response.json index b840eeafa59..2274a084ac1 100644 --- a/src/test/resources/generated-test/test-runner-data/v2/llm-observability/create-an-llm-observability-prompt-returns-conflict-response.json +++ b/src/test/resources/generated-test/test-runner-data/v2/llm-observability/create-an-agent-observability-prompt-returns-conflict-response.json @@ -2,7 +2,7 @@ "api": "LLMObservability", "expected_status": 409, "feature": "LLM Observability", - "id": "v2/LLM Observability/Create an LLM Observability prompt returns \"Conflict\" response", + "id": "v2/LLM Observability/Create an Agent Observability prompt returns \"Conflict\" response", "operation_id": "CreateLLMObsPrompt", "request": { "body": { @@ -35,7 +35,7 @@ "parameters": [], "path": "/api/v2/llm-obs/v1/prompts" }, - "scenario": "Create an LLM Observability prompt returns \"Conflict\" response", + "scenario": "Create an Agent Observability prompt returns \"Conflict\" response", "schema_version": 1, "version": "v2" } diff --git a/src/test/resources/generated-test/test-runner-data/v2/llm-observability/create-an-llm-observability-prompt-returns-ok-response.json b/src/test/resources/generated-test/test-runner-data/v2/llm-observability/create-an-agent-observability-prompt-returns-ok-response.json similarity index 86% rename from src/test/resources/generated-test/test-runner-data/v2/llm-observability/create-an-llm-observability-prompt-returns-ok-response.json rename to src/test/resources/generated-test/test-runner-data/v2/llm-observability/create-an-agent-observability-prompt-returns-ok-response.json index c0b21409bdc..e161b9390fc 100644 --- a/src/test/resources/generated-test/test-runner-data/v2/llm-observability/create-an-llm-observability-prompt-returns-ok-response.json +++ b/src/test/resources/generated-test/test-runner-data/v2/llm-observability/create-an-agent-observability-prompt-returns-ok-response.json @@ -2,7 +2,7 @@ "api": "LLMObservability", "expected_status": 200, "feature": "LLM Observability", - "id": "v2/LLM Observability/Create an LLM Observability prompt returns \"OK\" response", + "id": "v2/LLM Observability/Create an Agent Observability prompt returns \"OK\" response", "operation_id": "CreateLLMObsPrompt", "request": { "body": { @@ -38,7 +38,7 @@ "parameters": [], "path": "/api/v2/llm-obs/v1/prompts" }, - "scenario": "Create an LLM Observability prompt returns \"OK\" response", + "scenario": "Create an Agent Observability prompt returns \"OK\" response", "schema_version": 1, "version": "v2" } diff --git a/src/test/resources/generated-test/test-runner-data/v2/llm-observability/delete-an-llm-observability-prompt-returns-not-found-response.json b/src/test/resources/generated-test/test-runner-data/v2/llm-observability/delete-an-agent-observability-prompt-returns-not-found-response.json similarity index 79% rename from src/test/resources/generated-test/test-runner-data/v2/llm-observability/delete-an-llm-observability-prompt-returns-not-found-response.json rename to src/test/resources/generated-test/test-runner-data/v2/llm-observability/delete-an-agent-observability-prompt-returns-not-found-response.json index 743ed233546..20711a59326 100644 --- a/src/test/resources/generated-test/test-runner-data/v2/llm-observability/delete-an-llm-observability-prompt-returns-not-found-response.json +++ b/src/test/resources/generated-test/test-runner-data/v2/llm-observability/delete-an-agent-observability-prompt-returns-not-found-response.json @@ -2,7 +2,7 @@ "api": "LLMObservability", "expected_status": 404, "feature": "LLM Observability", - "id": "v2/LLM Observability/Delete an LLM Observability prompt returns \"Not Found\" response", + "id": "v2/LLM Observability/Delete an Agent Observability prompt returns \"Not Found\" response", "operation_id": "DeleteLLMObsPrompt", "request": { "body": null, @@ -29,7 +29,7 @@ ], "path": "/api/v2/llm-obs/v1/prompts/{prompt_id}" }, - "scenario": "Delete an LLM Observability prompt returns \"Not Found\" response", + "scenario": "Delete an Agent Observability prompt returns \"Not Found\" response", "schema_version": 1, "version": "v2" } diff --git a/src/test/resources/generated-test/test-runner-data/v2/llm-observability/delete-an-llm-observability-prompt-returns-ok-response.json b/src/test/resources/generated-test/test-runner-data/v2/llm-observability/delete-an-agent-observability-prompt-returns-ok-response.json similarity index 80% rename from src/test/resources/generated-test/test-runner-data/v2/llm-observability/delete-an-llm-observability-prompt-returns-ok-response.json rename to src/test/resources/generated-test/test-runner-data/v2/llm-observability/delete-an-agent-observability-prompt-returns-ok-response.json index 110b0d02fb4..94181f53e9e 100644 --- a/src/test/resources/generated-test/test-runner-data/v2/llm-observability/delete-an-llm-observability-prompt-returns-ok-response.json +++ b/src/test/resources/generated-test/test-runner-data/v2/llm-observability/delete-an-agent-observability-prompt-returns-ok-response.json @@ -2,7 +2,7 @@ "api": "LLMObservability", "expected_status": 200, "feature": "LLM Observability", - "id": "v2/LLM Observability/Delete an LLM Observability prompt returns \"OK\" response", + "id": "v2/LLM Observability/Delete an Agent Observability prompt returns \"OK\" response", "operation_id": "DeleteLLMObsPrompt", "request": { "body": null, @@ -29,7 +29,7 @@ ], "path": "/api/v2/llm-obs/v1/prompts/{prompt_id}" }, - "scenario": "Delete an LLM Observability prompt returns \"OK\" response", + "scenario": "Delete an Agent Observability prompt returns \"OK\" response", "schema_version": 1, "version": "v2" } diff --git a/src/test/resources/generated-test/test-runner-data/v2/llm-observability/get-a-specific-llm-observability-prompt-version-returns-not-found-response.json b/src/test/resources/generated-test/test-runner-data/v2/llm-observability/get-a-specific-agent-observability-prompt-version-returns-not-found-response.json similarity index 83% rename from src/test/resources/generated-test/test-runner-data/v2/llm-observability/get-a-specific-llm-observability-prompt-version-returns-not-found-response.json rename to src/test/resources/generated-test/test-runner-data/v2/llm-observability/get-a-specific-agent-observability-prompt-version-returns-not-found-response.json index 08da415a6c6..961bfbfb712 100644 --- a/src/test/resources/generated-test/test-runner-data/v2/llm-observability/get-a-specific-llm-observability-prompt-version-returns-not-found-response.json +++ b/src/test/resources/generated-test/test-runner-data/v2/llm-observability/get-a-specific-agent-observability-prompt-version-returns-not-found-response.json @@ -2,7 +2,7 @@ "api": "LLMObservability", "expected_status": 404, "feature": "LLM Observability", - "id": "v2/LLM Observability/Get a specific LLM Observability prompt version returns \"Not Found\" response", + "id": "v2/LLM Observability/Get a specific Agent Observability prompt version returns \"Not Found\" response", "operation_id": "GetLLMObsPromptVersion", "request": { "body": null, @@ -45,7 +45,7 @@ ], "path": "/api/v2/llm-obs/v1/prompts/{prompt_id}/versions/{version}" }, - "scenario": "Get a specific LLM Observability prompt version returns \"Not Found\" response", + "scenario": "Get a specific Agent Observability prompt version returns \"Not Found\" response", "schema_version": 1, "version": "v2" } diff --git a/src/test/resources/generated-test/test-runner-data/v2/llm-observability/get-a-specific-llm-observability-prompt-version-returns-ok-response.json b/src/test/resources/generated-test/test-runner-data/v2/llm-observability/get-a-specific-agent-observability-prompt-version-returns-ok-response.json similarity index 84% rename from src/test/resources/generated-test/test-runner-data/v2/llm-observability/get-a-specific-llm-observability-prompt-version-returns-ok-response.json rename to src/test/resources/generated-test/test-runner-data/v2/llm-observability/get-a-specific-agent-observability-prompt-version-returns-ok-response.json index 87d861d12b6..327aad1e678 100644 --- a/src/test/resources/generated-test/test-runner-data/v2/llm-observability/get-a-specific-llm-observability-prompt-version-returns-ok-response.json +++ b/src/test/resources/generated-test/test-runner-data/v2/llm-observability/get-a-specific-agent-observability-prompt-version-returns-ok-response.json @@ -2,7 +2,7 @@ "api": "LLMObservability", "expected_status": 200, "feature": "LLM Observability", - "id": "v2/LLM Observability/Get a specific LLM Observability prompt version returns \"OK\" response", + "id": "v2/LLM Observability/Get a specific Agent Observability prompt version returns \"OK\" response", "operation_id": "GetLLMObsPromptVersion", "request": { "body": null, @@ -45,7 +45,7 @@ ], "path": "/api/v2/llm-obs/v1/prompts/{prompt_id}/versions/{version}" }, - "scenario": "Get a specific LLM Observability prompt version returns \"OK\" response", + "scenario": "Get a specific Agent Observability prompt version returns \"OK\" response", "schema_version": 1, "version": "v2" } diff --git a/src/test/resources/generated-test/test-runner-data/v2/llm-observability/get-an-llm-observability-prompt-returns-not-found-response.json b/src/test/resources/generated-test/test-runner-data/v2/llm-observability/get-an-agent-observability-prompt-returns-not-found-response.json similarity index 79% rename from src/test/resources/generated-test/test-runner-data/v2/llm-observability/get-an-llm-observability-prompt-returns-not-found-response.json rename to src/test/resources/generated-test/test-runner-data/v2/llm-observability/get-an-agent-observability-prompt-returns-not-found-response.json index c7cbbe4ad6b..114333ebc10 100644 --- a/src/test/resources/generated-test/test-runner-data/v2/llm-observability/get-an-llm-observability-prompt-returns-not-found-response.json +++ b/src/test/resources/generated-test/test-runner-data/v2/llm-observability/get-an-agent-observability-prompt-returns-not-found-response.json @@ -2,7 +2,7 @@ "api": "LLMObservability", "expected_status": 404, "feature": "LLM Observability", - "id": "v2/LLM Observability/Get an LLM Observability prompt returns \"Not Found\" response", + "id": "v2/LLM Observability/Get an Agent Observability prompt returns \"Not Found\" response", "operation_id": "GetLLMObsPrompt", "request": { "body": null, @@ -29,7 +29,7 @@ ], "path": "/api/v2/llm-obs/v1/prompts/{prompt_id}" }, - "scenario": "Get an LLM Observability prompt returns \"Not Found\" response", + "scenario": "Get an Agent Observability prompt returns \"Not Found\" response", "schema_version": 1, "version": "v2" } diff --git a/src/test/resources/generated-test/test-runner-data/v2/llm-observability/get-an-llm-observability-prompt-returns-ok-response.json b/src/test/resources/generated-test/test-runner-data/v2/llm-observability/get-an-agent-observability-prompt-returns-ok-response.json similarity index 81% rename from src/test/resources/generated-test/test-runner-data/v2/llm-observability/get-an-llm-observability-prompt-returns-ok-response.json rename to src/test/resources/generated-test/test-runner-data/v2/llm-observability/get-an-agent-observability-prompt-returns-ok-response.json index 05b27196523..3fa5597ba6f 100644 --- a/src/test/resources/generated-test/test-runner-data/v2/llm-observability/get-an-llm-observability-prompt-returns-ok-response.json +++ b/src/test/resources/generated-test/test-runner-data/v2/llm-observability/get-an-agent-observability-prompt-returns-ok-response.json @@ -2,7 +2,7 @@ "api": "LLMObservability", "expected_status": 200, "feature": "LLM Observability", - "id": "v2/LLM Observability/Get an LLM Observability prompt returns \"OK\" response", + "id": "v2/LLM Observability/Get an Agent Observability prompt returns \"OK\" response", "operation_id": "GetLLMObsPrompt", "request": { "body": null, @@ -29,7 +29,7 @@ ], "path": "/api/v2/llm-obs/v1/prompts/{prompt_id}" }, - "scenario": "Get an LLM Observability prompt returns \"OK\" response", + "scenario": "Get an Agent Observability prompt returns \"OK\" response", "schema_version": 1, "version": "v2" } diff --git a/src/test/resources/generated-test/test-runner-data/v2/llm-observability/list-llm-observability-prompts-returns-ok-response.json b/src/test/resources/generated-test/test-runner-data/v2/llm-observability/list-agent-observability-prompts-returns-ok-response.json similarity index 81% rename from src/test/resources/generated-test/test-runner-data/v2/llm-observability/list-llm-observability-prompts-returns-ok-response.json rename to src/test/resources/generated-test/test-runner-data/v2/llm-observability/list-agent-observability-prompts-returns-ok-response.json index 60268602b4e..c0e0d74cdfd 100644 --- a/src/test/resources/generated-test/test-runner-data/v2/llm-observability/list-llm-observability-prompts-returns-ok-response.json +++ b/src/test/resources/generated-test/test-runner-data/v2/llm-observability/list-agent-observability-prompts-returns-ok-response.json @@ -2,7 +2,7 @@ "api": "LLMObservability", "expected_status": 200, "feature": "LLM Observability", - "id": "v2/LLM Observability/List LLM Observability prompts returns \"OK\" response", + "id": "v2/LLM Observability/List Agent Observability prompts returns \"OK\" response", "operation_id": "ListLLMObsPrompts", "request": { "body": null, @@ -29,7 +29,7 @@ ], "path": "/api/v2/llm-obs/v1/prompts" }, - "scenario": "List LLM Observability prompts returns \"OK\" response", + "scenario": "List Agent Observability prompts returns \"OK\" response", "schema_version": 1, "version": "v2" } diff --git a/src/test/resources/generated-test/test-runner-data/v2/llm-observability/list-versions-of-an-llm-observability-prompt-returns-ok-response.json b/src/test/resources/generated-test/test-runner-data/v2/llm-observability/list-versions-of-an-agent-observability-prompt-returns-ok-response.json similarity index 79% rename from src/test/resources/generated-test/test-runner-data/v2/llm-observability/list-versions-of-an-llm-observability-prompt-returns-ok-response.json rename to src/test/resources/generated-test/test-runner-data/v2/llm-observability/list-versions-of-an-agent-observability-prompt-returns-ok-response.json index bc4fe3c62db..f945c92262f 100644 --- a/src/test/resources/generated-test/test-runner-data/v2/llm-observability/list-versions-of-an-llm-observability-prompt-returns-ok-response.json +++ b/src/test/resources/generated-test/test-runner-data/v2/llm-observability/list-versions-of-an-agent-observability-prompt-returns-ok-response.json @@ -2,7 +2,7 @@ "api": "LLMObservability", "expected_status": 200, "feature": "LLM Observability", - "id": "v2/LLM Observability/List versions of an LLM Observability prompt returns \"OK\" response", + "id": "v2/LLM Observability/List versions of an Agent Observability prompt returns \"OK\" response", "operation_id": "ListLLMObsPromptVersions", "request": { "body": null, @@ -29,7 +29,7 @@ ], "path": "/api/v2/llm-obs/v1/prompts/{prompt_id}/versions" }, - "scenario": "List versions of an LLM Observability prompt returns \"OK\" response", + "scenario": "List versions of an Agent Observability prompt returns \"OK\" response", "schema_version": 1, "version": "v2" } diff --git a/src/test/resources/generated-test/test-runner-data/v2/llm-observability/update-an-llm-observability-prompt-returns-bad-request-response.json b/src/test/resources/generated-test/test-runner-data/v2/llm-observability/update-an-agent-observability-prompt-returns-bad-request-response.json similarity index 84% rename from src/test/resources/generated-test/test-runner-data/v2/llm-observability/update-an-llm-observability-prompt-returns-bad-request-response.json rename to src/test/resources/generated-test/test-runner-data/v2/llm-observability/update-an-agent-observability-prompt-returns-bad-request-response.json index 2299dae0e61..160445adaf3 100644 --- a/src/test/resources/generated-test/test-runner-data/v2/llm-observability/update-an-llm-observability-prompt-returns-bad-request-response.json +++ b/src/test/resources/generated-test/test-runner-data/v2/llm-observability/update-an-agent-observability-prompt-returns-bad-request-response.json @@ -2,7 +2,7 @@ "api": "LLMObservability", "expected_status": 400, "feature": "LLM Observability", - "id": "v2/LLM Observability/Update an LLM Observability prompt returns \"Bad Request\" response", + "id": "v2/LLM Observability/Update an Agent Observability prompt returns \"Bad Request\" response", "operation_id": "UpdateLLMObsPrompt", "request": { "body": { @@ -42,7 +42,7 @@ ], "path": "/api/v2/llm-obs/v1/prompts/{prompt_id}" }, - "scenario": "Update an LLM Observability prompt returns \"Bad Request\" response", + "scenario": "Update an Agent Observability prompt returns \"Bad Request\" response", "schema_version": 1, "version": "v2" } diff --git a/src/test/resources/generated-test/test-runner-data/v2/llm-observability/update-an-llm-observability-prompt-returns-not-found-response.json b/src/test/resources/generated-test/test-runner-data/v2/llm-observability/update-an-agent-observability-prompt-returns-not-found-response.json similarity index 84% rename from src/test/resources/generated-test/test-runner-data/v2/llm-observability/update-an-llm-observability-prompt-returns-not-found-response.json rename to src/test/resources/generated-test/test-runner-data/v2/llm-observability/update-an-agent-observability-prompt-returns-not-found-response.json index 5c63acb0581..348a21803ff 100644 --- a/src/test/resources/generated-test/test-runner-data/v2/llm-observability/update-an-llm-observability-prompt-returns-not-found-response.json +++ b/src/test/resources/generated-test/test-runner-data/v2/llm-observability/update-an-agent-observability-prompt-returns-not-found-response.json @@ -2,7 +2,7 @@ "api": "LLMObservability", "expected_status": 404, "feature": "LLM Observability", - "id": "v2/LLM Observability/Update an LLM Observability prompt returns \"Not Found\" response", + "id": "v2/LLM Observability/Update an Agent Observability prompt returns \"Not Found\" response", "operation_id": "UpdateLLMObsPrompt", "request": { "body": { @@ -44,7 +44,7 @@ ], "path": "/api/v2/llm-obs/v1/prompts/{prompt_id}" }, - "scenario": "Update an LLM Observability prompt returns \"Not Found\" response", + "scenario": "Update an Agent Observability prompt returns \"Not Found\" response", "schema_version": 1, "version": "v2" } diff --git a/src/test/resources/generated-test/test-runner-data/v2/llm-observability/update-an-llm-observability-prompt-returns-ok-response.json b/src/test/resources/generated-test/test-runner-data/v2/llm-observability/update-an-agent-observability-prompt-returns-ok-response.json similarity index 86% rename from src/test/resources/generated-test/test-runner-data/v2/llm-observability/update-an-llm-observability-prompt-returns-ok-response.json rename to src/test/resources/generated-test/test-runner-data/v2/llm-observability/update-an-agent-observability-prompt-returns-ok-response.json index 43684364bae..9a939c49eb4 100644 --- a/src/test/resources/generated-test/test-runner-data/v2/llm-observability/update-an-llm-observability-prompt-returns-ok-response.json +++ b/src/test/resources/generated-test/test-runner-data/v2/llm-observability/update-an-agent-observability-prompt-returns-ok-response.json @@ -2,7 +2,7 @@ "api": "LLMObservability", "expected_status": 200, "feature": "LLM Observability", - "id": "v2/LLM Observability/Update an LLM Observability prompt returns \"OK\" response", + "id": "v2/LLM Observability/Update an Agent Observability prompt returns \"OK\" response", "operation_id": "UpdateLLMObsPrompt", "request": { "body": { @@ -44,7 +44,7 @@ ], "path": "/api/v2/llm-obs/v1/prompts/{prompt_id}" }, - "scenario": "Update an LLM Observability prompt returns \"OK\" response", + "scenario": "Update an Agent Observability prompt returns \"OK\" response", "schema_version": 1, "version": "v2" } diff --git a/src/test/resources/generated-test/test-runner-data/v2/llm-observability/update-a-specific-llm-observability-prompt-version-returns-not-found-response.json b/src/test/resources/generated-test/test-runner-data/v2/llm-observability/update-an-agent-observability-prompt-version-returns-not-found-response.json similarity index 87% rename from src/test/resources/generated-test/test-runner-data/v2/llm-observability/update-a-specific-llm-observability-prompt-version-returns-not-found-response.json rename to src/test/resources/generated-test/test-runner-data/v2/llm-observability/update-an-agent-observability-prompt-version-returns-not-found-response.json index 0fc3e751ba9..e350fa960ea 100644 --- a/src/test/resources/generated-test/test-runner-data/v2/llm-observability/update-a-specific-llm-observability-prompt-version-returns-not-found-response.json +++ b/src/test/resources/generated-test/test-runner-data/v2/llm-observability/update-an-agent-observability-prompt-version-returns-not-found-response.json @@ -2,7 +2,7 @@ "api": "LLMObservability", "expected_status": 404, "feature": "LLM Observability", - "id": "v2/LLM Observability/Update a specific LLM Observability prompt version returns \"Not Found\" response", + "id": "v2/LLM Observability/Update an Agent Observability prompt version returns \"Not Found\" response", "operation_id": "UpdateLLMObsPromptVersion", "request": { "body": { @@ -61,7 +61,7 @@ ], "path": "/api/v2/llm-obs/v1/prompts/{prompt_id}/versions/{version}" }, - "scenario": "Update a specific LLM Observability prompt version returns \"Not Found\" response", + "scenario": "Update an Agent Observability prompt version returns \"Not Found\" response", "schema_version": 1, "version": "v2" } diff --git a/src/test/resources/generated-test/test-runner-data/v2/llm-observability/update-a-specific-llm-observability-prompt-version-returns-ok-response.json b/src/test/resources/generated-test/test-runner-data/v2/llm-observability/update-an-agent-observability-prompt-version-returns-ok-response.json similarity index 88% rename from src/test/resources/generated-test/test-runner-data/v2/llm-observability/update-a-specific-llm-observability-prompt-version-returns-ok-response.json rename to src/test/resources/generated-test/test-runner-data/v2/llm-observability/update-an-agent-observability-prompt-version-returns-ok-response.json index 861e8da8a0e..02784b7aa9f 100644 --- a/src/test/resources/generated-test/test-runner-data/v2/llm-observability/update-a-specific-llm-observability-prompt-version-returns-ok-response.json +++ b/src/test/resources/generated-test/test-runner-data/v2/llm-observability/update-an-agent-observability-prompt-version-returns-ok-response.json @@ -2,7 +2,7 @@ "api": "LLMObservability", "expected_status": 200, "feature": "LLM Observability", - "id": "v2/LLM Observability/Update a specific LLM Observability prompt version returns \"OK\" response", + "id": "v2/LLM Observability/Update an Agent Observability prompt version returns \"OK\" response", "operation_id": "UpdateLLMObsPromptVersion", "request": { "body": { @@ -60,7 +60,7 @@ ], "path": "/api/v2/llm-obs/v1/prompts/{prompt_id}/versions/{version}" }, - "scenario": "Update a specific LLM Observability prompt version returns \"OK\" response", + "scenario": "Update an Agent Observability prompt version returns \"OK\" response", "schema_version": 1, "version": "v2" } diff --git a/src/test/resources/generated-test/test-server-data/v2/llm-observability.json b/src/test/resources/generated-test/test-server-data/v2/llm-observability.json index a02a3db70e7..e97396ce145 100644 --- a/src/test/resources/generated-test/test-server-data/v2/llm-observability.json +++ b/src/test/resources/generated-test/test-server-data/v2/llm-observability.json @@ -12,7 +12,7 @@ "value": { "data": { "attributes": { - "prompt_id": "Test-Create_a_new_LLM_Observability_prompt_version_returns_Bad_Request_response-1784543283", + "prompt_id": "Test-Create_a_new_Agent_Observability_prompt_version_returns_Bad_Request_response-1784543283", "template": [ { "content": "Hello", @@ -32,7 +32,7 @@ "response": { "body": { "encoding": "text", - "value": "{\"data\":{\"id\":\"9c67c0e2-0806-589b-8e8c-83ab2e6f76e3\",\"type\":\"prompt-templates\",\"attributes\":{\"author\":\"c5e19e5a-ad6b-11ed-ab4f-927130d31ef9\",\"created_at\":\"2026-07-20T10:28:04.139526235Z\",\"created_from\":\"sdk-registry\",\"in_registry\":true,\"last_version_created_at\":\"2026-07-20T10:28:04.139526235Z\",\"num_versions\":1,\"prompt_id\":\"Test-Create_a_new_LLM_Observability_prompt_version_returns_Bad_Request_response-1784543283\",\"source\":\"registry\"}}}" + "value": "{\"data\":{\"id\":\"9c67c0e2-0806-589b-8e8c-83ab2e6f76e3\",\"type\":\"prompt-templates\",\"attributes\":{\"author\":\"c5e19e5a-ad6b-11ed-ab4f-927130d31ef9\",\"created_at\":\"2026-07-20T10:28:04.139526235Z\",\"created_from\":\"sdk-registry\",\"in_registry\":true,\"last_version_created_at\":\"2026-07-20T10:28:04.139526235Z\",\"num_versions\":1,\"prompt_id\":\"Test-Create_a_new_Agent_Observability_prompt_version_returns_Bad_Request_response-1784543283\",\"source\":\"registry\"}}}" }, "headers": { "content-type": "application/vnd.api+json" @@ -56,7 +56,7 @@ }, "content_type": "application/json", "method": "POST", - "path": "/api/v2/llm-obs/v1/prompts/Test-Create_a_new_LLM_Observability_prompt_version_returns_Bad_Request_response-1784543283/versions", + "path": "/api/v2/llm-obs/v1/prompts/Test-Create_a_new_Agent_Observability_prompt_version_returns_Bad_Request_response-1784543283/versions", "query": [] }, "response": { @@ -79,13 +79,13 @@ }, "content_type": "", "method": "DELETE", - "path": "/api/v2/llm-obs/v1/prompts/Test-Create_a_new_LLM_Observability_prompt_version_returns_Bad_Request_response-1784543283", + "path": "/api/v2/llm-obs/v1/prompts/Test-Create_a_new_Agent_Observability_prompt_version_returns_Bad_Request_response-1784543283", "query": [] }, "response": { "body": { "encoding": "text", - "value": "{\"data\":{\"id\":\"9c67c0e2-0806-589b-8e8c-83ab2e6f76e3\",\"type\":\"prompt-templates\",\"attributes\":{\"deleted_at\":\"2026-07-20T10:28:05.328346Z\",\"prompt_id\":\"Test-Create_a_new_LLM_Observability_prompt_version_returns_Bad_Request_response-1784543283\"}}}" + "value": "{\"data\":{\"id\":\"9c67c0e2-0806-589b-8e8c-83ab2e6f76e3\",\"type\":\"prompt-templates\",\"attributes\":{\"deleted_at\":\"2026-07-20T10:28:05.328346Z\",\"prompt_id\":\"Test-Create_a_new_Agent_Observability_prompt_version_returns_Bad_Request_response-1784543283\"}}}" }, "headers": { "content-type": "application/vnd.api+json" @@ -95,7 +95,7 @@ } } ], - "scenario": "Create a new LLM Observability prompt version returns \"Bad Request\" response", + "scenario": "Create a new Agent Observability prompt version returns \"Bad Request\" response", "version": "v2" }, { @@ -140,7 +140,7 @@ } } ], - "scenario": "Create a new LLM Observability prompt version returns \"Not Found\" response", + "scenario": "Create a new Agent Observability prompt version returns \"Not Found\" response", "version": "v2" }, { @@ -154,7 +154,7 @@ "value": { "data": { "attributes": { - "prompt_id": "Test-Create_a_new_LLM_Observability_prompt_version_returns_OK_response-1784637144", + "prompt_id": "Test-Create_a_new_Agent_Observability_prompt_version_returns_OK_response-1784637144", "template": [ { "content": "Hello", @@ -174,7 +174,7 @@ "response": { "body": { "encoding": "text", - "value": "{\"data\":{\"id\":\"c0077820-d57d-54d6-be0c-b62e4e827e67\",\"type\":\"prompt-templates\",\"attributes\":{\"author\":\"c5e19e5a-ad6b-11ed-ab4f-927130d31ef9\",\"created_at\":\"2026-07-21T12:32:24.497241896Z\",\"created_from\":\"sdk-registry\",\"in_registry\":true,\"last_version_created_at\":\"2026-07-21T12:32:24.497241896Z\",\"num_versions\":1,\"prompt_id\":\"Test-Create_a_new_LLM_Observability_prompt_version_returns_OK_response-1784637144\",\"source\":\"registry\"}}}" + "value": "{\"data\":{\"id\":\"c0077820-d57d-54d6-be0c-b62e4e827e67\",\"type\":\"prompt-templates\",\"attributes\":{\"author\":\"c5e19e5a-ad6b-11ed-ab4f-927130d31ef9\",\"created_at\":\"2026-07-21T12:32:24.497241896Z\",\"created_from\":\"sdk-registry\",\"in_registry\":true,\"last_version_created_at\":\"2026-07-21T12:32:24.497241896Z\",\"num_versions\":1,\"prompt_id\":\"Test-Create_a_new_Agent_Observability_prompt_version_returns_OK_response-1784637144\",\"source\":\"registry\"}}}" }, "headers": { "content-type": "application/vnd.api+json" @@ -207,13 +207,13 @@ }, "content_type": "application/json", "method": "POST", - "path": "/api/v2/llm-obs/v1/prompts/Test-Create_a_new_LLM_Observability_prompt_version_returns_OK_response-1784637144/versions", + "path": "/api/v2/llm-obs/v1/prompts/Test-Create_a_new_Agent_Observability_prompt_version_returns_OK_response-1784637144/versions", "query": [] }, "response": { "body": { "encoding": "text", - "value": "{\"data\":{\"id\":\"a002055b-7e0f-501d-ba5b-45df41fbca73\",\"type\":\"prompt-template-versions\",\"attributes\":{\"author\":\"c5e19e5a-ad6b-11ed-ab4f-927130d31ef9\",\"created_at\":\"2026-07-21T12:32:25.272760959Z\",\"prompt_id\":\"Test-Create_a_new_LLM_Observability_prompt_version_returns_OK_response-1784637144\",\"prompt_uuid\":\"c0077820-d57d-54d6-be0c-b62e4e827e67\",\"template\":[{\"content\":\"You are a concise customer support assistant for {{company_name}}.\",\"role\":\"system\"},{\"content\":\"Answer {{customer_name}}'s question: {{question}}\",\"role\":\"user\"}],\"version\":2,\"version_created_at\":\"2026-07-21T12:32:25.272760959Z\"}}}" + "value": "{\"data\":{\"id\":\"a002055b-7e0f-501d-ba5b-45df41fbca73\",\"type\":\"prompt-template-versions\",\"attributes\":{\"author\":\"c5e19e5a-ad6b-11ed-ab4f-927130d31ef9\",\"created_at\":\"2026-07-21T12:32:25.272760959Z\",\"prompt_id\":\"Test-Create_a_new_Agent_Observability_prompt_version_returns_OK_response-1784637144\",\"prompt_uuid\":\"c0077820-d57d-54d6-be0c-b62e4e827e67\",\"template\":[{\"content\":\"You are a concise customer support assistant for {{company_name}}.\",\"role\":\"system\"},{\"content\":\"Answer {{customer_name}}'s question: {{question}}\",\"role\":\"user\"}],\"version\":2,\"version_created_at\":\"2026-07-21T12:32:25.272760959Z\"}}}" }, "headers": { "content-type": "application/vnd.api+json" @@ -230,13 +230,13 @@ }, "content_type": "", "method": "DELETE", - "path": "/api/v2/llm-obs/v1/prompts/Test-Create_a_new_LLM_Observability_prompt_version_returns_OK_response-1784637144", + "path": "/api/v2/llm-obs/v1/prompts/Test-Create_a_new_Agent_Observability_prompt_version_returns_OK_response-1784637144", "query": [] }, "response": { "body": { "encoding": "text", - "value": "{\"data\":{\"id\":\"c0077820-d57d-54d6-be0c-b62e4e827e67\",\"type\":\"prompt-templates\",\"attributes\":{\"deleted_at\":\"2026-07-21T12:32:25.768356Z\",\"prompt_id\":\"Test-Create_a_new_LLM_Observability_prompt_version_returns_OK_response-1784637144\"}}}" + "value": "{\"data\":{\"id\":\"c0077820-d57d-54d6-be0c-b62e4e827e67\",\"type\":\"prompt-templates\",\"attributes\":{\"deleted_at\":\"2026-07-21T12:32:25.768356Z\",\"prompt_id\":\"Test-Create_a_new_Agent_Observability_prompt_version_returns_OK_response-1784637144\"}}}" }, "headers": { "content-type": "application/vnd.api+json" @@ -253,13 +253,13 @@ }, "content_type": "", "method": "DELETE", - "path": "/api/v2/llm-obs/v1/prompts/Test-Create_a_new_LLM_Observability_prompt_version_returns_OK_response-1784637144", + "path": "/api/v2/llm-obs/v1/prompts/Test-Create_a_new_Agent_Observability_prompt_version_returns_OK_response-1784637144", "query": [] }, "response": { "body": { "encoding": "text", - "value": "{\"data\":{\"id\":\"c0077820-d57d-54d6-be0c-b62e4e827e67\",\"type\":\"prompt-templates\",\"attributes\":{\"deleted_at\":\"2026-07-21T12:32:26.168974Z\",\"prompt_id\":\"Test-Create_a_new_LLM_Observability_prompt_version_returns_OK_response-1784637144\"}}}" + "value": "{\"data\":{\"id\":\"c0077820-d57d-54d6-be0c-b62e4e827e67\",\"type\":\"prompt-templates\",\"attributes\":{\"deleted_at\":\"2026-07-21T12:32:26.168974Z\",\"prompt_id\":\"Test-Create_a_new_Agent_Observability_prompt_version_returns_OK_response-1784637144\"}}}" }, "headers": { "content-type": "application/vnd.api+json" @@ -269,7 +269,7 @@ } } ], - "scenario": "Create a new LLM Observability prompt version returns \"OK\" response", + "scenario": "Create a new Agent Observability prompt version returns \"OK\" response", "version": "v2" }, { @@ -283,7 +283,7 @@ "value": { "data": { "attributes": { - "prompt_id": "Test-Create_an_LLM_Observability_prompt_returns_Bad_Request_response-1784543299", + "prompt_id": "Test-Create_an_Agent_Observability_prompt_returns_Bad_Request_response-1784543299", "template": " " }, "type": "prompt-templates" @@ -308,7 +308,7 @@ } } ], - "scenario": "Create an LLM Observability prompt returns \"Bad Request\" response", + "scenario": "Create an Agent Observability prompt returns \"Bad Request\" response", "version": "v2" }, { @@ -322,7 +322,7 @@ "value": { "data": { "attributes": { - "prompt_id": "Test-Create_an_LLM_Observability_prompt_returns_Conflict_response-1784539199", + "prompt_id": "Test-Create_an_Agent_Observability_prompt_returns_Conflict_response-1784539199", "template": [ { "content": "Hello", @@ -342,7 +342,7 @@ "response": { "body": { "encoding": "text", - "value": "{\"data\":{\"id\":\"2fedf714-8445-571b-bad9-f7d4bb131524\",\"type\":\"prompt-templates\",\"attributes\":{\"author\":\"c5e19e5a-ad6b-11ed-ab4f-927130d31ef9\",\"created_at\":\"2026-07-20T09:20:00.140121332Z\",\"created_from\":\"sdk-registry\",\"in_registry\":true,\"last_version_created_at\":\"2026-07-20T09:20:00.140121332Z\",\"num_versions\":1,\"prompt_id\":\"Test-Create_an_LLM_Observability_prompt_returns_Conflict_response-1784539199\",\"source\":\"registry\"}}}" + "value": "{\"data\":{\"id\":\"2fedf714-8445-571b-bad9-f7d4bb131524\",\"type\":\"prompt-templates\",\"attributes\":{\"author\":\"c5e19e5a-ad6b-11ed-ab4f-927130d31ef9\",\"created_at\":\"2026-07-20T09:20:00.140121332Z\",\"created_from\":\"sdk-registry\",\"in_registry\":true,\"last_version_created_at\":\"2026-07-20T09:20:00.140121332Z\",\"num_versions\":1,\"prompt_id\":\"Test-Create_an_Agent_Observability_prompt_returns_Conflict_response-1784539199\",\"source\":\"registry\"}}}" }, "headers": { "content-type": "application/vnd.api+json" @@ -360,7 +360,7 @@ "attributes": { "env_ids": [], "labels": [], - "prompt_id": "Test-Create_an_LLM_Observability_prompt_returns_Conflict_response-1784539199", + "prompt_id": "Test-Create_an_Agent_Observability_prompt_returns_Conflict_response-1784539199", "template": [ { "content": "Hello", @@ -397,13 +397,13 @@ }, "content_type": "", "method": "DELETE", - "path": "/api/v2/llm-obs/v1/prompts/Test-Create_an_LLM_Observability_prompt_returns_Conflict_response-1784539199", + "path": "/api/v2/llm-obs/v1/prompts/Test-Create_an_Agent_Observability_prompt_returns_Conflict_response-1784539199", "query": [] }, "response": { "body": { "encoding": "text", - "value": "{\"data\":{\"id\":\"2fedf714-8445-571b-bad9-f7d4bb131524\",\"type\":\"prompt-templates\",\"attributes\":{\"deleted_at\":\"2026-07-20T09:20:01.051306Z\",\"prompt_id\":\"Test-Create_an_LLM_Observability_prompt_returns_Conflict_response-1784539199\"}}}" + "value": "{\"data\":{\"id\":\"2fedf714-8445-571b-bad9-f7d4bb131524\",\"type\":\"prompt-templates\",\"attributes\":{\"deleted_at\":\"2026-07-20T09:20:01.051306Z\",\"prompt_id\":\"Test-Create_an_Agent_Observability_prompt_returns_Conflict_response-1784539199\"}}}" }, "headers": { "content-type": "application/vnd.api+json" @@ -413,7 +413,7 @@ } } ], - "scenario": "Create an LLM Observability prompt returns \"Conflict\" response", + "scenario": "Create an Agent Observability prompt returns \"Conflict\" response", "version": "v2" }, { @@ -427,7 +427,7 @@ "value": { "data": { "attributes": { - "prompt_id": "Test-Create_an_LLM_Observability_prompt_returns_OK_response-1784637113", + "prompt_id": "Test-Create_an_Agent_Observability_prompt_returns_OK_response-1784637113", "template": [ { "content": "You are a helpful customer support assistant for {{company_name}}.", @@ -452,7 +452,7 @@ "response": { "body": { "encoding": "text", - "value": "{\"data\":{\"id\":\"7d3137ab-7d6a-5358-b791-26ead4540e09\",\"type\":\"prompt-templates\",\"attributes\":{\"author\":\"c5e19e5a-ad6b-11ed-ab4f-927130d31ef9\",\"created_at\":\"2026-07-21T12:31:53.812929348Z\",\"created_from\":\"sdk-registry\",\"in_registry\":true,\"last_version_created_at\":\"2026-07-21T12:31:53.812929348Z\",\"num_versions\":1,\"prompt_id\":\"Test-Create_an_LLM_Observability_prompt_returns_OK_response-1784637113\",\"source\":\"registry\",\"title\":\"Customer Support Assistant\"}}}" + "value": "{\"data\":{\"id\":\"7d3137ab-7d6a-5358-b791-26ead4540e09\",\"type\":\"prompt-templates\",\"attributes\":{\"author\":\"c5e19e5a-ad6b-11ed-ab4f-927130d31ef9\",\"created_at\":\"2026-07-21T12:31:53.812929348Z\",\"created_from\":\"sdk-registry\",\"in_registry\":true,\"last_version_created_at\":\"2026-07-21T12:31:53.812929348Z\",\"num_versions\":1,\"prompt_id\":\"Test-Create_an_Agent_Observability_prompt_returns_OK_response-1784637113\",\"source\":\"registry\",\"title\":\"Customer Support Assistant\"}}}" }, "headers": { "content-type": "application/vnd.api+json" @@ -469,13 +469,13 @@ }, "content_type": "", "method": "DELETE", - "path": "/api/v2/llm-obs/v1/prompts/Test-Create_an_LLM_Observability_prompt_returns_OK_response-1784637113", + "path": "/api/v2/llm-obs/v1/prompts/Test-Create_an_Agent_Observability_prompt_returns_OK_response-1784637113", "query": [] }, "response": { "body": { "encoding": "text", - "value": "{\"data\":{\"id\":\"7d3137ab-7d6a-5358-b791-26ead4540e09\",\"type\":\"prompt-templates\",\"attributes\":{\"deleted_at\":\"2026-07-21T12:31:55.799078Z\",\"prompt_id\":\"Test-Create_an_LLM_Observability_prompt_returns_OK_response-1784637113\"}}}" + "value": "{\"data\":{\"id\":\"7d3137ab-7d6a-5358-b791-26ead4540e09\",\"type\":\"prompt-templates\",\"attributes\":{\"deleted_at\":\"2026-07-21T12:31:55.799078Z\",\"prompt_id\":\"Test-Create_an_Agent_Observability_prompt_returns_OK_response-1784637113\"}}}" }, "headers": { "content-type": "application/vnd.api+json" @@ -485,7 +485,7 @@ } } ], - "scenario": "Create an LLM Observability prompt returns \"OK\" response", + "scenario": "Create an Agent Observability prompt returns \"OK\" response", "version": "v2" }, { @@ -516,7 +516,7 @@ } } ], - "scenario": "Delete an LLM Observability prompt returns \"Not Found\" response", + "scenario": "Delete an Agent Observability prompt returns \"Not Found\" response", "version": "v2" }, { @@ -530,7 +530,7 @@ "value": { "data": { "attributes": { - "prompt_id": "Test-Delete_an_LLM_Observability_prompt_returns_OK_response-1784539202", + "prompt_id": "Test-Delete_an_Agent_Observability_prompt_returns_OK_response-1784539202", "template": [ { "content": "Hello", @@ -550,7 +550,7 @@ "response": { "body": { "encoding": "text", - "value": "{\"data\":{\"id\":\"d5df9e4e-acd0-5d9f-b0d5-c09a643c33e2\",\"type\":\"prompt-templates\",\"attributes\":{\"author\":\"c5e19e5a-ad6b-11ed-ab4f-927130d31ef9\",\"created_at\":\"2026-07-20T09:20:02.660067768Z\",\"created_from\":\"sdk-registry\",\"in_registry\":true,\"last_version_created_at\":\"2026-07-20T09:20:02.660067768Z\",\"num_versions\":1,\"prompt_id\":\"Test-Delete_an_LLM_Observability_prompt_returns_OK_response-1784539202\",\"source\":\"registry\"}}}" + "value": "{\"data\":{\"id\":\"d5df9e4e-acd0-5d9f-b0d5-c09a643c33e2\",\"type\":\"prompt-templates\",\"attributes\":{\"author\":\"c5e19e5a-ad6b-11ed-ab4f-927130d31ef9\",\"created_at\":\"2026-07-20T09:20:02.660067768Z\",\"created_from\":\"sdk-registry\",\"in_registry\":true,\"last_version_created_at\":\"2026-07-20T09:20:02.660067768Z\",\"num_versions\":1,\"prompt_id\":\"Test-Delete_an_Agent_Observability_prompt_returns_OK_response-1784539202\",\"source\":\"registry\"}}}" }, "headers": { "content-type": "application/vnd.api+json" @@ -567,13 +567,13 @@ }, "content_type": "", "method": "DELETE", - "path": "/api/v2/llm-obs/v1/prompts/Test-Delete_an_LLM_Observability_prompt_returns_OK_response-1784539202", + "path": "/api/v2/llm-obs/v1/prompts/Test-Delete_an_Agent_Observability_prompt_returns_OK_response-1784539202", "query": [] }, "response": { "body": { "encoding": "text", - "value": "{\"data\":{\"id\":\"d5df9e4e-acd0-5d9f-b0d5-c09a643c33e2\",\"type\":\"prompt-templates\",\"attributes\":{\"deleted_at\":\"2026-07-20T09:20:03.299559Z\",\"prompt_id\":\"Test-Delete_an_LLM_Observability_prompt_returns_OK_response-1784539202\"}}}" + "value": "{\"data\":{\"id\":\"d5df9e4e-acd0-5d9f-b0d5-c09a643c33e2\",\"type\":\"prompt-templates\",\"attributes\":{\"deleted_at\":\"2026-07-20T09:20:03.299559Z\",\"prompt_id\":\"Test-Delete_an_Agent_Observability_prompt_returns_OK_response-1784539202\"}}}" }, "headers": { "content-type": "application/vnd.api+json" @@ -590,13 +590,13 @@ }, "content_type": "", "method": "DELETE", - "path": "/api/v2/llm-obs/v1/prompts/Test-Delete_an_LLM_Observability_prompt_returns_OK_response-1784539202", + "path": "/api/v2/llm-obs/v1/prompts/Test-Delete_an_Agent_Observability_prompt_returns_OK_response-1784539202", "query": [] }, "response": { "body": { "encoding": "text", - "value": "{\"data\":{\"id\":\"d5df9e4e-acd0-5d9f-b0d5-c09a643c33e2\",\"type\":\"prompt-templates\",\"attributes\":{\"deleted_at\":\"2026-07-20T09:20:03.637257Z\",\"prompt_id\":\"Test-Delete_an_LLM_Observability_prompt_returns_OK_response-1784539202\"}}}" + "value": "{\"data\":{\"id\":\"d5df9e4e-acd0-5d9f-b0d5-c09a643c33e2\",\"type\":\"prompt-templates\",\"attributes\":{\"deleted_at\":\"2026-07-20T09:20:03.637257Z\",\"prompt_id\":\"Test-Delete_an_Agent_Observability_prompt_returns_OK_response-1784539202\"}}}" }, "headers": { "content-type": "application/vnd.api+json" @@ -606,7 +606,7 @@ } } ], - "scenario": "Delete an LLM Observability prompt returns \"OK\" response", + "scenario": "Delete an Agent Observability prompt returns \"OK\" response", "version": "v2" }, { @@ -637,7 +637,7 @@ } } ], - "scenario": "Get a specific LLM Observability prompt version returns \"Not Found\" response", + "scenario": "Get a specific Agent Observability prompt version returns \"Not Found\" response", "version": "v2" }, { @@ -651,7 +651,7 @@ "value": { "data": { "attributes": { - "prompt_id": "Test-Get_a_specific_LLM_Observability_prompt_version_returns_OK_response-1784550285", + "prompt_id": "Test-Get_a_specific_Agent_Observability_prompt_version_returns_OK_response-1784550285", "template": [ { "content": "Hello", @@ -671,7 +671,7 @@ "response": { "body": { "encoding": "text", - "value": "{\"data\":{\"id\":\"599ee1f4-9680-5ff8-92c9-ca31130057f3\",\"type\":\"prompt-templates\",\"attributes\":{\"author\":\"c5e19e5a-ad6b-11ed-ab4f-927130d31ef9\",\"created_at\":\"2026-07-20T12:24:46.021742711Z\",\"created_from\":\"sdk-registry\",\"in_registry\":true,\"last_version_created_at\":\"2026-07-20T12:24:46.021742711Z\",\"num_versions\":1,\"prompt_id\":\"Test-Get_a_specific_LLM_Observability_prompt_version_returns_OK_response-1784550285\",\"source\":\"registry\"}}}" + "value": "{\"data\":{\"id\":\"599ee1f4-9680-5ff8-92c9-ca31130057f3\",\"type\":\"prompt-templates\",\"attributes\":{\"author\":\"c5e19e5a-ad6b-11ed-ab4f-927130d31ef9\",\"created_at\":\"2026-07-20T12:24:46.021742711Z\",\"created_from\":\"sdk-registry\",\"in_registry\":true,\"last_version_created_at\":\"2026-07-20T12:24:46.021742711Z\",\"num_versions\":1,\"prompt_id\":\"Test-Get_a_specific_Agent_Observability_prompt_version_returns_OK_response-1784550285\",\"source\":\"registry\"}}}" }, "headers": { "content-type": "application/vnd.api+json" @@ -700,13 +700,13 @@ }, "content_type": "application/json", "method": "POST", - "path": "/api/v2/llm-obs/v1/prompts/Test-Get_a_specific_LLM_Observability_prompt_version_returns_OK_response-1784550285/versions", + "path": "/api/v2/llm-obs/v1/prompts/Test-Get_a_specific_Agent_Observability_prompt_version_returns_OK_response-1784550285/versions", "query": [] }, "response": { "body": { "encoding": "text", - "value": "{\"data\":{\"id\":\"d80790f5-cd99-5d57-b6e0-4d4bbbc21514\",\"type\":\"prompt-template-versions\",\"attributes\":{\"author\":\"c5e19e5a-ad6b-11ed-ab4f-927130d31ef9\",\"created_at\":\"2026-07-20T12:24:46.796641541Z\",\"prompt_id\":\"Test-Get_a_specific_LLM_Observability_prompt_version_returns_OK_response-1784550285\",\"prompt_uuid\":\"599ee1f4-9680-5ff8-92c9-ca31130057f3\",\"template\":[{\"content\":\"Hello v2\",\"role\":\"user\"}],\"version\":2,\"version_created_at\":\"2026-07-20T12:24:46.796641541Z\"}}}" + "value": "{\"data\":{\"id\":\"d80790f5-cd99-5d57-b6e0-4d4bbbc21514\",\"type\":\"prompt-template-versions\",\"attributes\":{\"author\":\"c5e19e5a-ad6b-11ed-ab4f-927130d31ef9\",\"created_at\":\"2026-07-20T12:24:46.796641541Z\",\"prompt_id\":\"Test-Get_a_specific_Agent_Observability_prompt_version_returns_OK_response-1784550285\",\"prompt_uuid\":\"599ee1f4-9680-5ff8-92c9-ca31130057f3\",\"template\":[{\"content\":\"Hello v2\",\"role\":\"user\"}],\"version\":2,\"version_created_at\":\"2026-07-20T12:24:46.796641541Z\"}}}" }, "headers": { "content-type": "application/vnd.api+json" @@ -723,13 +723,13 @@ }, "content_type": "", "method": "GET", - "path": "/api/v2/llm-obs/v1/prompts/Test-Get_a_specific_LLM_Observability_prompt_version_returns_OK_response-1784550285/versions/2", + "path": "/api/v2/llm-obs/v1/prompts/Test-Get_a_specific_Agent_Observability_prompt_version_returns_OK_response-1784550285/versions/2", "query": [] }, "response": { "body": { "encoding": "text", - "value": "{\"data\":{\"id\":\"d80790f5-cd99-5d57-b6e0-4d4bbbc21514\",\"type\":\"prompt-template-versions\",\"attributes\":{\"author\":\"c5e19e5a-ad6b-11ed-ab4f-927130d31ef9\",\"created_at\":\"2026-07-20T12:24:46.796641Z\",\"prompt_id\":\"Test-Get_a_specific_LLM_Observability_prompt_version_returns_OK_response-1784550285\",\"prompt_uuid\":\"599ee1f4-9680-5ff8-92c9-ca31130057f3\",\"template\":[{\"role\":\"user\",\"content\":\"Hello v2\"}],\"version\":2,\"version_created_at\":\"2026-07-20T12:24:46.796641Z\"}}}" + "value": "{\"data\":{\"id\":\"d80790f5-cd99-5d57-b6e0-4d4bbbc21514\",\"type\":\"prompt-template-versions\",\"attributes\":{\"author\":\"c5e19e5a-ad6b-11ed-ab4f-927130d31ef9\",\"created_at\":\"2026-07-20T12:24:46.796641Z\",\"prompt_id\":\"Test-Get_a_specific_Agent_Observability_prompt_version_returns_OK_response-1784550285\",\"prompt_uuid\":\"599ee1f4-9680-5ff8-92c9-ca31130057f3\",\"template\":[{\"role\":\"user\",\"content\":\"Hello v2\"}],\"version\":2,\"version_created_at\":\"2026-07-20T12:24:46.796641Z\"}}}" }, "headers": { "content-type": "application/vnd.api+json" @@ -746,13 +746,13 @@ }, "content_type": "", "method": "DELETE", - "path": "/api/v2/llm-obs/v1/prompts/Test-Get_a_specific_LLM_Observability_prompt_version_returns_OK_response-1784550285", + "path": "/api/v2/llm-obs/v1/prompts/Test-Get_a_specific_Agent_Observability_prompt_version_returns_OK_response-1784550285", "query": [] }, "response": { "body": { "encoding": "text", - "value": "{\"data\":{\"id\":\"599ee1f4-9680-5ff8-92c9-ca31130057f3\",\"type\":\"prompt-templates\",\"attributes\":{\"deleted_at\":\"2026-07-20T12:24:48.753279Z\",\"prompt_id\":\"Test-Get_a_specific_LLM_Observability_prompt_version_returns_OK_response-1784550285\"}}}" + "value": "{\"data\":{\"id\":\"599ee1f4-9680-5ff8-92c9-ca31130057f3\",\"type\":\"prompt-templates\",\"attributes\":{\"deleted_at\":\"2026-07-20T12:24:48.753279Z\",\"prompt_id\":\"Test-Get_a_specific_Agent_Observability_prompt_version_returns_OK_response-1784550285\"}}}" }, "headers": { "content-type": "application/vnd.api+json" @@ -769,13 +769,13 @@ }, "content_type": "", "method": "DELETE", - "path": "/api/v2/llm-obs/v1/prompts/Test-Get_a_specific_LLM_Observability_prompt_version_returns_OK_response-1784550285", + "path": "/api/v2/llm-obs/v1/prompts/Test-Get_a_specific_Agent_Observability_prompt_version_returns_OK_response-1784550285", "query": [] }, "response": { "body": { "encoding": "text", - "value": "{\"data\":{\"id\":\"599ee1f4-9680-5ff8-92c9-ca31130057f3\",\"type\":\"prompt-templates\",\"attributes\":{\"deleted_at\":\"2026-07-20T12:24:49.086069Z\",\"prompt_id\":\"Test-Get_a_specific_LLM_Observability_prompt_version_returns_OK_response-1784550285\"}}}" + "value": "{\"data\":{\"id\":\"599ee1f4-9680-5ff8-92c9-ca31130057f3\",\"type\":\"prompt-templates\",\"attributes\":{\"deleted_at\":\"2026-07-20T12:24:49.086069Z\",\"prompt_id\":\"Test-Get_a_specific_Agent_Observability_prompt_version_returns_OK_response-1784550285\"}}}" }, "headers": { "content-type": "application/vnd.api+json" @@ -785,7 +785,7 @@ } } ], - "scenario": "Get a specific LLM Observability prompt version returns \"OK\" response", + "scenario": "Get a specific Agent Observability prompt version returns \"OK\" response", "version": "v2" }, { @@ -816,7 +816,7 @@ } } ], - "scenario": "Get an LLM Observability prompt returns \"Not Found\" response", + "scenario": "Get an Agent Observability prompt returns \"Not Found\" response", "version": "v2" }, { @@ -830,7 +830,7 @@ "value": { "data": { "attributes": { - "prompt_id": "Test-Get_an_LLM_Observability_prompt_returns_OK_response-1784539208", + "prompt_id": "Test-Get_an_Agent_Observability_prompt_returns_OK_response-1784539208", "template": [ { "content": "Hello", @@ -850,7 +850,7 @@ "response": { "body": { "encoding": "text", - "value": "{\"data\":{\"id\":\"95e93a91-1020-5a23-9cb7-c8ca6e3b1785\",\"type\":\"prompt-templates\",\"attributes\":{\"author\":\"c5e19e5a-ad6b-11ed-ab4f-927130d31ef9\",\"created_at\":\"2026-07-20T09:20:09.112910708Z\",\"created_from\":\"sdk-registry\",\"in_registry\":true,\"last_version_created_at\":\"2026-07-20T09:20:09.112910708Z\",\"num_versions\":1,\"prompt_id\":\"Test-Get_an_LLM_Observability_prompt_returns_OK_response-1784539208\",\"source\":\"registry\"}}}" + "value": "{\"data\":{\"id\":\"95e93a91-1020-5a23-9cb7-c8ca6e3b1785\",\"type\":\"prompt-templates\",\"attributes\":{\"author\":\"c5e19e5a-ad6b-11ed-ab4f-927130d31ef9\",\"created_at\":\"2026-07-20T09:20:09.112910708Z\",\"created_from\":\"sdk-registry\",\"in_registry\":true,\"last_version_created_at\":\"2026-07-20T09:20:09.112910708Z\",\"num_versions\":1,\"prompt_id\":\"Test-Get_an_Agent_Observability_prompt_returns_OK_response-1784539208\",\"source\":\"registry\"}}}" }, "headers": { "content-type": "application/vnd.api+json" @@ -867,13 +867,13 @@ }, "content_type": "", "method": "GET", - "path": "/api/v2/llm-obs/v1/prompts/Test-Get_an_LLM_Observability_prompt_returns_OK_response-1784539208", + "path": "/api/v2/llm-obs/v1/prompts/Test-Get_an_Agent_Observability_prompt_returns_OK_response-1784539208", "query": [] }, "response": { "body": { "encoding": "text", - "value": "{\"data\":{\"id\":\"95e93a91-1020-5a23-9cb7-c8ca6e3b1785\",\"type\":\"prompt-templates\",\"attributes\":{\"chat_template\":[{\"role\":\"user\",\"content\":\"Hello\"}],\"prompt_id\":\"Test-Get_an_LLM_Observability_prompt_returns_OK_response-1784539208\",\"prompt_version_uuid\":\"9cd92cc7-2f51-5867-8148-eaf41efee79d\",\"version\":\"1\"}}}" + "value": "{\"data\":{\"id\":\"95e93a91-1020-5a23-9cb7-c8ca6e3b1785\",\"type\":\"prompt-templates\",\"attributes\":{\"chat_template\":[{\"role\":\"user\",\"content\":\"Hello\"}],\"prompt_id\":\"Test-Get_an_Agent_Observability_prompt_returns_OK_response-1784539208\",\"prompt_version_uuid\":\"9cd92cc7-2f51-5867-8148-eaf41efee79d\",\"version\":\"1\"}}}" }, "headers": { "content-type": "application/vnd.api+json" @@ -890,13 +890,13 @@ }, "content_type": "", "method": "DELETE", - "path": "/api/v2/llm-obs/v1/prompts/Test-Get_an_LLM_Observability_prompt_returns_OK_response-1784539208", + "path": "/api/v2/llm-obs/v1/prompts/Test-Get_an_Agent_Observability_prompt_returns_OK_response-1784539208", "query": [] }, "response": { "body": { "encoding": "text", - "value": "{\"data\":{\"id\":\"95e93a91-1020-5a23-9cb7-c8ca6e3b1785\",\"type\":\"prompt-templates\",\"attributes\":{\"deleted_at\":\"2026-07-20T09:20:10.172623Z\",\"prompt_id\":\"Test-Get_an_LLM_Observability_prompt_returns_OK_response-1784539208\"}}}" + "value": "{\"data\":{\"id\":\"95e93a91-1020-5a23-9cb7-c8ca6e3b1785\",\"type\":\"prompt-templates\",\"attributes\":{\"deleted_at\":\"2026-07-20T09:20:10.172623Z\",\"prompt_id\":\"Test-Get_an_Agent_Observability_prompt_returns_OK_response-1784539208\"}}}" }, "headers": { "content-type": "application/vnd.api+json" @@ -906,7 +906,7 @@ } } ], - "scenario": "Get an LLM Observability prompt returns \"OK\" response", + "scenario": "Get an Agent Observability prompt returns \"OK\" response", "version": "v2" }, { @@ -920,7 +920,7 @@ "value": { "data": { "attributes": { - "prompt_id": "Test-List_LLM_Observability_prompts_returns_OK_response-1784539804", + "prompt_id": "Test-List_Agent_Observability_prompts_returns_OK_response-1784539804", "template": [ { "content": "Hello", @@ -940,7 +940,7 @@ "response": { "body": { "encoding": "text", - "value": "{\"data\":{\"id\":\"b04a1ded-d2da-578c-a520-1c1dd2046d1c\",\"type\":\"prompt-templates\",\"attributes\":{\"author\":\"c5e19e5a-ad6b-11ed-ab4f-927130d31ef9\",\"created_at\":\"2026-07-20T09:30:04.928462935Z\",\"created_from\":\"sdk-registry\",\"in_registry\":true,\"last_version_created_at\":\"2026-07-20T09:30:04.928462935Z\",\"num_versions\":1,\"prompt_id\":\"Test-List_LLM_Observability_prompts_returns_OK_response-1784539804\",\"source\":\"registry\"}}}" + "value": "{\"data\":{\"id\":\"b04a1ded-d2da-578c-a520-1c1dd2046d1c\",\"type\":\"prompt-templates\",\"attributes\":{\"author\":\"c5e19e5a-ad6b-11ed-ab4f-927130d31ef9\",\"created_at\":\"2026-07-20T09:30:04.928462935Z\",\"created_from\":\"sdk-registry\",\"in_registry\":true,\"last_version_created_at\":\"2026-07-20T09:30:04.928462935Z\",\"num_versions\":1,\"prompt_id\":\"Test-List_Agent_Observability_prompts_returns_OK_response-1784539804\",\"source\":\"registry\"}}}" }, "headers": { "content-type": "application/vnd.api+json" @@ -961,14 +961,14 @@ "query": [ [ "filter[prompt_id]", - "Test-List_LLM_Observability_prompts_returns_OK_response-1784539804" + "Test-List_Agent_Observability_prompts_returns_OK_response-1784539804" ] ] }, "response": { "body": { "encoding": "text", - "value": "{\"data\":[{\"id\":\"b04a1ded-d2da-578c-a520-1c1dd2046d1c\",\"type\":\"prompt-templates\",\"attributes\":{\"author\":\"c5e19e5a-ad6b-11ed-ab4f-927130d31ef9\",\"created_at\":\"2026-07-20T09:30:04.928462Z\",\"created_from\":\"sdk-registry\",\"in_registry\":true,\"last_version_created_at\":\"2026-07-20T09:30:04.928462Z\",\"num_versions\":1,\"prompt_id\":\"Test-List_LLM_Observability_prompts_returns_OK_response-1784539804\",\"source\":\"registry\"}}]}" + "value": "{\"data\":[{\"id\":\"b04a1ded-d2da-578c-a520-1c1dd2046d1c\",\"type\":\"prompt-templates\",\"attributes\":{\"author\":\"c5e19e5a-ad6b-11ed-ab4f-927130d31ef9\",\"created_at\":\"2026-07-20T09:30:04.928462Z\",\"created_from\":\"sdk-registry\",\"in_registry\":true,\"last_version_created_at\":\"2026-07-20T09:30:04.928462Z\",\"num_versions\":1,\"prompt_id\":\"Test-List_Agent_Observability_prompts_returns_OK_response-1784539804\",\"source\":\"registry\"}}]}" }, "headers": { "content-type": "application/vnd.api+json" @@ -985,13 +985,13 @@ }, "content_type": "", "method": "DELETE", - "path": "/api/v2/llm-obs/v1/prompts/Test-List_LLM_Observability_prompts_returns_OK_response-1784539804", + "path": "/api/v2/llm-obs/v1/prompts/Test-List_Agent_Observability_prompts_returns_OK_response-1784539804", "query": [] }, "response": { "body": { "encoding": "text", - "value": "{\"data\":{\"id\":\"b04a1ded-d2da-578c-a520-1c1dd2046d1c\",\"type\":\"prompt-templates\",\"attributes\":{\"deleted_at\":\"2026-07-20T09:30:06.787619Z\",\"prompt_id\":\"Test-List_LLM_Observability_prompts_returns_OK_response-1784539804\"}}}" + "value": "{\"data\":{\"id\":\"b04a1ded-d2da-578c-a520-1c1dd2046d1c\",\"type\":\"prompt-templates\",\"attributes\":{\"deleted_at\":\"2026-07-20T09:30:06.787619Z\",\"prompt_id\":\"Test-List_Agent_Observability_prompts_returns_OK_response-1784539804\"}}}" }, "headers": { "content-type": "application/vnd.api+json" @@ -1001,7 +1001,7 @@ } } ], - "scenario": "List LLM Observability prompts returns \"OK\" response", + "scenario": "List Agent Observability prompts returns \"OK\" response", "version": "v2" }, { @@ -1015,7 +1015,7 @@ "value": { "data": { "attributes": { - "prompt_id": "Test-List_versions_of_an_LLM_Observability_prompt_returns_OK_response-1784539212", + "prompt_id": "Test-List_versions_of_an_Agent_Observability_prompt_returns_OK_response-1784539212", "template": [ { "content": "Hello", @@ -1035,7 +1035,7 @@ "response": { "body": { "encoding": "text", - "value": "{\"data\":{\"id\":\"31fdf246-89b8-5a48-9544-ff84c4504939\",\"type\":\"prompt-templates\",\"attributes\":{\"author\":\"c5e19e5a-ad6b-11ed-ab4f-927130d31ef9\",\"created_at\":\"2026-07-20T09:20:13.145132213Z\",\"created_from\":\"sdk-registry\",\"in_registry\":true,\"last_version_created_at\":\"2026-07-20T09:20:13.145132213Z\",\"num_versions\":1,\"prompt_id\":\"Test-List_versions_of_an_LLM_Observability_prompt_returns_OK_response-1784539212\",\"source\":\"registry\"}}}" + "value": "{\"data\":{\"id\":\"31fdf246-89b8-5a48-9544-ff84c4504939\",\"type\":\"prompt-templates\",\"attributes\":{\"author\":\"c5e19e5a-ad6b-11ed-ab4f-927130d31ef9\",\"created_at\":\"2026-07-20T09:20:13.145132213Z\",\"created_from\":\"sdk-registry\",\"in_registry\":true,\"last_version_created_at\":\"2026-07-20T09:20:13.145132213Z\",\"num_versions\":1,\"prompt_id\":\"Test-List_versions_of_an_Agent_Observability_prompt_returns_OK_response-1784539212\",\"source\":\"registry\"}}}" }, "headers": { "content-type": "application/vnd.api+json" @@ -1052,13 +1052,13 @@ }, "content_type": "", "method": "GET", - "path": "/api/v2/llm-obs/v1/prompts/Test-List_versions_of_an_LLM_Observability_prompt_returns_OK_response-1784539212/versions", + "path": "/api/v2/llm-obs/v1/prompts/Test-List_versions_of_an_Agent_Observability_prompt_returns_OK_response-1784539212/versions", "query": [] }, "response": { "body": { "encoding": "text", - "value": "{\"data\":[{\"id\":\"e0cc7c1d-cbb6-589c-bcd9-d9c1b35aec60\",\"type\":\"prompt-template-versions\",\"attributes\":{\"author\":\"c5e19e5a-ad6b-11ed-ab4f-927130d31ef9\",\"created_at\":\"2026-07-20T09:20:13.145132Z\",\"prompt_id\":\"Test-List_versions_of_an_LLM_Observability_prompt_returns_OK_response-1784539212\",\"prompt_uuid\":\"31fdf246-89b8-5a48-9544-ff84c4504939\",\"version\":1,\"version_created_at\":\"2026-07-20T09:20:13.145132Z\"}}]}" + "value": "{\"data\":[{\"id\":\"e0cc7c1d-cbb6-589c-bcd9-d9c1b35aec60\",\"type\":\"prompt-template-versions\",\"attributes\":{\"author\":\"c5e19e5a-ad6b-11ed-ab4f-927130d31ef9\",\"created_at\":\"2026-07-20T09:20:13.145132Z\",\"prompt_id\":\"Test-List_versions_of_an_Agent_Observability_prompt_returns_OK_response-1784539212\",\"prompt_uuid\":\"31fdf246-89b8-5a48-9544-ff84c4504939\",\"version\":1,\"version_created_at\":\"2026-07-20T09:20:13.145132Z\"}}]}" }, "headers": { "content-type": "application/vnd.api+json" @@ -1075,13 +1075,13 @@ }, "content_type": "", "method": "DELETE", - "path": "/api/v2/llm-obs/v1/prompts/Test-List_versions_of_an_LLM_Observability_prompt_returns_OK_response-1784539212", + "path": "/api/v2/llm-obs/v1/prompts/Test-List_versions_of_an_Agent_Observability_prompt_returns_OK_response-1784539212", "query": [] }, "response": { "body": { "encoding": "text", - "value": "{\"data\":{\"id\":\"31fdf246-89b8-5a48-9544-ff84c4504939\",\"type\":\"prompt-templates\",\"attributes\":{\"deleted_at\":\"2026-07-20T09:20:15.144489Z\",\"prompt_id\":\"Test-List_versions_of_an_LLM_Observability_prompt_returns_OK_response-1784539212\"}}}" + "value": "{\"data\":{\"id\":\"31fdf246-89b8-5a48-9544-ff84c4504939\",\"type\":\"prompt-templates\",\"attributes\":{\"deleted_at\":\"2026-07-20T09:20:15.144489Z\",\"prompt_id\":\"Test-List_versions_of_an_Agent_Observability_prompt_returns_OK_response-1784539212\"}}}" }, "headers": { "content-type": "application/vnd.api+json" @@ -1091,51 +1091,12 @@ } } ], - "scenario": "List versions of an LLM Observability prompt returns \"OK\" response", + "scenario": "List versions of an Agent Observability prompt returns \"OK\" response", "version": "v2" }, { "feature": "LLM Observability", - "frozen_at": "2026-07-20T10:29:38.039Z", - "interactions": [ - { - "request": { - "body": { - "type": "json", - "value": { - "data": { - "attributes": { - "env_ids": [], - "labels": [] - }, - "type": "prompt-template-versions" - } - } - }, - "content_type": "application/json", - "method": "PATCH", - "path": "/api/v2/llm-obs/v1/prompts/nonexistent-prompt/versions/1", - "query": [] - }, - "response": { - "body": { - "encoding": "text", - "value": "{\"errors\":[{\"title\":\"Generic Error\",\"detail\":\"prompt template version not found\"}]}" - }, - "headers": { - "content-type": "application/vnd.api+json" - }, - "reason": "Not Found", - "status": 404 - } - } - ], - "scenario": "Update a specific LLM Observability prompt version returns \"Not Found\" response", - "version": "v2" - }, - { - "feature": "LLM Observability", - "frozen_at": "2026-07-20T15:43:10.740Z", + "frozen_at": "2026-07-20T09:20:18.946Z", "interactions": [ { "request": { @@ -1144,7 +1105,7 @@ "value": { "data": { "attributes": { - "prompt_id": "Test-Update_a_specific_LLM_Observability_prompt_version_returns_OK_response-1784562190", + "prompt_id": "Test-Update_an_Agent_Observability_prompt_returns_Bad_Request_response-1784539218", "template": [ { "content": "Hello", @@ -1164,42 +1125,7 @@ "response": { "body": { "encoding": "text", - "value": "{\"data\":{\"id\":\"3c7ea2ea-52df-5324-8e77-0f01cf441ef9\",\"type\":\"prompt-templates\",\"attributes\":{\"author\":\"c5e19e5a-ad6b-11ed-ab4f-927130d31ef9\",\"created_at\":\"2026-07-20T15:43:11.158625133Z\",\"created_from\":\"sdk-registry\",\"in_registry\":true,\"last_version_created_at\":\"2026-07-20T15:43:11.158625133Z\",\"num_versions\":1,\"prompt_id\":\"Test-Update_a_specific_LLM_Observability_prompt_version_returns_OK_response-1784562190\",\"source\":\"registry\"}}}" - }, - "headers": { - "content-type": "application/vnd.api+json" - }, - "reason": "OK", - "status": 200 - } - }, - { - "request": { - "body": { - "type": "json", - "value": { - "data": { - "attributes": { - "template": [ - { - "content": "Hello v2", - "role": "user" - } - ] - }, - "type": "prompt-template-versions" - } - } - }, - "content_type": "application/json", - "method": "POST", - "path": "/api/v2/llm-obs/v1/prompts/Test-Update_a_specific_LLM_Observability_prompt_version_returns_OK_response-1784562190/versions", - "query": [] - }, - "response": { - "body": { - "encoding": "text", - "value": "{\"data\":{\"id\":\"c5593d94-81b0-522b-8cae-7fa643ea7ec9\",\"type\":\"prompt-template-versions\",\"attributes\":{\"author\":\"c5e19e5a-ad6b-11ed-ab4f-927130d31ef9\",\"created_at\":\"2026-07-20T15:43:12.623730838Z\",\"prompt_id\":\"Test-Update_a_specific_LLM_Observability_prompt_version_returns_OK_response-1784562190\",\"prompt_uuid\":\"3c7ea2ea-52df-5324-8e77-0f01cf441ef9\",\"template\":[{\"content\":\"Hello v2\",\"role\":\"user\"}],\"version\":2,\"version_created_at\":\"2026-07-20T15:43:12.623730838Z\"}}}" + "value": "{\"data\":{\"id\":\"b28f22d5-eec8-57f0-be7f-5042b6bb4ae1\",\"type\":\"prompt-templates\",\"attributes\":{\"author\":\"c5e19e5a-ad6b-11ed-ab4f-927130d31ef9\",\"created_at\":\"2026-07-20T09:20:19.301545921Z\",\"created_from\":\"sdk-registry\",\"in_registry\":true,\"last_version_created_at\":\"2026-07-20T09:20:19.301545921Z\",\"num_versions\":1,\"prompt_id\":\"Test-Update_an_Agent_Observability_prompt_returns_Bad_Request_response-1784539218\",\"source\":\"registry\"}}}" }, "headers": { "content-type": "application/vnd.api+json" @@ -1214,28 +1140,26 @@ "type": "json", "value": { "data": { - "attributes": { - "description": "Give concise answers and cite relevant help-center articles." - }, - "type": "prompt-template-versions" + "attributes": {}, + "type": "prompt-templates" } } }, "content_type": "application/json", "method": "PATCH", - "path": "/api/v2/llm-obs/v1/prompts/Test-Update_a_specific_LLM_Observability_prompt_version_returns_OK_response-1784562190/versions/2", + "path": "/api/v2/llm-obs/v1/prompts/Test-Update_an_Agent_Observability_prompt_returns_Bad_Request_response-1784539218", "query": [] }, "response": { "body": { "encoding": "text", - "value": "{\"data\":{\"id\":\"c5593d94-81b0-522b-8cae-7fa643ea7ec9\",\"type\":\"prompt-template-versions\",\"attributes\":{\"author\":\"c5e19e5a-ad6b-11ed-ab4f-927130d31ef9\",\"created_at\":\"2026-07-20T15:43:12.62373Z\",\"description\":\"Give concise answers and cite relevant help-center articles.\",\"prompt_id\":\"Test-Update_a_specific_LLM_Observability_prompt_version_returns_OK_response-1784562190\",\"prompt_uuid\":\"3c7ea2ea-52df-5324-8e77-0f01cf441ef9\",\"template\":[{\"role\":\"user\",\"content\":\"Hello v2\"}],\"version\":2,\"version_created_at\":\"2026-07-20T15:43:12.62373Z\"}}}" + "value": "{\"errors\":[{\"title\":\"Generic Error\",\"detail\":\"at least one of title or description must be provided\"}]}" }, "headers": { "content-type": "application/vnd.api+json" }, - "reason": "OK", - "status": 200 + "reason": "Bad Request", + "status": 400 } }, { @@ -1246,13 +1170,13 @@ }, "content_type": "", "method": "DELETE", - "path": "/api/v2/llm-obs/v1/prompts/Test-Update_a_specific_LLM_Observability_prompt_version_returns_OK_response-1784562190", + "path": "/api/v2/llm-obs/v1/prompts/Test-Update_an_Agent_Observability_prompt_returns_Bad_Request_response-1784539218", "query": [] }, "response": { "body": { "encoding": "text", - "value": "{\"data\":{\"id\":\"3c7ea2ea-52df-5324-8e77-0f01cf441ef9\",\"type\":\"prompt-templates\",\"attributes\":{\"deleted_at\":\"2026-07-20T15:43:13.804223Z\",\"prompt_id\":\"Test-Update_a_specific_LLM_Observability_prompt_version_returns_OK_response-1784562190\"}}}" + "value": "{\"data\":{\"id\":\"b28f22d5-eec8-57f0-be7f-5042b6bb4ae1\",\"type\":\"prompt-templates\",\"attributes\":{\"deleted_at\":\"2026-07-20T09:20:20.235152Z\",\"prompt_id\":\"Test-Update_an_Agent_Observability_prompt_returns_Bad_Request_response-1784539218\"}}}" }, "headers": { "content-type": "application/vnd.api+json" @@ -1260,37 +1184,52 @@ "reason": "OK", "status": 200 } - }, + } + ], + "scenario": "Update an Agent Observability prompt returns \"Bad Request\" response", + "version": "v2" + }, + { + "feature": "LLM Observability", + "frozen_at": "2026-07-20T09:20:20.319Z", + "interactions": [ { "request": { "body": { - "type": "empty", - "value": null + "type": "json", + "value": { + "data": { + "attributes": { + "title": "New title" + }, + "type": "prompt-templates" + } + } }, - "content_type": "", - "method": "DELETE", - "path": "/api/v2/llm-obs/v1/prompts/Test-Update_a_specific_LLM_Observability_prompt_version_returns_OK_response-1784562190", + "content_type": "application/json", + "method": "PATCH", + "path": "/api/v2/llm-obs/v1/prompts/nonexistent-prompt", "query": [] }, "response": { "body": { "encoding": "text", - "value": "{\"data\":{\"id\":\"3c7ea2ea-52df-5324-8e77-0f01cf441ef9\",\"type\":\"prompt-templates\",\"attributes\":{\"deleted_at\":\"2026-07-20T15:43:14.36251Z\",\"prompt_id\":\"Test-Update_a_specific_LLM_Observability_prompt_version_returns_OK_response-1784562190\"}}}" + "value": "{\"errors\":[{\"title\":\"Generic Error\",\"detail\":\"prompt template not found\"}]}" }, "headers": { "content-type": "application/vnd.api+json" }, - "reason": "OK", - "status": 200 + "reason": "Not Found", + "status": 404 } } ], - "scenario": "Update a specific LLM Observability prompt version returns \"OK\" response", + "scenario": "Update an Agent Observability prompt returns \"Not Found\" response", "version": "v2" }, { "feature": "LLM Observability", - "frozen_at": "2026-07-20T09:20:18.946Z", + "frozen_at": "2026-07-20T15:43:14.374Z", "interactions": [ { "request": { @@ -1299,7 +1238,7 @@ "value": { "data": { "attributes": { - "prompt_id": "Test-Update_an_LLM_Observability_prompt_returns_Bad_Request_response-1784539218", + "prompt_id": "Test-Update_an_Agent_Observability_prompt_returns_OK_response-1784562194", "template": [ { "content": "Hello", @@ -1319,7 +1258,7 @@ "response": { "body": { "encoding": "text", - "value": "{\"data\":{\"id\":\"b28f22d5-eec8-57f0-be7f-5042b6bb4ae1\",\"type\":\"prompt-templates\",\"attributes\":{\"author\":\"c5e19e5a-ad6b-11ed-ab4f-927130d31ef9\",\"created_at\":\"2026-07-20T09:20:19.301545921Z\",\"created_from\":\"sdk-registry\",\"in_registry\":true,\"last_version_created_at\":\"2026-07-20T09:20:19.301545921Z\",\"num_versions\":1,\"prompt_id\":\"Test-Update_an_LLM_Observability_prompt_returns_Bad_Request_response-1784539218\",\"source\":\"registry\"}}}" + "value": "{\"data\":{\"id\":\"a36505e7-3c2f-5482-b8ac-ac51250a0116\",\"type\":\"prompt-templates\",\"attributes\":{\"author\":\"c5e19e5a-ad6b-11ed-ab4f-927130d31ef9\",\"created_at\":\"2026-07-20T15:43:14.698626703Z\",\"created_from\":\"sdk-registry\",\"in_registry\":true,\"last_version_created_at\":\"2026-07-20T15:43:14.698626703Z\",\"num_versions\":1,\"prompt_id\":\"Test-Update_an_Agent_Observability_prompt_returns_OK_response-1784562194\",\"source\":\"registry\"}}}" }, "headers": { "content-type": "application/vnd.api+json" @@ -1334,26 +1273,28 @@ "type": "json", "value": { "data": { - "attributes": {}, + "attributes": { + "title": "Customer Support Assistant" + }, "type": "prompt-templates" } } }, "content_type": "application/json", "method": "PATCH", - "path": "/api/v2/llm-obs/v1/prompts/Test-Update_an_LLM_Observability_prompt_returns_Bad_Request_response-1784539218", + "path": "/api/v2/llm-obs/v1/prompts/Test-Update_an_Agent_Observability_prompt_returns_OK_response-1784562194", "query": [] }, "response": { "body": { "encoding": "text", - "value": "{\"errors\":[{\"title\":\"Generic Error\",\"detail\":\"at least one of title or description must be provided\"}]}" + "value": "{\"data\":{\"id\":\"a36505e7-3c2f-5482-b8ac-ac51250a0116\",\"type\":\"prompt-templates\",\"attributes\":{\"author\":\"c5e19e5a-ad6b-11ed-ab4f-927130d31ef9\",\"created_at\":\"2026-07-20T15:43:14.698626Z\",\"created_from\":\"sdk-registry\",\"in_registry\":true,\"num_versions\":0,\"prompt_id\":\"Test-Update_an_Agent_Observability_prompt_returns_OK_response-1784562194\",\"source\":\"registry\",\"title\":\"Customer Support Assistant\"}}}" }, "headers": { "content-type": "application/vnd.api+json" }, - "reason": "Bad Request", - "status": 400 + "reason": "OK", + "status": 200 } }, { @@ -1364,13 +1305,13 @@ }, "content_type": "", "method": "DELETE", - "path": "/api/v2/llm-obs/v1/prompts/Test-Update_an_LLM_Observability_prompt_returns_Bad_Request_response-1784539218", + "path": "/api/v2/llm-obs/v1/prompts/Test-Update_an_Agent_Observability_prompt_returns_OK_response-1784562194", "query": [] }, "response": { "body": { "encoding": "text", - "value": "{\"data\":{\"id\":\"b28f22d5-eec8-57f0-be7f-5042b6bb4ae1\",\"type\":\"prompt-templates\",\"attributes\":{\"deleted_at\":\"2026-07-20T09:20:20.235152Z\",\"prompt_id\":\"Test-Update_an_LLM_Observability_prompt_returns_Bad_Request_response-1784539218\"}}}" + "value": "{\"data\":{\"id\":\"a36505e7-3c2f-5482-b8ac-ac51250a0116\",\"type\":\"prompt-templates\",\"attributes\":{\"deleted_at\":\"2026-07-20T15:43:16.39072Z\",\"prompt_id\":\"Test-Update_an_Agent_Observability_prompt_returns_OK_response-1784562194\"}}}" }, "headers": { "content-type": "application/vnd.api+json" @@ -1380,12 +1321,12 @@ } } ], - "scenario": "Update an LLM Observability prompt returns \"Bad Request\" response", + "scenario": "Update an Agent Observability prompt returns \"OK\" response", "version": "v2" }, { "feature": "LLM Observability", - "frozen_at": "2026-07-20T09:20:20.319Z", + "frozen_at": "2026-07-20T10:29:38.039Z", "interactions": [ { "request": { @@ -1394,21 +1335,22 @@ "value": { "data": { "attributes": { - "title": "New title" + "env_ids": [], + "labels": [] }, - "type": "prompt-templates" + "type": "prompt-template-versions" } } }, "content_type": "application/json", "method": "PATCH", - "path": "/api/v2/llm-obs/v1/prompts/nonexistent-prompt", + "path": "/api/v2/llm-obs/v1/prompts/nonexistent-prompt/versions/1", "query": [] }, "response": { "body": { "encoding": "text", - "value": "{\"errors\":[{\"title\":\"Generic Error\",\"detail\":\"prompt template not found\"}]}" + "value": "{\"errors\":[{\"title\":\"Generic Error\",\"detail\":\"prompt template version not found\"}]}" }, "headers": { "content-type": "application/vnd.api+json" @@ -1418,12 +1360,12 @@ } } ], - "scenario": "Update an LLM Observability prompt returns \"Not Found\" response", + "scenario": "Update an Agent Observability prompt version returns \"Not Found\" response", "version": "v2" }, { "feature": "LLM Observability", - "frozen_at": "2026-07-20T15:43:14.374Z", + "frozen_at": "2026-07-20T15:43:10.740Z", "interactions": [ { "request": { @@ -1432,7 +1374,7 @@ "value": { "data": { "attributes": { - "prompt_id": "Test-Update_an_LLM_Observability_prompt_returns_OK_response-1784562194", + "prompt_id": "Test-Update_an_Agent_Observability_prompt_version_returns_OK_response-1784562190", "template": [ { "content": "Hello", @@ -1452,7 +1394,7 @@ "response": { "body": { "encoding": "text", - "value": "{\"data\":{\"id\":\"a36505e7-3c2f-5482-b8ac-ac51250a0116\",\"type\":\"prompt-templates\",\"attributes\":{\"author\":\"c5e19e5a-ad6b-11ed-ab4f-927130d31ef9\",\"created_at\":\"2026-07-20T15:43:14.698626703Z\",\"created_from\":\"sdk-registry\",\"in_registry\":true,\"last_version_created_at\":\"2026-07-20T15:43:14.698626703Z\",\"num_versions\":1,\"prompt_id\":\"Test-Update_an_LLM_Observability_prompt_returns_OK_response-1784562194\",\"source\":\"registry\"}}}" + "value": "{\"data\":{\"id\":\"3c7ea2ea-52df-5324-8e77-0f01cf441ef9\",\"type\":\"prompt-templates\",\"attributes\":{\"author\":\"c5e19e5a-ad6b-11ed-ab4f-927130d31ef9\",\"created_at\":\"2026-07-20T15:43:11.158625133Z\",\"created_from\":\"sdk-registry\",\"in_registry\":true,\"last_version_created_at\":\"2026-07-20T15:43:11.158625133Z\",\"num_versions\":1,\"prompt_id\":\"Test-Update_an_Agent_Observability_prompt_version_returns_OK_response-1784562190\",\"source\":\"registry\"}}}" }, "headers": { "content-type": "application/vnd.api+json" @@ -1468,21 +1410,79 @@ "value": { "data": { "attributes": { - "title": "Customer Support Assistant" + "template": [ + { + "content": "Hello v2", + "role": "user" + } + ] }, - "type": "prompt-templates" + "type": "prompt-template-versions" + } + } + }, + "content_type": "application/json", + "method": "POST", + "path": "/api/v2/llm-obs/v1/prompts/Test-Update_an_Agent_Observability_prompt_version_returns_OK_response-1784562190/versions", + "query": [] + }, + "response": { + "body": { + "encoding": "text", + "value": "{\"data\":{\"id\":\"c5593d94-81b0-522b-8cae-7fa643ea7ec9\",\"type\":\"prompt-template-versions\",\"attributes\":{\"author\":\"c5e19e5a-ad6b-11ed-ab4f-927130d31ef9\",\"created_at\":\"2026-07-20T15:43:12.623730838Z\",\"prompt_id\":\"Test-Update_an_Agent_Observability_prompt_version_returns_OK_response-1784562190\",\"prompt_uuid\":\"3c7ea2ea-52df-5324-8e77-0f01cf441ef9\",\"template\":[{\"content\":\"Hello v2\",\"role\":\"user\"}],\"version\":2,\"version_created_at\":\"2026-07-20T15:43:12.623730838Z\"}}}" + }, + "headers": { + "content-type": "application/vnd.api+json" + }, + "reason": "OK", + "status": 200 + } + }, + { + "request": { + "body": { + "type": "json", + "value": { + "data": { + "attributes": { + "description": "Give concise answers and cite relevant help-center articles." + }, + "type": "prompt-template-versions" } } }, "content_type": "application/json", "method": "PATCH", - "path": "/api/v2/llm-obs/v1/prompts/Test-Update_an_LLM_Observability_prompt_returns_OK_response-1784562194", + "path": "/api/v2/llm-obs/v1/prompts/Test-Update_an_Agent_Observability_prompt_version_returns_OK_response-1784562190/versions/2", + "query": [] + }, + "response": { + "body": { + "encoding": "text", + "value": "{\"data\":{\"id\":\"c5593d94-81b0-522b-8cae-7fa643ea7ec9\",\"type\":\"prompt-template-versions\",\"attributes\":{\"author\":\"c5e19e5a-ad6b-11ed-ab4f-927130d31ef9\",\"created_at\":\"2026-07-20T15:43:12.62373Z\",\"description\":\"Give concise answers and cite relevant help-center articles.\",\"prompt_id\":\"Test-Update_an_Agent_Observability_prompt_version_returns_OK_response-1784562190\",\"prompt_uuid\":\"3c7ea2ea-52df-5324-8e77-0f01cf441ef9\",\"template\":[{\"role\":\"user\",\"content\":\"Hello v2\"}],\"version\":2,\"version_created_at\":\"2026-07-20T15:43:12.62373Z\"}}}" + }, + "headers": { + "content-type": "application/vnd.api+json" + }, + "reason": "OK", + "status": 200 + } + }, + { + "request": { + "body": { + "type": "empty", + "value": null + }, + "content_type": "", + "method": "DELETE", + "path": "/api/v2/llm-obs/v1/prompts/Test-Update_an_Agent_Observability_prompt_version_returns_OK_response-1784562190", "query": [] }, "response": { "body": { "encoding": "text", - "value": "{\"data\":{\"id\":\"a36505e7-3c2f-5482-b8ac-ac51250a0116\",\"type\":\"prompt-templates\",\"attributes\":{\"author\":\"c5e19e5a-ad6b-11ed-ab4f-927130d31ef9\",\"created_at\":\"2026-07-20T15:43:14.698626Z\",\"created_from\":\"sdk-registry\",\"in_registry\":true,\"num_versions\":0,\"prompt_id\":\"Test-Update_an_LLM_Observability_prompt_returns_OK_response-1784562194\",\"source\":\"registry\",\"title\":\"Customer Support Assistant\"}}}" + "value": "{\"data\":{\"id\":\"3c7ea2ea-52df-5324-8e77-0f01cf441ef9\",\"type\":\"prompt-templates\",\"attributes\":{\"deleted_at\":\"2026-07-20T15:43:13.804223Z\",\"prompt_id\":\"Test-Update_an_Agent_Observability_prompt_version_returns_OK_response-1784562190\"}}}" }, "headers": { "content-type": "application/vnd.api+json" @@ -1499,13 +1499,13 @@ }, "content_type": "", "method": "DELETE", - "path": "/api/v2/llm-obs/v1/prompts/Test-Update_an_LLM_Observability_prompt_returns_OK_response-1784562194", + "path": "/api/v2/llm-obs/v1/prompts/Test-Update_an_Agent_Observability_prompt_version_returns_OK_response-1784562190", "query": [] }, "response": { "body": { "encoding": "text", - "value": "{\"data\":{\"id\":\"a36505e7-3c2f-5482-b8ac-ac51250a0116\",\"type\":\"prompt-templates\",\"attributes\":{\"deleted_at\":\"2026-07-20T15:43:16.39072Z\",\"prompt_id\":\"Test-Update_an_LLM_Observability_prompt_returns_OK_response-1784562194\"}}}" + "value": "{\"data\":{\"id\":\"3c7ea2ea-52df-5324-8e77-0f01cf441ef9\",\"type\":\"prompt-templates\",\"attributes\":{\"deleted_at\":\"2026-07-20T15:43:14.36251Z\",\"prompt_id\":\"Test-Update_an_Agent_Observability_prompt_version_returns_OK_response-1784562190\"}}}" }, "headers": { "content-type": "application/vnd.api+json" @@ -1515,7 +1515,7 @@ } } ], - "scenario": "Update an LLM Observability prompt returns \"OK\" response", + "scenario": "Update an Agent Observability prompt version returns \"OK\" response", "version": "v2" } ],