Suggest an annotation

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

Suggest annotations.

Parameters:

annotations (Annotation | AnnotationWrite | Sequence[Annotation] | Sequence[AnnotationWrite]) – annotation(s) to suggest. They must have status set to “suggested”.

Returns:

suggested annotation(s)

Return type:

Annotation | AnnotationList