| page_title | launchdarkly_ai_config Data Source - launchdarkly |
|---|---|
| subcategory | |
| description | Provides a LaunchDarkly AI Config data source. This data source allows you to retrieve AI configuration information from your LaunchDarkly project. |
Provides a LaunchDarkly AI Config data source.
This data source allows you to retrieve AI configuration information from your LaunchDarkly project.
data "launchdarkly_ai_config" "example" {
key = "customer-assistant"
project_key = "example-project"
}key(String) The AI Config's unique key.project_key(String) The project key.
creation_date(Number) A timestamp of when the AI Config was created.description(String) The AI Config's description.evaluation_metric_key(String) The key of the evaluation metric associated with this AI Config.id(String) The ID of this resource.is_inverted(Boolean) Whether the evaluation metric is inverted.maintainer_id(String) The member ID of the maintainer for this AI Config. Conflicts withmaintainer_team_key.maintainer_team_key(String) The team key of the maintainer team for this AI Config. Conflicts withmaintainer_id.mode(String) The AI Config's mode. Must becompletion,agent, orjudge. Defaults tocompletion.name(String) The AI Config's human-readable name.tags(Set of String) Tags associated with your resource.variations(List of Object) A list of variation summaries for this AI Config. (see below for nested schema)version(Number) The version of the AI Config.
Read-Only:
key(String)name(String)variation_id(String)