@@ -4241,8 +4241,16 @@ def run(
4241
4241
input data will be randomly sampled to hit the count.
4242
4242
holiday_regions (List[str]):
4243
4243
Optional. The geographical regions to use when creating holiday
4244
- features. This option is only allowed when dataGranularity is
4245
- ``day``.
4244
+ features. This option is only allowed when data_granularity_unit
4245
+ is ``day``. Acceptable values can come from any of the following
4246
+ levels:
4247
+ Top level: GLOBAL
4248
+ Second level: continental regions
4249
+ NA: North America
4250
+ JAPAC: Japan and Asia Pacific
4251
+ EMEA: Europe, the Middle East and Africa
4252
+ LAC: Latin America and the Caribbean
4253
+ Third level: countries from ISO 3166-1 Country codes.
4246
4254
sync (bool):
4247
4255
Optional. Whether to execute this method synchronously. If False, this method
4248
4256
will be executed in concurrent Future and any downstream object will
@@ -4513,7 +4521,6 @@ def _run(
4513
4521
are allowed.
4514
4522
See https://goo.gl/xmQnxf for more information
4515
4523
and examples of labels.
4516
- <<<<<<< HEAD
4517
4524
hierarchy_group_columns (List[str]):
4518
4525
Optional. A list of time series attribute column names that
4519
4526
define the time series hierarchy. Only one level of hierarchy is
@@ -4547,8 +4554,16 @@ def _run(
4547
4554
input data will be randomly sampled to hit the count.
4548
4555
holiday_regions (List[str]):
4549
4556
Optional. The geographical regions to use when creating holiday
4550
- features. This option is only allowed when dataGranularity is
4551
- ``day``.
4557
+ features. This option is only allowed when data_granularity_unit
4558
+ is ``day``. Acceptable values can come from any of the following
4559
+ levels:
4560
+ Top level: GLOBAL
4561
+ Second level: continental regions
4562
+ NA: North America
4563
+ JAPAC: Japan and Asia Pacific
4564
+ EMEA: Europe, the Middle East and Africa
4565
+ LAC: Latin America and the Caribbean
4566
+ Third level: countries from ISO 3166-1 Country codes.
4552
4567
sync (bool):
4553
4568
Whether to execute this method synchronously. If False, this method
4554
4569
will be executed in concurrent Future and any downstream object will
0 commit comments