type createScorerOptions = object;
optional defaults: ScorerDefaults;
optional defaultVersionId: string;
optional description: string;
optional inputType: InputType;
optional modelType: ModelType;
name: string;
optional outputType: OutputType;
optional scoreableNodeTypes: StepType[];
scorerType: ScorerTypes;
optional tags: string[];
Was this page helpful?