The whole hunk
from line 115, old and new numbered
/
lines
from line 115
115115
116116 Data residency configuration.
117117
118 - `allowed_inference_geos: array of string or "unrestricted"`
118 - `allowed_inference_geos: array of BetaAllowedInferenceGeo or "unrestricted"`
119119
120120 Permitted inference geo values. 'unrestricted' means all geos are allowed.
121121
122 - `Geos = array of string`
122 - `Geos = array of BetaAllowedInferenceGeo`
123123
124 - `"global"`
125
126 - `"us"`
127
124128 - `Unrestricted = "unrestricted"`
125129
126 - `default_inference_geo: string`
130 - `default_inference_geo: "global" or "us"`
127131
128132 Default inference geo applied when requests omit the parameter.
129133
130 - `workspace_geo: string`
134 - `"global"`
131135
136 - `"us"`
137
138 - `workspace_geo: "us"`
139
132140 Geographic region for workspace data storage. Immutable after creation.
133141
134142 - `display_color: string`
from line 192
184192 "created_at": "2024-10-30T23:58:27.427722Z",
185193 "data_residency": {
186194 "allowed_inference_geos": "unrestricted",
187 "default_inference_geo": "default_inference_geo",
188 "workspace_geo": "workspace_geo"
195 "default_inference_geo": "global",
196 "workspace_geo": "us"
189197 },
190198 "display_color": "#6C5BB9",
191199 "external_key_id": "ekey_01SDCCSbTxrXDpWc1phhtcfK",