Class ListAnnotationsResponse (1.1.1)

ListAnnotationsResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Response message for DatasetService.ListAnnotations.

Attributes

NameDescription
annotations Sequence[google.cloud.aiplatform_v1beta1.types.Annotation]
A list of Annotations that matches the specified filter in the request.
next_page_token str
The standard List next-page token.

Inheritance

builtins.object > proto.message.Message > ListAnnotationsResponse