1- TypedDict Reference
2- ===================
1+ Type Reference
2+ ==============
33
4- This page documents all TypedDict parameter types used throughout the SDK.
5- These typed dictionaries define the structure of parameters passed to SDK methods.
6-
7- SDK TypedDicts
8- --------------
9-
10- These are the primary TypedDict classes used in SDK methods, combining multiple
11- parameter types and options.
4+ This page documents all TypeDict parameter types used throughout the SDK.
125
136Core Request Options
14- ~~~~~~~~~~~~~~~~~~~~
7+ --------------------
8+
9+ These TypeDicts define options for streaming, timeouts, polling, and other request configuration.
1510
1611.. autotypeddict :: runloop_api_client.sdk._types.ExecuteStreamingCallbacks
1712
@@ -24,16 +19,27 @@ Core Request Options
2419.. autotypeddict :: runloop_api_client.sdk._types.LongPollingRequestOptions
2520
2621Devbox Parameters
27- ~~~~~~~~~~~~~~~~~
22+ -----------------
23+
24+ These TypeDicts define parameters for devbox creation, execution, file operations, network tunnels, and snapshots.
25+
26+ Creation Parameters
27+ ~~~~~~~~~~~~~~~~~~~
2828
2929.. autotypeddict :: runloop_api_client.sdk._types.SDKDevboxCreateParams
3030
3131.. autotypeddict :: runloop_api_client.sdk._types.SDKDevboxExtraCreateParams
3232
33+ Execution Parameters
34+ ~~~~~~~~~~~~~~~~~~~~
35+
3336.. autotypeddict :: runloop_api_client.sdk._types.SDKDevboxExecuteParams
3437
3538.. autotypeddict :: runloop_api_client.sdk._types.SDKDevboxExecuteAsyncParams
3639
40+ Listing Parameters
41+ ~~~~~~~~~~~~~~~~~~
42+
3743.. autotypeddict :: runloop_api_client.sdk._types.SDKDevboxListParams
3844
3945File Operation Parameters
@@ -47,8 +53,8 @@ File Operation Parameters
4753
4854.. autotypeddict :: runloop_api_client.sdk._types.SDKDevboxUploadFileParams
4955
50- Network Operation Parameters
51- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
56+ Network Tunnel Parameters
57+ ~~~~~~~~~~~~~~~~~~~~~~~~~~
5258
5359.. autotypeddict :: runloop_api_client.sdk._types.SDKDevboxCreateTunnelParams
5460
@@ -66,14 +72,18 @@ Snapshot Parameters
6672.. autotypeddict :: runloop_api_client.sdk._types.SDKDiskSnapshotUpdateParams
6773
6874Blueprint Parameters
69- ~~~~~~~~~~~~~~~~~~~~
75+ --------------------
76+
77+ These TypeDicts define parameters for blueprint creation and listing.
7078
7179.. autotypeddict :: runloop_api_client.sdk._types.SDKBlueprintCreateParams
7280
7381.. autotypeddict :: runloop_api_client.sdk._types.SDKBlueprintListParams
7482
7583Storage Object Parameters
76- ~~~~~~~~~~~~~~~~~~~~~~~~~
84+ -------------------------
85+
86+ These TypeDicts define parameters for storage object creation, listing, and downloading.
7787
7888.. autotypeddict :: runloop_api_client.sdk._types.SDKObjectCreateParams
7989
0 commit comments