UNPKG

@arizeai/phoenix-client

Version:
13 lines 491 B
import type { ClientFn } from "../types/core"; import type { ExperimentInfo } from "../types/experiments"; export type GetExperimentParams = ClientFn & { /** * The experiment ID */ experimentId: string; }; /** * Returns an object containing the high-level info about an experiment */ export declare function getExperimentInfo({ client: _client, experimentId: experiment_id, }: GetExperimentParams): Promise<ExperimentInfo>; //# sourceMappingURL=getExperimentInfo.d.ts.map