ruạṛ
a N��fz4 � @ 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 @ sZ e Zd ZdZdZdZdZdd� Zedd� �Z e j d d� �Z ed d� �Zej dd� �Zed d� �Zej dd� �Zedd� �Z e j dd� �Z edd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd � �Zej d!d � �Zed"d#� �Zej d$d#� �Zed%d&� �Zej d'd&� �Zd(d)� Zd*d+� Zd,d-� Zd.S )/� Annotationz� An annotation represents a user- or machine-generated annotation for a given record. The details of the annotation are captured in the RecordAnnotationDetails. �ACTIVE�INACTIVE�DELETEDc K s� dddddddddddd�| _ ddd d ddd ddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _dS )a� Initializes a new Annotation object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this Annotation. :type id: str :param time_created: The value to assign to the time_created property of this Annotation. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this Annotation. :type time_updated: datetime :param created_by: The value to assign to the created_by property of this Annotation. :type created_by: str :param updated_by: The value to assign to the updated_by property of this Annotation. :type updated_by: str :param record_id: The value to assign to the record_id property of this Annotation. :type record_id: str :param entities: The value to assign to the entities property of this Annotation. :type entities: list[oci.data_labeling_service_dataplane.models.Entity] :param compartment_id: The value to assign to the compartment_id property of this Annotation. :type compartment_id: str :param lifecycle_state: The value to assign to the lifecycle_state property of this Annotation. Allowed values for this property are: "ACTIVE", "INACTIVE", "DELETED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param freeform_tags: The value to assign to the freeform_tags property of this Annotation. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this Annotation. :type defined_tags: dict(str, dict(str, object)) �str�datetimezlist[Entity]zdict(str, str)zdict(str, dict(str, object)))�id�time_created�time_updated� created_by� updated_by� record_id�entities�compartment_id�lifecycle_state� freeform_tags�defined_tagsr �timeCreated�timeUpdated� createdBy� updatedBy�recordIdr � compartmentId�lifecycleState�freeformTags�definedTagsN) � swagger_types� attribute_map�_id� _time_created� _time_updated�_created_by�_updated_by� _record_id� _entities�_compartment_id�_lifecycle_state�_freeform_tags� _defined_tags)�self�kwargs� r/ ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_labeling_service_dataplane/models/annotation.py�__init__ sF 5��zAnnotation.__init__c C s | j S )z� **[Required]** Gets the id of this Annotation. The OCID of the annotation. :return: The id of this Annotation. :rtype: str �r"