Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .stats.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
configured_endpoints: 23
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/runloop-ai%2Frunloop-cbb5634053080aa5b590af54b434cfd5275d5a27e932fb91366f7f7f2b492ed8.yml
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/runloop-ai%2Frunloop-ccdd2f1f86705a3cc4e40bc294ca94e0e761f22bc8487955fc2a663c046688b5.yml
3 changes: 3 additions & 0 deletions src/runloop_api_client/types/blueprint_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ class BlueprintView(BaseModel):
create_time_ms: Optional[int] = None
"""Creation time of the Blueprint (Unix timestamp milliseconds)."""

failure_reason: Optional[Literal["out_of_memory", "out_of_disk", "build_failed"]] = None
"""The failure reason if the Blueprint build failed, if any."""

name: Optional[str] = None
"""The name of the Blueprint."""

Expand Down