Gen AI Evaluation Toolkit on AWS
v2.0.0
Copyright © 2026 Amazon Web Services, Inc. and/or its affiliates. All rights reserved. Amazon’s trademarks and trade dress may not be used in connection with any product or service that is not Amazon’s, in any manner that is likely to cause confusion among customers, or in any manner that disparages or discredits Amazon. All other trademarks not owned by Amazon are the property of their respective owners, who may or may not be affiliated with, connected to, or sponsored by Amazon.
Table of contents
@awssolutions/gen-ai-evaluation-toolkit-ts-client
@awssolutions/gen-ai-evaluation-toolkit-ts-client / SubmitScoringJobInput
Interface: SubmitScoringJobInput¶
Extended by¶
Properties¶
continueBufferMs?¶
optionalcontinueBufferMs?:number
Buffer time in milliseconds before Lambda timeout to trigger CONTINUE checkpoint. Internal testing/tuning parameter — not for end-user use.
evaluatorName¶
evaluatorName:
string
Name of the evaluator
experimentName?¶
optionalexperimentName?:string
Experiment name for grouping related jobs and reports
heartbeatSeconds?¶
optionalheartbeatSeconds?:number
Heartbeat timeout in seconds for Step Functions task states. The evaluator must send a heartbeat within this interval or the task is marked as timed out.
processLocally?¶
optionalprocessLocally?:boolean
When true, the caller will process the job locally — suppresses EventBridge event emission
reportId?¶
optionalreportId?:string
Report ID to store results in (can be combined with testResults; mutually exclusive with sourceReportId)
reportName?¶
optionalreportName?:string
Name for the auto-created report (ignored if reportId is provided)
scorers?¶
optionalscorers?:Record\<string,ScorerConfig|null>
Scorer configurations keyed by scorer name
sourceReportId?¶
optionalsourceReportId?:string
Source report ID to copy results from for re-scoring into a new report (mutually exclusive with reportId and testResults)
testResults?¶
optionaltestResults?:InlineTestResult[]
Inline test results with pre-existing outputs for scoring (mutually exclusive with sourceReportId)