AnnotationAnalyticsAggregationCollection

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

Bases: object

Aggregation entities are required by the API consistency guidelines for API Consistency Guidelines#AnalyticsAPIs. These are used to summarize annotations for a given dataset and will be used to populate UI elements. Aggregations need to have the fields that identify the exact scope that they’re summarizing. Any filters applied to the list API, have to show up in the aggregation.

Methods

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

Attributes

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

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

[Required] Gets the items of this AnnotationAnalyticsAggregationCollection. The list of annotation entities.

Returns:The items of this AnnotationAnalyticsAggregationCollection.
Return type:list[oci.data_labeling_service_dataplane.models.AnnotationAnalyticsAggregation]