| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
LLMObsExperimentResponse |
LlmObservabilityApi.updateLLMObsExperiment(String experimentId,
LLMObsExperimentUpdateRequest body)
Update an LLM Observability experiment.
|
CompletableFuture<LLMObsExperimentResponse> |
LlmObservabilityApi.updateLLMObsExperimentAsync(String experimentId,
LLMObsExperimentUpdateRequest body)
Update an LLM Observability experiment.
|
ApiResponse<LLMObsExperimentResponse> |
LlmObservabilityApi.updateLLMObsExperimentWithHttpInfo(String experimentId,
LLMObsExperimentUpdateRequest body)
Partially update an existing LLM Observability experiment.
|
CompletableFuture<ApiResponse<LLMObsExperimentResponse>> |
LlmObservabilityApi.updateLLMObsExperimentWithHttpInfoAsync(String experimentId,
LLMObsExperimentUpdateRequest body)
Update an LLM Observability experiment.
|
| Modifier and Type | Method and Description |
|---|---|
LLMObsExperimentUpdateRequest |
LLMObsExperimentUpdateRequest.data(LLMObsExperimentUpdateDataRequest data) |
LLMObsExperimentUpdateRequest |
LLMObsExperimentUpdateRequest.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2026. All rights reserved.