Aller au contenu

#data

3 approved public terms with this tag.

Telemetry

/təˈlemətrɪ/noun
Technology

Brouillon de traduction automatique (French) for "Telemetry": Automated collection and transmission of data about a system's performance, usage, and health to a remote monitoring service. Software telemetry typically includes metrics (CPU, latency), events (errors, deployments), and logs — giving operators a live picture of system behavior at scale.

Exemple en brouillon: The telemetry data showed a spike in error rates 10 minutes before the outage was reported.

Synthetic Data

/sɪnˈθetɪk ˈdeɪtə/noun
AI & Technology

Brouillon de traduction automatique (French) for "Synthetic Data": Artificially generated data that mimics the statistical properties of real-world data, used for training or testing AI models. Synthetic data can be created by generative models, rule-based systems, or simulations, and is especially valuable when real data is scarce, sensitive, or expensive to collect.

Exemple en brouillon: We generated synthetic medical records to train the model without risking patient privacy.

Graph API

/ɡræf eɪ piː aɪ/noun
Technology

Brouillon de traduction automatique (French) for "Graph API": An API that exposes data as a graph of interconnected nodes and edges, allowing clients to traverse relationships and fetch exactly the data they need in a single request. GraphQL is the most common implementation, replacing multiple REST endpoints with a flexible query language.

Exemple en brouillon: The graph API let the client fetch a user, their posts, and each post's comments in one request instead of four.