Skip to content

Commit

Permalink
feat(api): api update (#761)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] committed Jan 15, 2025
1 parent c898d59 commit ec353f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .stats.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
configured_endpoints: 71
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/structify%2Fstructify-a3d40078d5e3218e71c847061bac29f1234b67b1558424be994882a9fa147a78.yml
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/structify%2Fstructify-4f3d206c1d5f05ffd919a5b9538f0bc31578c976001f90547682eeab5ec013c1.yml
4 changes: 2 additions & 2 deletions src/structify/resources/admin/training_datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ def switch_dataset(
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
) -> None:
"""
Removes a training datum from the specified dataset.
Switches a training datum to a new dataset.
Args:
extra_headers: Send extra headers
Expand Down Expand Up @@ -1035,7 +1035,7 @@ async def switch_dataset(
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
) -> None:
"""
Removes a training datum from the specified dataset.
Switches a training datum to a new dataset.
Args:
extra_headers: Send extra headers
Expand Down

0 comments on commit ec353f8

Please sign in to comment.