| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
LLMObsProjectResponse |
LlmObservabilityApi.updateLLMObsProject(String projectId,
LLMObsProjectUpdateRequest body)
Update an LLM Observability project.
|
CompletableFuture<LLMObsProjectResponse> |
LlmObservabilityApi.updateLLMObsProjectAsync(String projectId,
LLMObsProjectUpdateRequest body)
Update an LLM Observability project.
|
ApiResponse<LLMObsProjectResponse> |
LlmObservabilityApi.updateLLMObsProjectWithHttpInfo(String projectId,
LLMObsProjectUpdateRequest body)
Partially update an existing LLM Observability project.
|
CompletableFuture<ApiResponse<LLMObsProjectResponse>> |
LlmObservabilityApi.updateLLMObsProjectWithHttpInfoAsync(String projectId,
LLMObsProjectUpdateRequest body)
Update an LLM Observability project.
|
| Modifier and Type | Method and Description |
|---|---|
LLMObsProjectUpdateRequest |
LLMObsProjectUpdateRequest.data(LLMObsProjectUpdateDataRequest data) |
LLMObsProjectUpdateRequest |
LLMObsProjectUpdateRequest.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2026. All rights reserved.