Skip to content

Commit

Permalink
fix: Fixed docstrings for Dataset in AutoMLForecastingTrainingJob
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanmkc committed Nov 2, 2021
1 parent c97199d commit 760887b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions google/cloud/aiplatform/training_jobs.py
Expand Up @@ -3930,7 +3930,7 @@ def run(
Supported only for tabular Datasets.
Args:
dataset (datasets.Dataset):
dataset (datasets.TimeSeriesDataset):
Required. The dataset within the same Project from which data will be used to train the Model. The
Dataset must use schema compatible with Model being trained,
and what is compatible should be described in the used
Expand Down Expand Up @@ -4136,7 +4136,7 @@ def _run_with_experiments(
10% for validation, and 10% for test.
Args:
dataset (datasets.Dataset):
dataset (datasets.TimeSeriesDataset):
Required. The dataset within the same Project from which data will be used to train the Model. The
Dataset must use schema compatible with Model being trained,
and what is compatible should be described in the used
Expand Down Expand Up @@ -4352,7 +4352,7 @@ def _run(
Supported only for tabular Datasets.
Args:
dataset (datasets.Dataset):
dataset (datasets.TimeSeriesDataset):
Required. The dataset within the same Project from which data will be used to train the Model. The
Dataset must use schema compatible with Model being trained,
and what is compatible should be described in the used
Expand Down

0 comments on commit 760887b

Please sign in to comment.