Skip to content

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


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

Interface: PutTestCaseAnnotationCommandInput

The input for PutTestCaseAnnotationCommand.

Extends

Properties

comment?

optional comment?: string

Optional explanatory comment providing context for the annotation

Inherited from

PutTestCaseAnnotationRequest.comment


datasetId

datasetId: string

Unique identifier of the dataset

Inherited from

PutTestCaseAnnotationRequest.datasetId


name

name: string

Name of the annotation schema this annotation uses

Inherited from

PutTestCaseAnnotationRequest.name


testCaseId

testCaseId: string

Unique identifier of the testcase

Inherited from

PutTestCaseAnnotationRequest.testCaseId


value

value: AnnotationValue

Annotation value conforming to the schema's type

Inherited from

PutTestCaseAnnotationRequest.value