Skip to content

Commit c12832f

Browse files
committed
Updated user guide.
1 parent 0bb8974 commit c12832f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/user_guide/langchain/deploy.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ Now the OCI data science model deployment endpoint is ready and you can invoke i
136136

137137
.. code-block:: python3
138138
139-
chain_deployment.predict(data={"subject": "animals"})["prediction"]
139+
chain_deployment.predict(data={"subject": "animals"})["output"]
140140
141141
.. figure:: figures/prediction.png
142142
:width: 800

0 commit comments

Comments
 (0)