Skip to content

@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?

optional createdAt?: Date

Timestamp when report was created


description?

optional description?: string

Optional description of the report


experimentName?

optional experimentName?: string

Experiment name for grouping related reports


jobIds?

optional jobIds?: string[]

IDs of jobs associated with this report


metadata?

optional metadata?: 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?

optional updatedAt?: Date

Timestamp when report was last updated