Skip to content

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


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

Interface: ListDatasetVersionsCommandOutput

The output of ListDatasetVersionsCommand.

Extends

Properties

nextToken?

optional nextToken?: string

Pagination token for next page of results

Inherited from

ListDatasetVersionsResponse.nextToken


versions

versions: DatasetVersion[]

List of dataset versions

Inherited from

ListDatasetVersionsResponse.versions