We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f4b1f5 commit 31fc291Copy full SHA for 31fc291
packages/models-library/src/models_library/api_schemas_rpc_async_jobs/async_jobs.py
@@ -67,7 +67,7 @@ class AsyncJobFilter(AsyncJobFilterBase):
67
68
product_name: ProductName
69
user_id: UserID
70
- client_name: Annotated[
+ client_name: Annotated[ # this is the name of the app which *submits* the async job. It is mainly used for filtering purposes
71
str,
72
StringConstraints(min_length=1, pattern=r"^[^\s]+$"),
73
]
0 commit comments