Skip to content

Commit 7afec54

Browse files
committed
update holiday region description
1 parent 5bf1456 commit 7afec54

File tree

1 file changed

+20
-5
lines changed

1 file changed

+20
-5
lines changed

google/cloud/aiplatform/training_jobs.py

+20-5
Original file line numberDiff line numberDiff line change
@@ -4241,8 +4241,16 @@ def run(
42414241
input data will be randomly sampled to hit the count.
42424242
holiday_regions (List[str]):
42434243
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.
42464254
sync (bool):
42474255
Optional. Whether to execute this method synchronously. If False, this method
42484256
will be executed in concurrent Future and any downstream object will
@@ -4513,7 +4521,6 @@ def _run(
45134521
are allowed.
45144522
See https://goo.gl/xmQnxf for more information
45154523
and examples of labels.
4516-
<<<<<<< HEAD
45174524
hierarchy_group_columns (List[str]):
45184525
Optional. A list of time series attribute column names that
45194526
define the time series hierarchy. Only one level of hierarchy is
@@ -4547,8 +4554,16 @@ def _run(
45474554
input data will be randomly sampled to hit the count.
45484555
holiday_regions (List[str]):
45494556
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.
45524567
sync (bool):
45534568
Whether to execute this method synchronously. If False, this method
45544569
will be executed in concurrent Future and any downstream object will

0 commit comments

Comments
 (0)