📂 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
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
data_labeling_service_dataplane
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/data_labeling_service_dataplane/models
💾
Free:
45.9 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: image_object_selection_entity.pyc
a N��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 )�ImageObjectSelectionEntitya This lets the labeler specify a series of coordinates in the image to represent an object and apply labels to it. The coordinates are connected in the order that they are provided. The last coordinate in the array is connected to the first coordinate. c K sB ddddd�| _ dddd d�| _d | _d | _d | _d | _d| _d S )a Initializes a new ImageObjectSelectionEntity object with values from keyword arguments. The default value of the :py:attr:`~oci.data_labeling_service_dataplane.models.ImageObjectSelectionEntity.entity_type` attribute of this class is ``IMAGEOBJECTSELECTION`` 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 ImageObjectSelectionEntity. Allowed values for this property are: "GENERIC", "IMAGEOBJECTSELECTION", "TEXTSELECTION" :type entity_type: str :param labels: The value to assign to the labels property of this ImageObjectSelectionEntity. :type labels: list[oci.data_labeling_service_dataplane.models.Label] :param bounding_polygon: The value to assign to the bounding_polygon property of this ImageObjectSelectionEntity. :type bounding_polygon: oci.data_labeling_service_dataplane.models.BoundingPolygon :param extended_metadata: The value to assign to the extended_metadata property of this ImageObjectSelectionEntity. :type extended_metadata: dict(str, str) �strzlist[Label]�BoundingPolygonzdict(str, str))�entity_type�labels�bounding_polygon�extended_metadata� entityTyper �boundingPolygon�extendedMetadataN�IMAGEOBJECTSELECTION)� swagger_types� attribute_map�_entity_type�_labels�_bounding_polygon�_extended_metadata)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_labeling_service_dataplane/models/image_object_selection_entity.py�__init__ s ��z#ImageObjectSelectionEntity.__init__c C s | j S )a **[Required]** Gets the labels of this ImageObjectSelectionEntity. A collection of label entities. :return: The labels of this ImageObjectSelectionEntity. :rtype: list[oci.data_labeling_service_dataplane.models.Label] �r �r r r r r <