Skip to content

Commit ae192ae

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

File tree

1 file changed

+20
-4
lines changed

1 file changed

+20
-4
lines changed

google/cloud/aiplatform/training_jobs.py

+20-4
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
@@ -4547,8 +4555,16 @@ def _run(
45474555
input data will be randomly sampled to hit the count.
45484556
holiday_regions (List[str]):
45494557
Optional. The geographical regions to use when creating holiday
4550-
features. This option is only allowed when dataGranularity is
4551-
``day``.
4558+
features. This option is only allowed when data_granularity_unit
4559+
is ``day``. Acceptable values can come from any of the following
4560+
levels:
4561+
Top level: GLOBAL
4562+
Second level: continental regions
4563+
NA: North America
4564+
JAPAC: Japan and Asia Pacific
4565+
EMEA: Europe, the Middle East and Africa
4566+
LAC: Latin America and the Caribbean
4567+
Third level: countries from ISO 3166-1 Country codes.
45524568
sync (bool):
45534569
Whether to execute this method synchronously. If False, this method
45544570
will be executed in concurrent Future and any downstream object will

0 commit comments

Comments
 (0)