- Sort Score
- Num 10 results
- Language All
Results 261 - 270 of 735 for modeli (0.05 seconds)
-
docs/es/docs/advanced/response-headers.md
{* ../../docs_src/response_headers/tutorial002_py310.py hl[1, 7:8] *} Y luego puedes devolver cualquier objeto que necesites, como harías normalmente (un `dict`, un modelo de base de datos, etc). Y si declaraste un `response_model`, aún se usará para filtrar y convertir el objeto que devolviste.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:15:55 GMT 2026 - 2.3K bytes - Click Count (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/services/ModelBuilderResult.java
*/ @Nonnull List<Profile> getActivePomProfiles(); /** * Gets the profiles that were active during model building for a specific model in the hierarchy. * This allows tracking which profiles came from which model (parent vs child). * * @param modelId The identifier of the model (groupId:artifactId:version) or empty string for the super POM.Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Tue Nov 18 17:20:31 GMT 2025 - 4.2K bytes - Click Count (0) -
docs/fr/docs/advanced/using-request-directly.md
En revanche, tout autre paramètre déclaré normalement (par exemple, le corps avec un modèle Pydantic) sera toujours validé, converti, annoté, etc. Mais il existe des cas spécifiques où il est utile d'obtenir l'objet `Request`. ## Utiliser l'objet `Request` directement { #use-the-request-object-directly }
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 2.5K bytes - Click Count (0) -
docs/pt/docs/tutorial/security/oauth2-jwt.md
Muitos pacotes que simplificam bastante isso precisam fazer muitas concessões com o modelo de dados, o banco de dados e os recursos disponíveis. E alguns desses pacotes que simplificam demais na verdade têm falhas de segurança subjacentes. --- O **FastAPI** não faz nenhuma concessão com nenhum banco de dados, modelo de dados ou ferramenta.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:20:43 GMT 2026 - 11.6K bytes - Click Count (0) -
docs/de/docs/tutorial/schema-extra-example.md
## Zusätzliche JSON-Schemadaten in Pydantic-Modellen { #extra-json-schema-data-in-pydantic-models } Sie können `examples` („Beispiele“) für ein Pydantic-Modell deklarieren, welche dem generierten JSON-Schema hinzugefügt werden. {* ../../docs_src/schema_extra_example/tutorial001_py310.py hl[13:24] *} Diese zusätzlichen Informationen werden unverändert zum für dieses Modell ausgegebenen **JSON-Schema** hinzugefügt und in der API-Dokumentation verwendet.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:58:09 GMT 2026 - 10.4K bytes - Click Count (0) -
docs/ja/docs/tutorial/sql-databases.md
<div class="termy"> ```console $ pip install sqlmodel ---> 100% ``` </div> ## 単一モデルでアプリ作成 { #create-the-app-with-a-single-model } まずは最も簡単な、単一の SQLModel モデルだけを使うバージョンを作ります。 後で、下記のとおり複数モデルにしてセキュリティと汎用性を高めます。🤓 ### モデルの作成 { #create-models } `SQLModel` をインポートしてデータベースモデルを作成します: {* ../../docs_src/sql_databases/tutorial001_an_py310.py ln[1:11] hl[7:11] *}
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:07:17 GMT 2026 - 18K bytes - Click Count (0) -
scripts/playwright/query_param_models/image01.py
page.get_by_role("button", name="Try it out").click() page.get_by_role("heading", name="Servers").click() # Manually add the screenshot page.screenshot(path="docs/en/docs/img/tutorial/query-param-models/image01.png") # --------------------- context.close() browser.close() process = subprocess.Popen( ["fastapi", "run", "docs_src/query_param_models/tutorial001.py"] ) try:
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Tue Sep 17 18:54:10 GMT 2024 - 1.3K bytes - Click Count (0) -
docs/de/docs/tutorial/body-multiple-params.md
Nehmen wir an, Sie haben nur einen einzelnen `item`-Body-Parameter von einem Pydantic-Modell `Item`. Standardmäßig wird **FastAPI** dann seinen Body direkt erwarten. Aber wenn Sie möchten, dass es einen JSON-Body mit einem Schlüssel `item` erwartet, und darin den Inhalt des Modells, so wie es das tut, wenn Sie mehrere Body-Parameter deklarieren, dann können Sie den speziellen `Body`-Parameter `embed` setzen:
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Sat Feb 14 07:57:30 GMT 2026 - 5.4K bytes - Click Count (0) -
docs/en/docs/tutorial/schema-extra-example.md
Here are several ways to do it. ## Extra JSON Schema data in Pydantic models { #extra-json-schema-data-in-pydantic-models } You can declare `examples` for a Pydantic model that will be added to the generated JSON Schema. {* ../../docs_src/schema_extra_example/tutorial001_py310.py hl[13:24] *} That extra info will be added as-is to the output **JSON Schema** for that model, and it will be used in the API docs.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 05 18:13:19 GMT 2026 - 8.7K bytes - Click Count (0) -
docs/de/llm-prompt.md
Example: Source (English): ``` ## Another module with `APIRouter` { #another-module-with-apirouter } ``` Translate with (German): ``` ## Ein weiteres Modul mit `APIRouter` { #another-module-with-apirouter } ``` Do NOT translate with (German) – notice the added period: ``` ## Ein weiteres Modul mit `APIRouter`. { #another-module-with-apirouter } ```Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Mon Dec 29 18:54:20 GMT 2025 - 9.8K bytes - Click Count (0)