Skip to content

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


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

Interface: PutDatasetVersionAnnotationCommandInput

The input for PutDatasetVersionAnnotationCommand.

Extends

Properties

comment?

optional comment?: string

Optional explanatory comment providing context for the annotation

Inherited from

PutDatasetVersionAnnotationRequest.comment


datasetId

datasetId: string

Unique identifier of the dataset

Inherited from

PutDatasetVersionAnnotationRequest.datasetId


name

name: string

Name of the annotation schema this annotation uses

Inherited from

PutDatasetVersionAnnotationRequest.name


value

value: AnnotationValue

Annotation value conforming to the schema's type

Inherited from

PutDatasetVersionAnnotationRequest.value


version

version: number

Version number

Inherited from

PutDatasetVersionAnnotationRequest.version