Skip to content

Commit 5fdb7fc

Browse files
vertex-sdk-botcopybara-github
authored andcommitted
docs: fix LocalModel push_image docstring.
PiperOrigin-RevId: 509940706
1 parent 8ebcdbd commit 5fdb7fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google/cloud/aiplatform/prediction/local_model.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ def push_image(self) -> None:
482482
push images to it. Otherwise, you will hit the error, "Repository {REPOSITORY} not found".
483483
To create Artifact Registry repositories, use UI or call the following gcloud command.
484484
485-
.. code-block:: python
485+
.. code-block:: bash
486486
487487
gcloud artifacts repositories create {REPOSITORY} \
488488
--project {PROJECT} \

0 commit comments

Comments
 (0)