Skip to content

Commit

Permalink
add supported schemas to forecasting base class
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMichaelHu committed May 17, 2022
1 parent 8676a95 commit 950b827
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions google/cloud/aiplatform/training_jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -1564,6 +1564,8 @@ def _model_upload_fail_string(self) -> str:
class _ForecastingTrainingJob(_TrainingJob):
"""ABC for Forecasting Training Pipelines."""

_supported_training_schemas = tuple()

def __init__(
self,
display_name: Optional[str] = None,
Expand Down

0 comments on commit 950b827

Please sign in to comment.