Skip to content

Commit

Permalink
update holiday region description
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMichaelHu committed May 27, 2022
1 parent 5bf1456 commit ae192ae
Showing 1 changed file with 20 additions and 4 deletions.
24 changes: 20 additions & 4 deletions google/cloud/aiplatform/training_jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -4241,8 +4241,16 @@ def run(
input data will be randomly sampled to hit the count.
holiday_regions (List[str]):
Optional. The geographical regions to use when creating holiday
features. This option is only allowed when dataGranularity is
``day``.
features. This option is only allowed when data_granularity_unit
is ``day``. Acceptable values can come from any of the following
levels:
Top level: GLOBAL
Second level: continental regions
NA: North America
JAPAC: Japan and Asia Pacific
EMEA: Europe, the Middle East and Africa
LAC: Latin America and the Caribbean
Third level: countries from ISO 3166-1 Country codes.
sync (bool):
Optional. Whether to execute this method synchronously. If False, this method
will be executed in concurrent Future and any downstream object will
Expand Down Expand Up @@ -4547,8 +4555,16 @@ def _run(
input data will be randomly sampled to hit the count.
holiday_regions (List[str]):
Optional. The geographical regions to use when creating holiday
features. This option is only allowed when dataGranularity is
``day``.
features. This option is only allowed when data_granularity_unit
is ``day``. Acceptable values can come from any of the following
levels:
Top level: GLOBAL
Second level: continental regions
NA: North America
JAPAC: Japan and Asia Pacific
EMEA: Europe, the Middle East and Africa
LAC: Latin America and the Caribbean
Third level: countries from ISO 3166-1 Country codes.
sync (bool):
Whether to execute this method synchronously. If False, this method
will be executed in concurrent Future and any downstream object will
Expand Down

0 comments on commit ae192ae

Please sign in to comment.