File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/openlayer/resources/inference_pipelines Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ def stream(
4949 timeout : float | httpx .Timeout | None | NotGiven = NOT_GIVEN ,
5050 ) -> DataStreamResponse :
5151 """
52- Create an inference data point in an inference pipeline.
52+ Publish an inference data point to an inference pipeline.
5353
5454 Args:
5555 config: Configuration for the data stream. Depends on your **Openlayer project task
@@ -108,7 +108,7 @@ async def stream(
108108 timeout : float | httpx .Timeout | None | NotGiven = NOT_GIVEN ,
109109 ) -> DataStreamResponse :
110110 """
111- Create an inference data point in an inference pipeline.
111+ Publish an inference data point to an inference pipeline.
112112
113113 Args:
114114 config: Configuration for the data stream. Depends on your **Openlayer project task
You can’t perform that action at this time.
0 commit comments