ruạṛ
a ���fh � @ 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 @ sX e Zd ZdZdZdZdZdZdZdZ dZ d Zd d� Ze dd � �Zejdd � �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejd d� �Ze d!d"� �Zejd#d"� �Ze d$d%� �Zejd&d%� �Ze d'd(� �Zejd)d(� �Ze d*d+� �Zejd,d+� �Ze d-d.� �Zejd/d.� �Ze d0d1� �Zejd2d1� �Ze d3d4� �Zejd5d4� �Ze d6d7� �Zejd8d7� �Ze d9d:� �Zejd;d:� �Ze d<d=� �Zejd>d=� �Ze d?d@� �Z e jdAd@� �Z e dBdC� �Z!e!jdDdC� �Z!e dEdF� �Z"e"jdGdF� �Z"dHdI� Z#dJdK� Z$dLdM� Z%dNS )O�Datasetz� A dataset is a logical collection of records. The dataset contains all the information necessary to describe a record's source, format, the type of annotations allowed for the record, and the labels allowed on annotations. �CREATING�UPDATING�ACTIVE�NEEDS_ATTENTION�DELETING�DELETED�FAILED�IMPORT_DATASETc K s� dddddddddddddddddd d dd �| _ ddd dddddddddddddddddd �| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _d| _d| _d| _d| _dS ) a Initializes a new Dataset 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 Dataset. :type id: str :param display_name: The value to assign to the display_name property of this Dataset. :type display_name: str :param compartment_id: The value to assign to the compartment_id property of this Dataset. :type compartment_id: str :param description: The value to assign to the description property of this Dataset. :type description: str :param time_created: The value to assign to the time_created property of this Dataset. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this Dataset. :type time_updated: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this Dataset. Allowed values for this property are: "CREATING", "UPDATING", "ACTIVE", "NEEDS_ATTENTION", "DELETING", "DELETED", "FAILED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param lifecycle_details: The value to assign to the lifecycle_details property of this Dataset. :type lifecycle_details: str :param lifecycle_substate: The value to assign to the lifecycle_substate property of this Dataset. Allowed values for this property are: "IMPORT_DATASET", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_substate: str :param annotation_format: The value to assign to the annotation_format property of this Dataset. :type annotation_format: str :param dataset_source_details: The value to assign to the dataset_source_details property of this Dataset. :type dataset_source_details: oci.data_labeling_service_dataplane.models.DatasetSourceDetails :param dataset_format_details: The value to assign to the dataset_format_details property of this Dataset. :type dataset_format_details: oci.data_labeling_service_dataplane.models.DatasetFormatDetails :param label_set: The value to assign to the label_set property of this Dataset. :type label_set: oci.data_labeling_service_dataplane.models.LabelSet :param initial_record_generation_configuration: The value to assign to the initial_record_generation_configuration property of this Dataset. :type initial_record_generation_configuration: oci.data_labeling_service_dataplane.models.InitialRecordGenerationConfiguration :param initial_import_dataset_configuration: The value to assign to the initial_import_dataset_configuration property of this Dataset. :type initial_import_dataset_configuration: oci.data_labeling_service_dataplane.models.InitialImportDatasetConfiguration :param labeling_instructions: The value to assign to the labeling_instructions property of this Dataset. :type labeling_instructions: str :param freeform_tags: The value to assign to the freeform_tags property of this Dataset. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this Dataset. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this Dataset. :type system_tags: dict(str, dict(str, object)) :param additional_properties: The value to assign to the additional_properties property of this Dataset. :type additional_properties: dict(str, str) �strZdatetimeZDatasetSourceDetailsZDatasetFormatDetailsZLabelSetZ$InitialRecordGenerationConfigurationZ!InitialImportDatasetConfigurationzdict(str, str)zdict(str, dict(str, object)))�id�display_name�compartment_id�description�time_created�time_updated�lifecycle_state�lifecycle_details�lifecycle_substate�annotation_format�dataset_source_details�dataset_format_details� label_set�'initial_record_generation_configuration�$initial_import_dataset_configuration�labeling_instructions� freeform_tags�defined_tags�system_tags�additional_propertiesr ZdisplayNameZ compartmentIdr ZtimeCreatedZtimeUpdatedZlifecycleStateZlifecycleDetailsZlifecycleSubstateZannotationFormatZdatasetSourceDetailsZdatasetFormatDetailsZlabelSetZ$initialRecordGenerationConfigurationZ!initialImportDatasetConfigurationZlabelingInstructionsZfreeformTagsZdefinedTagsZ systemTagsZadditionalPropertiesN)Z swagger_typesZ attribute_map�_id� _display_name�_compartment_id�_description� _time_created� _time_updated�_lifecycle_state�_lifecycle_details�_lifecycle_substate�_annotation_format�_dataset_source_details�_dataset_format_details� _label_set�(_initial_record_generation_configuration�%_initial_import_dataset_configuration�_labeling_instructions�_freeform_tags� _defined_tags�_system_tags�_additional_properties)�self�kwargs� r: �V/usr/lib/python3.9/site-packages/oci/data_labeling_service_dataplane/models/dataset.py�__init__2 s| [��zDataset.__init__c C s | j S )z� **[Required]** Gets the id of this Dataset. The OCID of the Dataset. :return: The id of this Dataset. :rtype: str �r$ �r8 r: r: r; r � s z Dataset.idc C s || _ dS )z� Sets the id of this Dataset. The OCID of the Dataset. :param id: The id of this Dataset. :type: str Nr= )r8 r r: r: r; r � s c C s | j S )z� Gets the display_name of this Dataset. A user-friendly display name for the resource. :return: The display_name of this Dataset. :rtype: str �r% r>