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 / SubmitEvaluationJobCommandOutput
Interface: SubmitEvaluationJobCommandOutput¶
The output of SubmitEvaluationJobCommand.
Extends¶
SubmitEvaluationJobOutput.MetadataBearer
Properties¶
createdAt?¶
optionalcreatedAt?:Date
Timestamp when the job was created
Inherited from¶
SubmitEvaluationJobOutput.createdAt
evaluatorName¶
evaluatorName:
string
Name of the evaluator the job was submitted to
Inherited from¶
SubmitEvaluationJobOutput.evaluatorName
experimentName?¶
optionalexperimentName?:string
Experiment name for grouping related jobs and reports
Inherited from¶
SubmitEvaluationJobOutput.experimentName
job¶
job:
EvaluationJob
The full job object - use this for local testing with evaluator.evaluate()
Inherited from¶
jobId¶
jobId:
string
Unique identifier assigned to this job
Inherited from¶
SubmitEvaluationJobOutput.jobId
jobType¶
jobType:
JobType
Type of job
Inherited from¶
SubmitEvaluationJobOutput.jobType
reportId¶
reportId:
string
Report ID where results will be stored
Inherited from¶
SubmitEvaluationJobOutput.reportId
sourceReportId?¶
optionalsourceReportId?:string
Source report ID (if copy-and-score was requested)
Inherited from¶
SubmitEvaluationJobOutput.sourceReportId
status¶
status:
JobStatus
Initial status of the job — always PENDING on submission