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(
49
49
timeout : float | httpx .Timeout | None | NotGiven = NOT_GIVEN ,
50
50
) -> DataStreamResponse :
51
51
"""
52
- Create an inference data point in an inference pipeline.
52
+ Publish an inference data point to an inference pipeline.
53
53
54
54
Args:
55
55
config: Configuration for the data stream. Depends on your **Openlayer project task
@@ -108,7 +108,7 @@ async def stream(
108
108
timeout : float | httpx .Timeout | None | NotGiven = NOT_GIVEN ,
109
109
) -> DataStreamResponse :
110
110
"""
111
- Create an inference data point in an inference pipeline.
111
+ Publish an inference data point to an inference pipeline.
112
112
113
113
Args:
114
114
config: Configuration for the data stream. Depends on your **Openlayer project task
You can’t perform that action at this time.
0 commit comments