Skip to content

Commit e0ee183

Browse files
TheMichaelHucopybara-github
authored andcommitted
docs: Update Vertex Forecasting weight column description.
PiperOrigin-RevId: 519852556
1 parent a71e4a3 commit e0ee183

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

google/cloud/aiplatform/training_jobs.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1915,7 +1915,7 @@ def run(
19151915
during Model training. The column must have numeric values between 0 and
19161916
10000 inclusively, and 0 value means that the row is ignored.
19171917
If the weight column field is not set, then all rows are assumed to have
1918-
equal weight of 1. This column must be available at forecast.
1918+
equal weight of 1.
19191919
time_series_attribute_columns (List[str]):
19201920
Optional. Column names that should be used as attribute columns.
19211921
Each column is constant within a time series.
@@ -2275,7 +2275,7 @@ def _run(
22752275
during Model training. The column must have numeric values between 0 and
22762276
10000 inclusively, and 0 value means that the row is ignored.
22772277
If the weight column field is not set, then all rows are assumed to have
2278-
equal weight of 1. This column must be available at forecast.
2278+
equal weight of 1.
22792279
time_series_attribute_columns (List[str]):
22802280
Optional. Column names that should be used as attribute columns.
22812281
Each column is constant within a time series.

0 commit comments

Comments
 (0)