Skip to content

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


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

Interface: PutTestCaseAnnotationRequest

Core annotation data including name, value, and optional comment

Extended by

Properties

comment?

optional comment?: string

Optional explanatory comment providing context for the annotation


datasetId

datasetId: string

Unique identifier of the dataset


name

name: string

Name of the annotation schema this annotation uses


testCaseId

testCaseId: string

Unique identifier of the testcase


value

value: AnnotationValue

Annotation value conforming to the schema's type