Arize Phoenix TS
    Preparing search index...
    ResumeEvaluationParams: ClientFn & {
        concurrency?: number;
        diagLogLevel?: DiagLogLevel;
        evaluators: ExperimentEvaluatorLike | readonly ExperimentEvaluatorLike[];
        experimentId: string;
        logger?: Logger;
        setGlobalTracerProvider?: boolean;
        stopOnFirstError?: boolean;
        useBatchSpanProcessor?: boolean;
    }

    Type Declaration

    • Optional Readonlyconcurrency?: number

      The number of concurrent evaluation executions

      5
      
    • Optional ReadonlydiagLogLevel?: DiagLogLevel

      Log level to set for the default DiagConsoleLogger when tracing.

    • Readonlyevaluators: ExperimentEvaluatorLike | readonly ExperimentEvaluatorLike[]

      A single evaluator or list of evaluators to run on incomplete evaluations

    • ReadonlyexperimentId: string

      The ID of the experiment to resume evaluations for

    • Optional Readonlylogger?: Logger

      The logger to use

      createLogger()
      
    • Optional ReadonlysetGlobalTracerProvider?: boolean

      Whether to set the global tracer provider when running evaluators.

      true
      
    • Optional ReadonlystopOnFirstError?: boolean

      Stop processing and exit as soon as any evaluation fails.

      false
      
    • Optional ReadonlyuseBatchSpanProcessor?: boolean

      Whether to use batch span processor for tracing.

      true