File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11configured_endpoints : 26
2- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/dedalus-labs%2Fdedalus-8209ddf6d2b12680c9d569e68ad89c347a59dcad5de4b2e5144ab9e2d6a41cbf .yml
3- openapi_spec_hash : 220a31347115af6017c6d2e7555343c3
4- config_hash : 1b4ea4f6d19e650bbc797440435befc4
2+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/dedalus-labs%2Fdedalus-2412fc9544367895508dc1f8377c71b177df7bbfdf0888087edb84e8067f62d9 .yml
3+ openapi_spec_hash : c3563b6ed3c5a0f8ff3a09f8c8725bc4
4+ config_hash : e76f944dbbffdb984456e9fbe7a2d2ec
Original file line number Diff line number Diff line change 11# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22
3- from typing import Optional
43from typing_extensions import Literal
54
6- from pydantic import Field as FieldInfo
7-
85from .._models import BaseModel
96from .lifecycle_status import LifecycleStatus
107
@@ -25,6 +22,3 @@ class Workspace(BaseModel):
2522 """CPU in vCPUs."""
2623
2724 workspace_id : str
28-
29- schema_ : Optional [str ] = FieldInfo (alias = "$schema" , default = None )
30- """A URL to the JSON Schema for this object."""
Original file line number Diff line number Diff line change 44from datetime import datetime
55from typing_extensions import Literal
66
7- from pydantic import Field as FieldInfo
8-
97from .._models import BaseModel
108from .lifecycle_status import LifecycleStatus
119
@@ -33,7 +31,4 @@ class Item(BaseModel):
3331class WorkspaceList (BaseModel ):
3432 items : Optional [List [Item ]] = None
3533
36- schema_ : Optional [str ] = FieldInfo (alias = "$schema" , default = None )
37- """A URL to the JSON Schema for this object."""
38-
3934 next_cursor : Optional [str ] = None
Original file line number Diff line number Diff line change 33from typing import Optional
44from datetime import datetime
55
6- from pydantic import Field as FieldInfo
7-
86from ..._models import BaseModel
97
108__all__ = ["Artifact" ]
@@ -21,9 +19,6 @@ class Artifact(BaseModel):
2119
2220 workspace_id : str
2321
24- schema_ : Optional [str ] = FieldInfo (alias = "$schema" , default = None )
25- """A URL to the JSON Schema for this object."""
26-
2722 download_url : Optional [str ] = None
2823
2924 execution_id : Optional [str ] = None
Original file line number Diff line number Diff line change 22
33from typing import List , Optional
44
5- from pydantic import Field as FieldInfo
6-
75from .artifact import Artifact
86from ..._models import BaseModel
97
1311class ArtifactList (BaseModel ):
1412 items : Optional [List [Artifact ]] = None
1513
16- schema_ : Optional [str ] = FieldInfo (alias = "$schema" , default = None )
17- """A URL to the JSON Schema for this object."""
18-
1914 next_cursor : Optional [str ] = None
Original file line number Diff line number Diff line change 44from datetime import datetime
55from typing_extensions import Literal
66
7- from pydantic import Field as FieldInfo
8-
97from ..._models import BaseModel
108from .artifact_ref import ArtifactRef
119
@@ -23,9 +21,6 @@ class Execution(BaseModel):
2321
2422 workspace_id : str
2523
26- schema_ : Optional [str ] = FieldInfo (alias = "$schema" , default = None )
27- """A URL to the JSON Schema for this object."""
28-
2924 artifacts : Optional [List [ArtifactRef ]] = None
3025
3126 completed_at : Optional [datetime ] = None
Original file line number Diff line number Diff line change 22
33from typing import List , Optional
44
5- from pydantic import Field as FieldInfo
6-
75from ..._models import BaseModel
86from .execution_event import ExecutionEvent
97
1311class ExecutionEvents (BaseModel ):
1412 items : Optional [List [ExecutionEvent ]] = None
1513
16- schema_ : Optional [str ] = FieldInfo (alias = "$schema" , default = None )
17- """A URL to the JSON Schema for this object."""
18-
1914 next_cursor : Optional [str ] = None
Original file line number Diff line number Diff line change 22
33from typing import List , Optional
44
5- from pydantic import Field as FieldInfo
6-
75from ..._models import BaseModel
86from .execution import Execution
97
1311class ExecutionList (BaseModel ):
1412 items : Optional [List [Execution ]] = None
1513
16- schema_ : Optional [str ] = FieldInfo (alias = "$schema" , default = None )
17- """A URL to the JSON Schema for this object."""
18-
1914 next_cursor : Optional [str ] = None
Original file line number Diff line number Diff line change 22
33from typing import Optional
44
5- from pydantic import Field as FieldInfo
6-
75from ..._models import BaseModel
86
97__all__ = ["ExecutionOutput" ]
1210class ExecutionOutput (BaseModel ):
1311 execution_id : str
1412
15- schema_ : Optional [str ] = FieldInfo (alias = "$schema" , default = None )
16- """A URL to the JSON Schema for this object."""
17-
1813 stderr : Optional [str ] = None
1914
2015 stderr_bytes : Optional [int ] = None
Original file line number Diff line number Diff line change 44from datetime import datetime
55from typing_extensions import Literal
66
7- from pydantic import Field as FieldInfo
8-
97from ..._models import BaseModel
108
119__all__ = ["Preview" ]
@@ -22,9 +20,6 @@ class Preview(BaseModel):
2220
2321 workspace_id : str
2422
25- schema_ : Optional [str ] = FieldInfo (alias = "$schema" , default = None )
26- """A URL to the JSON Schema for this object."""
27-
2823 error_code : Optional [str ] = None
2924
3025 error_message : Optional [str ] = None
You can’t perform that action at this time.
0 commit comments