ruạṛ
a N��f� � @ s8 d dl mZmZmZ d dlmZ eG dd� de��ZdS )� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s� e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zdd� Z dd� Zdd� ZdS )�AnnotationAnalyticsAggregationa� 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. c K sP ddddddd�| _ ddddd d d�| _d| _d| _d| _d| _d| _d| _dS )a� Initializes a new AnnotationAnalyticsAggregation object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param count: The value to assign to the count property of this AnnotationAnalyticsAggregation. :type count: float :param dataset_id: The value to assign to the dataset_id property of this AnnotationAnalyticsAggregation. :type dataset_id: str :param dimensions: The value to assign to the dimensions property of this AnnotationAnalyticsAggregation. :type dimensions: oci.data_labeling_service_dataplane.models.AnnotationAggregationDimensions :param updated_by: The value to assign to the updated_by property of this AnnotationAnalyticsAggregation. :type updated_by: str :param compartment_id: The value to assign to the compartment_id property of this AnnotationAnalyticsAggregation. :type compartment_id: str :param lifecycle_state: The value to assign to the lifecycle_state property of this AnnotationAnalyticsAggregation. :type lifecycle_state: str �float�str�AnnotationAggregationDimensions)�count� dataset_id� dimensions� updated_by�compartment_id�lifecycle_stater � datasetIdr � updatedBy� compartmentId�lifecycleStateN)� swagger_types� attribute_map�_count�_dataset_id�_dimensions�_updated_by�_compartment_id�_lifecycle_state)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_labeling_service_dataplane/models/annotation_analytics_aggregation.py�__init__ s( � � z'AnnotationAnalyticsAggregation.__init__c C s | j S )z� **[Required]** Gets the count of this AnnotationAnalyticsAggregation. The count of the matching results. :return: The count of this AnnotationAnalyticsAggregation. :rtype: float �r �r r r r r G s z$AnnotationAnalyticsAggregation.countc C s || _ dS )z� Sets the count of this AnnotationAnalyticsAggregation. The count of the matching results. :param count: The count of this AnnotationAnalyticsAggregation. :type: float Nr! )r r r r r r S s c C s | j S )z� **[Required]** Gets the dataset_id of this AnnotationAnalyticsAggregation. The OCID of the dataset the annotations belong to. :return: The dataset_id of this AnnotationAnalyticsAggregation. :rtype: str �r r"