Create an annotation

async AsyncCogniteClient.annotations.create(
annotations: Annotation | AnnotationWrite | Sequence[Annotation | AnnotationWrite],
) Annotation | AnnotationList

Create annotations.

Parameters:

annotations (Annotation | AnnotationWrite | Sequence[Annotation | AnnotationWrite]) – Annotation(s) to create

Returns:

Created annotation(s)

Return type:

Annotation | AnnotationList