Skip to content

Commit

Permalink
Add seq2seq job to init file.
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMichaelHu committed May 17, 2022
1 parent 950b827 commit 22098ca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions google/cloud/aiplatform/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
CustomPythonPackageTrainingJob,
AutoMLTabularTrainingJob,
AutoMLForecastingTrainingJob,
SequenceToSequencePlusForecastingTrainingJob,
AutoMLImageTrainingJob,
AutoMLTextTrainingJob,
AutoMLVideoTrainingJob,
Expand Down Expand Up @@ -116,6 +117,7 @@
"Model",
"ModelEvaluation",
"PipelineJob",
"SequenceToSequencePlusForecastingTrainingJob",
"TabularDataset",
"Tensorboard",
"TensorboardExperiment",
Expand Down

0 comments on commit 22098ca

Please sign in to comment.