Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a745fa3

Browse filesBrowse files
committed
Regenerate models
1 parent 1b1a494 commit a745fa3
Copy full SHA for a745fa3

1 file changed

+5-5Lines changed: 5 additions & 5 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎src/apify_client/_models.py‎

Copy file name to clipboardExpand all lines: src/apify_client/_models.py
+5-5Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# generated by datamodel-codegen:
2-
# filename: openapi.json
3-
# timestamp: 2026-01-30T19:57:17+00:00
2+
# filename: https://docs.apify.com/api/openapi.json
3+
# timestamp: 2026-02-05T12:15:43+00:00
44

55
from __future__ import annotations
66

@@ -1110,11 +1110,11 @@ class Run(BaseModel):
11101110
"""
11111111
usage_total_usd: Annotated[float | None, Field(alias='usageTotalUsd', examples=[0.2654])] = None
11121112
"""
1113-
Total cost of the run in USD.
1113+
Total cost in USD for this run. Represents what you actually pay. For run owners: includes platform usage (compute units) and/or event costs depending on the Actor's pricing model. For run non-owners: only available for Pay-Per-Event Actors (event costs only). Not available for Pay-Per-Result Actors when you're not the Actor owner.
11141114
"""
11151115
usage_usd: Annotated[RunUsageUsd | None, Field(alias='usageUsd')] = None
11161116
"""
1117-
Resource usage costs in USD.
1117+
Platform usage costs breakdown in USD. Only present if you own the run AND are paying for platform usage (Pay-Per-Usage, Rental, or Pay-Per-Event with usage costs like standby Actors). Not available for standard Pay-Per-Event Actors or Pay-Per-Result Actors owned by others.
11181118
"""
11191119
metamorphs: list[Metamorph] | None = None
11201120
"""
@@ -1527,7 +1527,7 @@ class Dataset(BaseModel):
15271527

15281528

15291529
class DatasetResponse(BaseModel):
1530-
"""Response containing dataset data."""
1530+
"""Response containing dataset metadata."""
15311531

15321532
model_config = ConfigDict(
15331533
extra='allow',

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.