File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,8 @@ def predict(self, X):
104104
def register(self: _T, vertex_ai_model_id: Optional[str] = None) -> _T:
105105
"""Register the model to Vertex AI.
106106
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.
108109
Refer to https://cloud.google.com/vertex-ai/docs/model-registry/introduction for more options.
109110
110111
Args:

0 commit comments

Comments
 (0)