Skip to content

Commit

Permalink
chore: expose model registry class (#1719)
Browse files Browse the repository at this point in the history
  • Loading branch information
sasha-gitg authored Oct 7, 2022
1 parent cba7fbf commit dde9ba1
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 @@ -46,6 +46,7 @@
from google.cloud.aiplatform.models import Endpoint
from google.cloud.aiplatform.models import PrivateEndpoint
from google.cloud.aiplatform.models import Model
from google.cloud.aiplatform.models import ModelRegistry
from google.cloud.aiplatform.model_evaluation import ModelEvaluation
from google.cloud.aiplatform.jobs import (
BatchPredictionJob,
Expand Down Expand Up @@ -147,6 +148,7 @@
"ImageDataset",
"HyperparameterTuningJob",
"Model",
"ModelRegistry",
"ModelEvaluation",
"ModelDeploymentMonitoringJob",
"PipelineJob",
Expand Down

0 comments on commit dde9ba1

Please sign in to comment.