| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
List<LLMObsIntegrationModel> |
LlmObservabilityApi.listLLMObsIntegrationModels(LLMObsIntegrationName integration,
String accountId)
List LLM integration models.
|
CompletableFuture<List<LLMObsIntegrationModel>> |
LlmObservabilityApi.listLLMObsIntegrationModelsAsync(LLMObsIntegrationName integration,
String accountId)
List LLM integration models.
|
ApiResponse<List<LLMObsIntegrationModel>> |
LlmObservabilityApi.listLLMObsIntegrationModelsWithHttpInfo(LLMObsIntegrationName integration,
String accountId)
Retrieve the list of models available for the specified LLM provider integration and account.
|
CompletableFuture<ApiResponse<List<LLMObsIntegrationModel>>> |
LlmObservabilityApi.listLLMObsIntegrationModelsWithHttpInfoAsync(LLMObsIntegrationName integration,
String accountId)
List LLM integration models.
|
| Modifier and Type | Method and Description |
|---|---|
LLMObsIntegrationModel |
LLMObsIntegrationModel.hasAccess(Boolean hasAccess) |
LLMObsIntegrationModel |
LLMObsIntegrationModel.id(String id) |
LLMObsIntegrationModel |
LLMObsIntegrationModel.integration(String integration) |
LLMObsIntegrationModel |
LLMObsIntegrationModel.integrationDisplayName(String integrationDisplayName) |
LLMObsIntegrationModel |
LLMObsIntegrationModel.jsonSchema(Boolean jsonSchema) |
LLMObsIntegrationModel |
LLMObsIntegrationModel.modelDisplayName(String modelDisplayName) |
LLMObsIntegrationModel |
LLMObsIntegrationModel.modelId(String modelId) |
LLMObsIntegrationModel |
LLMObsIntegrationModel.provider(String provider) |
LLMObsIntegrationModel |
LLMObsIntegrationModel.providerDisplayName(String providerDisplayName) |
LLMObsIntegrationModel |
LLMObsIntegrationModel.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
LLMObsIntegrationModel |
LLMObsIntegrationModel.putRegionPrefixOverridesItem(String key,
String regionPrefixOverridesItem) |
LLMObsIntegrationModel |
LLMObsIntegrationModel.regionPrefixOverrides(Map<String,String> regionPrefixOverrides) |
Copyright © 2026. All rights reserved.