The whole hunk
from line 61, old and new numbered
/
lines
from line 61
6161
6262 Data residency configuration.
6363
64 - `allowed_inference_geos: array of string or "unrestricted"`
64 - `allowed_inference_geos: array of BetaAllowedInferenceGeo or "unrestricted"`
6565
6666 Permitted inference geo values. 'unrestricted' means all geos are allowed.
6767
68 - `Geos = array of string`
68 - `Geos = array of BetaAllowedInferenceGeo`
6969
70 - `"global"`
71
72 - `"us"`
73
7074 - `Unrestricted = "unrestricted"`
7175
72 - `default_inference_geo: string`
76 - `default_inference_geo: "global" or "us"`
7377
7478 Default inference geo applied when requests omit the parameter.
7579
76 - `workspace_geo: string`
80 - `"global"`
7781
82 - `"us"`
83
84 - `workspace_geo: "us"`
85
7886 Geographic region for workspace data storage. Immutable after creation.
7987
8088 - `display_color: string`
from line 129
121129 "created_at": "2024-10-30T23:58:27.427722Z",
122130 "data_residency": {
123131 "allowed_inference_geos": "unrestricted",
124 "default_inference_geo": "default_inference_geo",
125 "workspace_geo": "workspace_geo"
132 "default_inference_geo": "global",
133 "workspace_geo": "us"
126134 },
127135 "display_color": "#6C5BB9",
128136 "external_key_id": "ekey_01SDCCSbTxrXDpWc1phhtcfK",