You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/deploy/agent-engine.md
+29-14Lines changed: 29 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -137,20 +137,35 @@ Expected output for `stream_query` (local):
137
137
138
138
### Deploy your agent to Agent Engine
139
139
140
-
```python
141
-
from vertexai import agent_engines
142
-
143
-
remote_app = agent_engines.create(
144
-
agent_engine=app,
145
-
requirements=[
146
-
"google-cloud-aiplatform[adk,agent_engines]"
147
-
]
148
-
)
149
-
```
150
-
151
-
This step may take several minutes to finish.
152
-
153
-
You can check and monitor the deployment of your ADK agent on the [Agent Engine UI](https://console.cloud.google.com/vertex-ai/agents/agent-engines) on Google Cloud.
140
+
You can deploy your agent to Agent Engine using the following methods:
0 commit comments