UNPKG

@arizeai/phoenix-client

Version:
10 lines 401 B
import type { ClientFn } from "../types/core"; import type { DatasetInfo } from "../types/datasets"; export type GetDatasetParams = ClientFn & { datasetName: string; }; /** * Get the information of a dataset via the name */ export declare function getDatasetInfoByName({ client: _client, datasetName, }: GetDatasetParams): Promise<DatasetInfo>; //# sourceMappingURL=getDatasetInfoByName.d.ts.map