GetExperimentRunsParams: ClientFn & { experimentId: string; pageSize?: number }

Type declaration

  • experimentId: string

    The experiment ID.

  • OptionalpageSize?: number

    The pagination size by which to pull runs Exposed for controlling the rate at which runs are pulled

    100