Skip to content

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


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

Interface: ListTestCasesCommandOutput

The output of ListTestCasesCommand.

Extends

Properties

nextToken?

optional nextToken?: string

Pagination token for next page of results

Inherited from

ListTestCasesResponse.nextToken


testCases

testCases: TestCaseReference[]

List of test-cases

Inherited from

ListTestCasesResponse.testCases