📂 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.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: generic_entity.cpython-39.opt-1.pyc
a ���f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�Entity� )�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 d d� Z dd� Zdd� ZdS )� GenericEntityzl This is an extensible entity type for users, and the base entity type for some annotation formats. c K sB ddddd�| _ dddd d�| _d | _d | _d | _d | _d| _d S )a� Initializes a new GenericEntity object with values from keyword arguments. The default value of the :py:attr:`~oci.data_labeling_service_dataplane.models.GenericEntity.entity_type` attribute of this class is ``GENERIC`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param entity_type: The value to assign to the entity_type property of this GenericEntity. Allowed values for this property are: "GENERIC", "IMAGEOBJECTSELECTION", "TEXTSELECTION", "KEYVALUESELECTION" :type entity_type: str :param document_entity_metadata: The value to assign to the document_entity_metadata property of this GenericEntity. :type document_entity_metadata: oci.data_labeling_service_dataplane.models.DocumentEntityMetadata :param labels: The value to assign to the labels property of this GenericEntity. :type labels: list[oci.data_labeling_service_dataplane.models.Label] :param extended_metadata: The value to assign to the extended_metadata property of this GenericEntity. :type extended_metadata: dict(str, str) �strZDocumentEntityMetadatazlist[Label]zdict(str, str))Zentity_type�document_entity_metadata�labels�extended_metadataZ entityTypeZdocumentEntityMetadatar ZextendedMetadataNZGENERIC)Z swagger_typesZ attribute_mapZ_entity_type�_document_entity_metadata�_labels�_extended_metadata)�self�kwargs� r �]/usr/lib/python3.9/site-packages/oci/data_labeling_service_dataplane/models/generic_entity.py�__init__ s ��zGenericEntity.__init__c C s | j S )z� Gets the document_entity_metadata of this GenericEntity. :return: The document_entity_metadata of this GenericEntity. :rtype: oci.data_labeling_service_dataplane.models.DocumentEntityMetadata �r �r r r r r >