fonction lambda
Translation of fonction lambda into English
Noun, feminine
programmation
- Cette fonction lambda calcule la somme de deux nombres.This lambda function calculates the sum of two numbers.
Synonyms and analogies of fonction lambda in French
Examples of fonction lambda in a sentence
Cette bibliothèque repose largement sur la notion de fonction lambda.
Translations of "fonction lambda" in Context ordered by category and frequency
Proposer une seconde solution à l'aide d'une fonction lambda.
Propose a second solution using a lambda function.
Pour cela, il est possible de fabriquer une tâche synchrone en recourant à une fonction lambda asynchrone.
For this, it is possible to build a synchronous task by using an asynchronous lambda function.
Une fonction lambda ne possède qu'une seule instruction dont le résultat est celui de la fonction.
A lambda function has only one instruction whose result is that of the function.
Le code que vous exécutez sur AWS Lambda est chargé en tant que « fonction lambda ».
The code you run on AWS Lambda is uploaded as a "Lambda function".
fonction lambda: Examples and translations in context
Notez que lors de la définition d'un champ virtuel, la fonction lambda doit qualifier les champs avec le nom de base de données, mais dans l'argument links, ce n'est pas nécessaire.
Note that when defining the virtual field, the lambda function must qualify fields with the table name, but in the links argument, this is not necessary.
Si vous souhaitez mettre en cache un objet existant plutôt que la sortie d'une fonction, vous pouvez simplement le retourner via une fonction lambda
If you want to cache an existing object rather than the output of a function, you can simply return it via a lambda function
Notez que plutôt que d'être une valeur fixée, le défaut peut être une fonction (incluant une fonction lambda) qui retourne une valeur du type approprié pour le champ.
Note, rather than being a fixed value, the default can instead be a function (including a lambda function) that returns a value of the appropriate type for the field.
La fonction lambda est appelée une fois pour chaque enregistrement inséré, s'assurant que chaque enregistrement obtient un unique UUID, même si de multiples enregistrements sont insérés dans une seule transaction.
The lambda function is called once for each record inserted, ensuring that each record gets a unique UUID, even if multiple records are inserted in a single transaction.
Lorsque la clause As est omise pour une fonction lambda sur plusieurs lignes, le type de retour est déduit pour être le type dominant de toutes les instructions Return de la fonction.
When the As clause is omitted for a multi-line lambda function, the return type is inferred to be the dominant type from all the Return statements in the multi-line lambda function.
La fonction lambda Greengrass exécute l'algorithme de détection de visage sur l'appareil DeepLens et publie un événement dans la rubrique IoT dès qu'il identifie un visage.
Greengrass lambda function runs the face detection algorithm on the DeepLens device and publishes an event to the IOT topic as soon as it identifies a face.