The whole hunk
from line 215, old and new numbered
/
lines
from line 215
215215
216216 Data residency configuration.
217217
218 - `allowed_inference_geos: array of string or "unrestricted"`
218 - `allowed_inference_geos: array of BetaAllowedInferenceGeo or "unrestricted"`
219219
220220 Permitted inference geo values. 'unrestricted' means all geos are allowed.
221221
222 - `Geos = array of string`
222 - `Geos = array of BetaAllowedInferenceGeo`
223223
224 - `"global"`
225
226 - `"us"`
227
224228 - `Unrestricted = "unrestricted"`
225229
226 - `default_inference_geo: string`
230 - `default_inference_geo: "global" or "us"`
227231
228232 Default inference geo applied when requests omit the parameter.
229233
230 - `workspace_geo: string`
234 - `"global"`
231235
236 - `"us"`
237
238 - `workspace_geo: "us"`
239
232240 Geographic region for workspace data storage. Immutable after creation.
233241
234242 - `display_color: string`
from line 293
285293 "created_at": "2024-10-30T23:58:27.427722Z",
286294 "data_residency": {
287295 "allowed_inference_geos": "unrestricted",
288 "default_inference_geo": "default_inference_geo",
289 "workspace_geo": "workspace_geo"
296 "default_inference_geo": "global",
297 "workspace_geo": "us"
290298 },
291299 "display_color": "#6C5BB9",
292300 "external_key_id": "ekey_01SDCCSbTxrXDpWc1phhtcfK",