The whole hunk
from line 59, old and new numbered
/
lines
from line 59
5959
6060 Data residency configuration.
6161
62 - `allowed_inference_geos: array of string or "unrestricted"`
62 - `allowed_inference_geos: array of BetaAllowedInferenceGeo or "unrestricted"`
6363
6464 Permitted inference geo values. 'unrestricted' means all geos are allowed.
6565
66 - `Geos = array of string`
66 - `Geos = array of BetaAllowedInferenceGeo`
6767
68 - `"global"`
69
70 - `"us"`
71
6872 - `Unrestricted = "unrestricted"`
6973
70 - `default_inference_geo: string`
74 - `default_inference_geo: "global" or "us"`
7175
7276 Default inference geo applied when requests omit the parameter.
7377
74 - `workspace_geo: string`
78 - `"global"`
7579
80 - `"us"`
81
82 - `workspace_geo: "us"`
83
7684 Geographic region for workspace data storage. Immutable after creation.
7785
7886 - `display_color: string`
from line 128
120128 "created_at": "2024-10-30T23:58:27.427722Z",
121129 "data_residency": {
122130 "allowed_inference_geos": "unrestricted",
123 "default_inference_geo": "default_inference_geo",
124 "workspace_geo": "workspace_geo"
131 "default_inference_geo": "global",
132 "workspace_geo": "us"
125133 },
126134 "display_color": "#6C5BB9",
127135 "external_key_id": "ekey_01SDCCSbTxrXDpWc1phhtcfK",