Skip to content

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


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

Interface: GetDatasetVersionCommandOutput

The output of GetDatasetVersionCommand.

Extends

Properties

annotations?

optional annotations?: Annotation[]

Annotations attached to this version for metadata and categorization

Inherited from

DatasetVersion.annotations


createdAt

createdAt: Date

Timestamp when this version was created

Inherited from

DatasetVersion.createdAt


createdBy

createdBy: string

Username or identifier of who created this version

Inherited from

DatasetVersion.createdBy


datasetId

datasetId: string

Unique identifier of the parent dataset

Inherited from

DatasetVersion.datasetId


s3Location?

optional s3Location?: string

S3 location where the immutable dataset snapshot is stored

Inherited from

DatasetVersion.s3Location


version

version: number

Sequential version number

Inherited from

DatasetVersion.version