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 / Report
Interface: Report¶
Container for test results from an evaluation
Properties¶
createdAt?¶
optionalcreatedAt?:Date
Timestamp when report was created
description?¶
optionaldescription?:string
Optional description of the report
experimentName?¶
optionalexperimentName?:string
Experiment name for grouping related reports
jobIds?¶
optionaljobIds?:string[]
IDs of jobs associated with this report
metadata?¶
optionalmetadata?:Record\<string,DocumentType>
Arbitrary metadata
name¶
name:
string
Human-readable name for the report
reportId¶
reportId:
string
Unique identifier for this report
status¶
status:
ReportStatus
Status of the report
updatedAt?¶
optionalupdatedAt?:Date
Timestamp when report was last updated