@@ -4203,8 +4203,16 @@ def run(
4203
4203
Optional. The timeout for the create request in seconds.
4204
4204
holiday_regions (List[str]):
4205
4205
Optional. The geographical regions to use when creating holiday
4206
- features. This option is only allowed when dataGranularity is
4207
- ``day``.
4206
+ features. This option is only allowed when data_granularity_unit
4207
+ is ``day``. Acceptable values can come from any of the following
4208
+ levels:
4209
+ Top level: GLOBAL
4210
+ Second level: continental regions
4211
+ NA: North America
4212
+ JAPAC: Japan and Asia Pacific
4213
+ EMEA: Europe, the Middle East and Africa
4214
+ LAC: Latin America and the Caribbean
4215
+ Third level: countries from ISO 3166-1 Country codes.
4208
4216
sync (bool):
4209
4217
Optional. Whether to execute this method synchronously. If False, this method
4210
4218
will be executed in concurrent Future and any downstream object will
@@ -4463,8 +4471,16 @@ def _run(
4463
4471
and examples of labels.
4464
4472
holiday_regions (List[str]):
4465
4473
Optional. The geographical regions to use when creating holiday
4466
- features. This option is only allowed when dataGranularity is
4467
- ``day``.
4474
+ features. This option is only allowed when data_granularity_unit
4475
+ is ``day``. Acceptable values can come from any of the following
4476
+ levels:
4477
+ Top level: GLOBAL
4478
+ Second level: continental regions
4479
+ NA: North America
4480
+ JAPAC: Japan and Asia Pacific
4481
+ EMEA: Europe, the Middle East and Africa
4482
+ LAC: Latin America and the Caribbean
4483
+ Third level: countries from ISO 3166-1 Country codes.
4468
4484
sync (bool):
4469
4485
Whether to execute this method synchronously. If False, this method
4470
4486
will be executed in concurrent Future and any downstream object will
0 commit comments