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 / SubmitScoringJobCommandInput
Interface: SubmitScoringJobCommandInput¶
The input for SubmitScoringJobCommand.
Extends¶
Properties¶
continueBufferMs?¶
optionalcontinueBufferMs?:number
Buffer time in milliseconds before Lambda timeout to trigger CONTINUE checkpoint. Internal testing/tuning parameter — not for end-user use.
Inherited from¶
SubmitScoringJobInput.continueBufferMs
evaluatorName¶
evaluatorName:
string
Name of the evaluator
Inherited from¶
SubmitScoringJobInput.evaluatorName
experimentName?¶
optionalexperimentName?:string
Experiment name for grouping related jobs and reports
Inherited from¶
SubmitScoringJobInput.experimentName
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.
Inherited from¶
SubmitScoringJobInput.heartbeatSeconds
processLocally?¶
optionalprocessLocally?:boolean
When true, the caller will process the job locally — suppresses EventBridge event emission
Inherited from¶
SubmitScoringJobInput.processLocally
reportId?¶
optionalreportId?:string
Report ID to store results in (can be combined with testResults; mutually exclusive with sourceReportId)
Inherited from¶
SubmitScoringJobInput.reportId
reportName?¶
optionalreportName?:string
Name for the auto-created report (ignored if reportId is provided)
Inherited from¶
SubmitScoringJobInput.reportName
scorers?¶
optionalscorers?:Record\<string,ScorerConfig|null>
Scorer configurations keyed by scorer name
Inherited from¶
sourceReportId?¶
optionalsourceReportId?:string
Source report ID to copy results from for re-scoring into a new report (mutually exclusive with reportId and testResults)
Inherited from¶
SubmitScoringJobInput.sourceReportId
testResults?¶
optionaltestResults?:InlineTestResult[]
Inline test results with pre-existing outputs for scoring (mutually exclusive with sourceReportId)