Skip to content

Commit a745fa3

Browse files
committed
Regenerate models
1 parent 1b1a494 commit a745fa3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/apify_client/_models.py

Lines 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)