Skip to content

Commit

Permalink
Moved automl tables training job to training_jobs.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Cheung committed Nov 17, 2020
1 parent 2802dc8 commit e709025
Show file tree
Hide file tree
Showing 4 changed files with 215 additions and 227 deletions.
223 changes: 0 additions & 223 deletions google/cloud/aiplatform/AutoMLTablesTrainingJob.py

This file was deleted.

6 changes: 4 additions & 2 deletions google/cloud/aiplatform/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@
from google.cloud.aiplatform.datasets import Dataset
from google.cloud.aiplatform.models import Endpoint
from google.cloud.aiplatform.models import Model
from google.cloud.aiplatform.training_jobs import CustomTrainingJob
from google.cloud.aiplatform.AutoMLTablesTrainingJob import AutoMLTablesTrainingJob
from google.cloud.aiplatform.training_jobs import (
CustomTrainingJob,
AutoMLTablesTrainingJob,
)

"""
Usage:
Expand Down
Loading

0 comments on commit e709025

Please sign in to comment.