📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/umvavtmy/public_html/website_b18404e2/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
ai_vision
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/ai_vision/models/__pycache__
💾
Free:
47.3 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: ontology_class.cpython-39.pyc
a ���f� � @ 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 @ s~ e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z d d� Z dd� Zdd� ZdS )� OntologyClasszG Images and ImageObjects can be labeled with an OntologyClass. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )av Initializes a new OntologyClass object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param name: The value to assign to the name property of this OntologyClass. :type name: str :param parent_names: The value to assign to the parent_names property of this OntologyClass. :type parent_names: list[str] :param synonym_names: The value to assign to the synonym_names property of this OntologyClass. :type synonym_names: list[str] �strz list[str])�name�parent_names� synonym_namesr ZparentNamesZsynonymNamesN)Z swagger_typesZ attribute_map�_name� _parent_names�_synonym_names)�self�kwargs� r �G/usr/lib/python3.9/site-packages/oci/ai_vision/models/ontology_class.py�__init__ s ��zOntologyClass.__init__c C s | j S )z� **[Required]** Gets the name of this OntologyClass. The label name. :return: The name of this OntologyClass. :rtype: str �r �r r r r r 4 s zOntologyClass.namec C s || _ dS )z� Sets the name of this OntologyClass. The label name. :param name: The name of this OntologyClass. :type: str Nr )r r r r r r @ s c C s | j S )z� Gets the parent_names of this OntologyClass. The label parents. :return: The parent_names of this OntologyClass. :rtype: list[str] �r r r r r r L s zOntologyClass.parent_namesc C s || _ dS )z� Sets the parent_names of this OntologyClass. The label parents. :param parent_names: The parent_names of this OntologyClass. :type: list[str] Nr )r r r r r r X s c C s | j S )z� Gets the synonym_names of this OntologyClass. The label synonyms. :return: The synonym_names of this OntologyClass. :rtype: list[str] �r r r r r r d s zOntologyClass.synonym_namesc C s || _ dS )z� Sets the synonym_names of this OntologyClass. The label synonyms. :param synonym_names: The synonym_names of this OntologyClass. :type: list[str] Nr )r r r r r r p s c C s t | �S �N)r r r r r �__repr__| s zOntologyClass.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__ s zOntologyClass.__eq__c C s | |k S r r r r r r �__ne__� s zOntologyClass.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"