The whole hunk
from line 79, old and new numbered
/
lines
from line 79
7979
8080 Data residency configuration.
8181
82 - `allowed_inference_geos: array of string or "unrestricted"`
82 - `allowed_inference_geos: array of BetaAllowedInferenceGeo or "unrestricted"`
8383
8484 Permitted inference geo values. 'unrestricted' means all geos are allowed.
8585
86 - `Geos = array of string`
86 - `Geos = array of BetaAllowedInferenceGeo`
8787
88 - `"global"`
89
90 - `"us"`
91
8892 - `Unrestricted = "unrestricted"`
8993
90 - `default_inference_geo: string`
94 - `default_inference_geo: "global" or "us"`
9195
9296 Default inference geo applied when requests omit the parameter.
9397
94 - `workspace_geo: string`
98 - `"global"`
9599
100 - `"us"`
101
102 - `workspace_geo: "us"`
103
96104 Geographic region for workspace data storage. Immutable after creation.
97105
98106 - `display_color: string`
from line 161
153161 "created_at": "2024-10-30T23:58:27.427722Z",
154162 "data_residency": {
155163 "allowed_inference_geos": "unrestricted",
156 "default_inference_geo": "default_inference_geo",
157 "workspace_geo": "workspace_geo"
164 "default_inference_geo": "global",
165 "workspace_geo": "us"
158166 },
159167 "display_color": "#6C5BB9",
160168 "external_key_id": "ekey_01SDCCSbTxrXDpWc1phhtcfK",