AnnotationCollection

class oci.data_labeling_service_dataplane.models.AnnotationCollection(**kwargs)

Bases: object

The results of an annotations search. It contains AnnotationSummary items and other information, such as metadata.

Methods

__init__(**kwargs) Initializes a new AnnotationCollection object with values from keyword arguments.

Attributes

items [Required] Gets the items of this AnnotationCollection.
__init__(**kwargs)

Initializes a new AnnotationCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:items (list[oci.data_labeling_service_dataplane.models.AnnotationSummary]) – The value to assign to the items property of this AnnotationCollection.
items

[Required] Gets the items of this AnnotationCollection. The list of annotations.

Returns:The items of this AnnotationCollection.
Return type:list[oci.data_labeling_service_dataplane.models.AnnotationSummary]