Skip to content

Commit dde9ba1

Browse files
authored
chore: expose model registry class (#1719)
1 parent cba7fbf commit dde9ba1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

google/cloud/aiplatform/__init__.py

+2
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
from google.cloud.aiplatform.models import Endpoint
4747
from google.cloud.aiplatform.models import PrivateEndpoint
4848
from google.cloud.aiplatform.models import Model
49+
from google.cloud.aiplatform.models import ModelRegistry
4950
from google.cloud.aiplatform.model_evaluation import ModelEvaluation
5051
from google.cloud.aiplatform.jobs import (
5152
BatchPredictionJob,
@@ -147,6 +148,7 @@
147148
"ImageDataset",
148149
"HyperparameterTuningJob",
149150
"Model",
151+
"ModelRegistry",
150152
"ModelEvaluation",
151153
"ModelDeploymentMonitoringJob",
152154
"PipelineJob",

0 commit comments

Comments
 (0)