File tree
Expand file treeCollapse file tree1 file changed
+2
-1
lines changed Expand file treeCollapse file tree1 file changed
+2
-1
lines changed Original file line number | Diff line number | Diff line change |
---|
@@ -104,7 +104,8 @@ def predict(self, X):
|
104 | 104 | def register(self: _T, vertex_ai_model_id: Optional[str] = None) -> _T:
|
105 | 105 | """Register the model to Vertex AI.
|
106 | 106 |
|
107 |
| -After register, go to https://pantheon.corp.google.com/vertex-ai/models to manage the model registries. |
| 107 | +After register, go to Google Cloud Console (https://console.cloud.google.com/vertex-ai/models) |
| 108 | +to manage the model registries. |
108 | 109 | Refer to https://cloud.google.com/vertex-ai/docs/model-registry/introduction for more options.
|
109 | 110 |
|
110 | 111 | Args:
|
|
You can’t perform that action at this time.
0 commit comments