AddDataAnnotationRequest interface

Request body for adding a data annotation.

Properties

annotationDetails

Annotation details as a dynamic key-value pair bag. Service-enforced limits: a maximum of 10 entries per annotation and a maximum value length of 256 characters. Requests exceeding these limits will be rejected with a 400 response.

description

Optional description of the annotation

Property Details

annotationDetails

Annotation details as a dynamic key-value pair bag. Service-enforced limits: a maximum of 10 entries per annotation and a maximum value length of 256 characters. Requests exceeding these limits will be rejected with a 400 response.

annotationDetails: Record<string, string>

Property Value

Record<string, string>

description

Optional description of the annotation

description?: string

Property Value

string