@@ -3930,7 +3930,7 @@ def run(
3930
3930
Supported only for tabular Datasets.
3931
3931
3932
3932
Args:
3933
- dataset (datasets.Dataset ):
3933
+ dataset (datasets.TimeSeriesDataset ):
3934
3934
Required. The dataset within the same Project from which data will be used to train the Model. The
3935
3935
Dataset must use schema compatible with Model being trained,
3936
3936
and what is compatible should be described in the used
@@ -4136,7 +4136,7 @@ def _run_with_experiments(
4136
4136
10% for validation, and 10% for test.
4137
4137
4138
4138
Args:
4139
- dataset (datasets.Dataset ):
4139
+ dataset (datasets.TimeSeriesDataset ):
4140
4140
Required. The dataset within the same Project from which data will be used to train the Model. The
4141
4141
Dataset must use schema compatible with Model being trained,
4142
4142
and what is compatible should be described in the used
@@ -4352,7 +4352,7 @@ def _run(
4352
4352
Supported only for tabular Datasets.
4353
4353
4354
4354
Args:
4355
- dataset (datasets.Dataset ):
4355
+ dataset (datasets.TimeSeriesDataset ):
4356
4356
Required. The dataset within the same Project from which data will be used to train the Model. The
4357
4357
Dataset must use schema compatible with Model being trained,
4358
4358
and what is compatible should be described in the used
0 commit comments