Skip to content

@awssolutions/gen-ai-evaluation-toolkit-ts-client


@awssolutions/gen-ai-evaluation-toolkit-ts-client / ListTestResultsCommandOutput

Interface: ListTestResultsCommandOutput

The output of ListTestResultsCommand.

Extends

Properties

nextToken?

optional nextToken?: string

Pagination token for next page of results

Inherited from

ListTestResultsOutput.nextToken


testResults

testResults: TestResult[]

List of test results

Inherited from

ListTestResultsOutput.testResults