ruạṛ
a N��f�5 � @ 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 @ st 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&� �Zed(d)� �Zej d*d)� �Zd+d,� Zd-d.� Zd/d0� Zd1S )2�RecordzH A record represents an entry in a dataset that needs labeling. �ACTIVE�INACTIVE�DELETEDc K s� ddddddddddddd�| _ d d ddd dddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ dS )a� Initializes a new Record 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 Record. :type id: str :param name: The value to assign to the name property of this Record. :type name: str :param time_created: The value to assign to the time_created property of this Record. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this Record. :type time_updated: datetime :param dataset_id: The value to assign to the dataset_id property of this Record. :type dataset_id: str :param compartment_id: The value to assign to the compartment_id property of this Record. :type compartment_id: str :param source_details: The value to assign to the source_details property of this Record. :type source_details: oci.data_labeling_service_dataplane.models.SourceDetails :param is_labeled: The value to assign to the is_labeled property of this Record. :type is_labeled: bool :param lifecycle_state: The value to assign to the lifecycle_state property of this Record. 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 record_metadata: The value to assign to the record_metadata property of this Record. :type record_metadata: oci.data_labeling_service_dataplane.models.RecordMetadata :param freeform_tags: The value to assign to the freeform_tags property of this Record. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this Record. :type defined_tags: dict(str, dict(str, object)) �str�datetime� SourceDetails�bool�RecordMetadatazdict(str, str)zdict(str, dict(str, object)))�id�name�time_created�time_updated� dataset_id�compartment_id�source_details� is_labeled�lifecycle_state�record_metadata� freeform_tags�defined_tagsr r �timeCreated�timeUpdated� datasetId� compartmentId� sourceDetails� isLabeled�lifecycleState�recordMetadata�freeformTags�definedTagsN)� swagger_types� attribute_map�_id�_name� _time_created� _time_updated�_dataset_id�_compartment_id�_source_details�_is_labeled�_lifecycle_state�_record_metadata�_freeform_tags� _defined_tags)�self�kwargs� r5 ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_labeling_service_dataplane/models/record.py�__init__ sL 9��zRecord.__init__c C s | j S )z� **[Required]** Gets the id of this Record. The OCID of the record. :return: The id of this Record. :rtype: str �r'