📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
data_labeling_service_dataplane
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/data_labeling_service_dataplane/models/__pycache__
💾
Free:
45.9 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: record.cpython-39.pyc
a ���f\6 � @ 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)) �strZdatetimeZ SourceDetails�boolZRecordMetadatazdict(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 ZtimeCreatedZtimeUpdatedZ datasetIdZ compartmentIdZ sourceDetailsZ isLabeledZlifecycleStateZrecordMetadataZfreeformTagsZdefinedTagsN)Z swagger_typesZ 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� r&