Skip to content

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


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

Interface: CreateDatasetCommandOutput

The output of CreateDatasetCommand.

Extends

Properties

createdAt

createdAt: Date

Timestamp indicating when the dataset was created

Inherited from

Dataset.createdAt


currentVersion?

optional currentVersion?: number

Latest version of the dataset

Inherited from

Dataset.currentVersion


datasetId

datasetId: string

Unique identifier for the dataset

Inherited from

Dataset.datasetId


description?

optional description?: string

Description of the dataset

Inherited from

Dataset.description


name

name: string

Name of the dataset

Inherited from

Dataset.name


source

source: string

Context about the creation of this dataset (e.g. identity or execution id)

Inherited from

Dataset.source


status

status: DatasetStatus

Status of the dataset

Inherited from

Dataset.status