Skip to content

@arizeai/phoenix-client@7.14.0

Choose a tag to compare

@mikeldking mikeldking released this 22 Sep 14:25
· 10 commits to main since this release
676ceb1

Minor Changes

  • aab229f: Add createDatasetSplit, updateDatasetSplit, and deleteDatasetSplit helpers to the datasets subpath. The helpers select datasets by name or GlobalID, create splits on existing datasets, partially update split fields, add or remove example memberships idempotently, and delete splits without deleting their examples. They require Phoenix server 19.20.0 or newer.

    Also export the generated DatasetSplit response type and a DatasetIdentifier selector type from the datasets subpath.