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 / GetEvaluatorJobCommandOutput
Interface: GetEvaluatorJobCommandOutput¶
The output of GetEvaluatorJobCommand.
Extends¶
GetEvaluatorJobOutput.MetadataBearer
Properties¶
app?¶
optionalapp?:AppConfig
App invocation configuration used for this job
Inherited from¶
createdAt?¶
optionalcreatedAt?:Date
Timestamp when the job was created
Inherited from¶
GetEvaluatorJobOutput.createdAt
error?¶
optionalerror?:JobError
Error details. Present only when the job fails.
Inherited from¶
evaluatorName¶
evaluatorName:
string
Name of the evaluator
Inherited from¶
GetEvaluatorJobOutput.evaluatorName
experimentName?¶
optionalexperimentName?:string
Experiment name for grouping related jobs and reports
Inherited from¶
GetEvaluatorJobOutput.experimentName
jobId¶
jobId:
string
Unique identifier for this job
Inherited from¶
jobType¶
jobType:
JobType
Type of job
Inherited from¶
reportId¶
reportId:
string
Report ID where results are stored
Inherited from¶
GetEvaluatorJobOutput.reportId
result?¶
optionalresult?:DocumentType
Result data. Present only when the job completes successfully.
Inherited from¶
scorers?¶
optionalscorers?:Record\<string,ScorerConfig|null>
Scorer configurations used for this job (keyed by scorer name)
Inherited from¶
sourceReportId?¶
optionalsourceReportId?:string
Source report ID to copy results from for re-scoring (creates a new report)
Inherited from¶
GetEvaluatorJobOutput.sourceReportId
stage¶
stage:
JobStage
Current processing stage of the job
Inherited from¶
status¶
status:
JobStatus
Overall job status — computed from task states
Inherited from¶
tasks¶
tasks:
Record\<string,TaskState>
Per-task status and configuration
Inherited from¶
updatedAt?¶
optionalupdatedAt?:Date
Timestamp when the job was last updated