Skip to content

Commit

Permalink
docs: Update Vertex Forecasting weight column description.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 519852556
  • Loading branch information
TheMichaelHu authored and Copybara-Service committed Mar 27, 2023
1 parent a71e4a3 commit e0ee183
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions google/cloud/aiplatform/training_jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -1915,7 +1915,7 @@ def run(
during Model training. The column must have numeric values between 0 and
10000 inclusively, and 0 value means that the row is ignored.
If the weight column field is not set, then all rows are assumed to have
equal weight of 1. This column must be available at forecast.
equal weight of 1.
time_series_attribute_columns (List[str]):
Optional. Column names that should be used as attribute columns.
Each column is constant within a time series.
Expand Down Expand Up @@ -2275,7 +2275,7 @@ def _run(
during Model training. The column must have numeric values between 0 and
10000 inclusively, and 0 value means that the row is ignored.
If the weight column field is not set, then all rows are assumed to have
equal weight of 1. This column must be available at forecast.
equal weight of 1.
time_series_attribute_columns (List[str]):
Optional. Column names that should be used as attribute columns.
Each column is constant within a time series.
Expand Down

0 comments on commit e0ee183

Please sign in to comment.