Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Mildophin committed Sep 10, 2024
1 parent bcce518 commit 83a5b7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pasqal_cloud/utils/filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

class BaseFilters(BaseModel):
"""
Base class used by Job related filters for shared fields.
Base class used by filters for shared fields.
"""

id: Optional[Union[List[Union[UUID, str]], Union[UUID, str]]] = None
Expand Down Expand Up @@ -190,7 +190,7 @@ class BatchFilters(BaseFilters):
user_id: Filter by user IDs.
device_type: Filter by device type.
status: Filter by job statuses.
open: Filter by if a batch is open or not.
open: If the batch accepts more jobs or not.
start_date: Retry batches created at or after this datetime.
end_date: Retry batches created at or before this datetime.
queue_priority: Filter by queue priority value.
Expand Down

0 comments on commit 83a5b7b

Please sign in to comment.