We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cba7fbf commit dde9ba1Copy full SHA for dde9ba1
google/cloud/aiplatform/__init__.py
@@ -46,6 +46,7 @@
46
from google.cloud.aiplatform.models import Endpoint
47
from google.cloud.aiplatform.models import PrivateEndpoint
48
from google.cloud.aiplatform.models import Model
49
+from google.cloud.aiplatform.models import ModelRegistry
50
from google.cloud.aiplatform.model_evaluation import ModelEvaluation
51
from google.cloud.aiplatform.jobs import (
52
BatchPredictionJob,
@@ -147,6 +148,7 @@
147
148
"ImageDataset",
149
"HyperparameterTuningJob",
150
"Model",
151
+ "ModelRegistry",
152
"ModelEvaluation",
153
"ModelDeploymentMonitoringJob",
154
"PipelineJob",
0 commit comments