Skip to content

Commit 58a602f

Browse files
stainless-app[bot]stainless-bot
authored andcommitted
feat(api): OpenAPI spec update via Stainless API (#265)
1 parent 3bc5418 commit 58a602f

File tree

1 file changed

+2
-2
lines changed
  • src/openlayer/resources/inference_pipelines

1 file changed

+2
-2
lines changed

src/openlayer/resources/inference_pipelines/data.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)