Minor Changes
-
aab229f: Add
createDatasetSplit,updateDatasetSplit, anddeleteDatasetSplithelpers to thedatasetssubpath. 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
DatasetSplitresponse type and aDatasetIdentifierselector type from the datasets subpath.