topic_discovery_latest_configs
Creates, updates, deletes, gets or lists a topic_discovery_latest_configs resource.
Overview
| Name | topic_discovery_latest_configs |
| Type | Resource |
| Id | datadog.llm_observability.topic_discovery_latest_configs |
Fields
The following fields are returned by SELECT queries:
- get_llmobs_patterns_config
| Name | Datatype | Description |
|---|---|---|
id | string | Unique identifier of the configuration. (example: a7c8d9e0-1234-5678-9abc-def012345678) |
attributes | object | Attributes of an Agent Observability patterns configuration. |
type | string | Resource type of an Agent Observability patterns configuration. (topic_discovery_configs) (example: topic_discovery_configs) |
Methods
The following methods are available for this resource:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
get_llmobs_patterns_config | select | Retrieve the patterns configuration for the organization. |
Parameters
Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
| Name | Datatype | Description |
|---|---|---|
site | string | The Datadog site (region) for your organization, for example datadoghq.com, us3.datadoghq.com, us5.datadoghq.com, ap1.datadoghq.com, ap2.datadoghq.com, datadoghq.eu, ddog-gov.com. Resolved from the DD_SITE environment variable when set. Optional: defaults to datadoghq.com, or the value of the DD_SITE environment variable when set; a WHERE value overrides both. |
SELECT examples
- get_llmobs_patterns_config
Retrieve the patterns configuration for the organization.
SELECT
id,
attributes,
type
FROM datadog.llm_observability.topic_discovery_latest_configs
;