Skip to content

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


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

Interface: PutDatasetVersionAnnotationCommandOutput

The output of PutDatasetVersionAnnotationCommand.

Extends

Properties

annotatedAt

annotatedAt: Date

Timestamp when the annotation was created

Inherited from

Annotation.annotatedAt


annotatedBy

annotatedBy: string

Username or identifier of who created the annotation

Inherited from

Annotation.annotatedBy


comment?

optional comment?: string

Optional explanatory comment providing context for the annotation

Inherited from

Annotation.comment


name

name: string

Name of the annotation schema this annotation uses

Inherited from

Annotation.name


value

value: AnnotationValue

Annotation value conforming to the schema's type

Inherited from

Annotation.value