UNPKG

@arizeai/phoenix-client

Version:
13 lines 497 B
import type { ClientFn } from "../types/core.js"; import type { ExperimentInfo } from "../types/experiments.js"; 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