| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
List<LLMObsIntegrationAccount> |
LlmObservabilityApi.listLLMObsIntegrationAccounts(LLMObsIntegrationName integration)
List LLM integration accounts.
|
CompletableFuture<List<LLMObsIntegrationAccount>> |
LlmObservabilityApi.listLLMObsIntegrationAccountsAsync(LLMObsIntegrationName integration)
List LLM integration accounts.
|
ApiResponse<List<LLMObsIntegrationAccount>> |
LlmObservabilityApi.listLLMObsIntegrationAccountsWithHttpInfo(LLMObsIntegrationName integration)
Retrieve the list of configured accounts for the specified LLM provider integration.
|
CompletableFuture<ApiResponse<List<LLMObsIntegrationAccount>>> |
LlmObservabilityApi.listLLMObsIntegrationAccountsWithHttpInfoAsync(LLMObsIntegrationName integration)
List LLM integration accounts.
|
| Modifier and Type | Method and Description |
|---|---|
LLMObsIntegrationAccount |
LLMObsIntegrationAccount.accountId(String accountId) |
LLMObsIntegrationAccount |
LLMObsIntegrationAccount.accountName(String accountName) |
LLMObsIntegrationAccount |
LLMObsIntegrationAccount.accountRegion(String accountRegion) |
LLMObsIntegrationAccount |
LLMObsIntegrationAccount.azureOpenaiMetadata(LLMObsAzureOpenAIMetadata azureOpenaiMetadata) |
LLMObsIntegrationAccount |
LLMObsIntegrationAccount.id(String id) |
LLMObsIntegrationAccount |
LLMObsIntegrationAccount.integration(String integration) |
LLMObsIntegrationAccount |
LLMObsIntegrationAccount.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
LLMObsIntegrationAccount |
LLMObsIntegrationAccount.vertexAiMetadata(LLMObsVertexAIMetadata vertexAiMetadata) |
Copyright © 2026. All rights reserved.