Skip to content

Commit b4a2501

Browse files
committed
update holiday region description
1 parent 64b1137 commit b4a2501

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
@@ -4203,8 +4203,16 @@ def run(
42034203
Optional. The timeout for the create request in seconds.
42044204
holiday_regions (List[str]):
42054205
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.
42084216
sync (bool):
42094217
Optional. Whether to execute this method synchronously. If False, this method
42104218
will be executed in concurrent Future and any downstream object will
@@ -4463,8 +4471,16 @@ def _run(
44634471
and examples of labels.
44644472
holiday_regions (List[str]):
44654473
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.
44684484
sync (bool):
44694485
Whether to execute this method synchronously. If False, this method
44704486
will be executed in concurrent Future and any downstream object will

0 commit comments

Comments
 (0)