import type * as Extend from "../../../index"; /** * Optional processor and version to run against the evaluation set. If omitted, the evaluation set's processor is run at its draft version. */ export interface EvaluationSetRunsCreateRequestEntity { /** The ID of the extractor, classifier, or splitter to evaluate. */ id: string; version?: Extend.ProcessorVersionString; }