RecordAnalyticsAggregationCollection¶
-
class
oci.data_labeling_service_dataplane.models.RecordAnalyticsAggregationCollection(**kwargs)¶ Bases:
objectCollection of records aggregated.
Methods
__init__(**kwargs)Initializes a new RecordAnalyticsAggregationCollection object with values from keyword arguments. Attributes
items[Required] Gets the items of this RecordAnalyticsAggregationCollection. -
__init__(**kwargs)¶ Initializes a new RecordAnalyticsAggregationCollection 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.RecordAnalyticsAggregation]) – The value to assign to the items property of this RecordAnalyticsAggregationCollection.
-
items¶ [Required] Gets the items of this RecordAnalyticsAggregationCollection. The list of record entities.
Returns: The items of this RecordAnalyticsAggregationCollection. Return type: list[oci.data_labeling_service_dataplane.models.RecordAnalyticsAggregation]
-