AnnotationFormatCollection

class oci.data_labeling_service.models.AnnotationFormatCollection(**kwargs)

Bases: object

Collection of annotation formats.

Methods

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

Attributes

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

Initializes a new AnnotationFormatCollection 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.models.AnnotationFormatSummary]) – The value to assign to the items property of this AnnotationFormatCollection.
items

[Required] Gets the items of this AnnotationFormatCollection. List of annotation formats.

Returns:The items of this AnnotationFormatCollection.
Return type:list[oci.data_labeling_service.models.AnnotationFormatSummary]