UNPKG

@arizeai/phoenix-client

Version:
8 lines 433 B
import type { ExampleWithId } from "../../types/datasets.js"; /** * The example's node GlobalID, which experiment runs record as their * `dataset_example_id`. Servers that predate the `nodeId` field deliver the * GlobalID in the `id` field instead. */ export declare function getExampleGlobalId(example: Pick<ExampleWithId, "id"> & Partial<Pick<ExampleWithId, "nodeId">>): string; //# sourceMappingURL=getExampleGlobalId.d.ts.map