📂 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
›
ai_document
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/ai_document/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: data_science_labeling_dataset.cpython-39.pyc
a ���fC � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�Dataset� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sJ e Zd ZdZdd� Zedd� �Zejdd� �Zdd� Zd d � Z dd� Z d S )�DataScienceLabelingDatasetz; The dataset created by the Data Labeling Service. c K s. ddd�| _ ddd�| _d| _d| _d| _dS )a) Initializes a new DataScienceLabelingDataset object with values from keyword arguments. The default value of the :py:attr:`~oci.ai_document.models.DataScienceLabelingDataset.dataset_type` attribute of this class is ``DATA_SCIENCE_LABELING`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param dataset_type: The value to assign to the dataset_type property of this DataScienceLabelingDataset. Allowed values for this property are: "DATA_SCIENCE_LABELING", "OBJECT_STORAGE" :type dataset_type: str :param dataset_id: The value to assign to the dataset_id property of this DataScienceLabelingDataset. :type dataset_id: str �str)Zdataset_type� dataset_idZdatasetTypeZ datasetIdNZDATA_SCIENCE_LABELING)Z swagger_typesZ attribute_mapZ _dataset_type�_dataset_id)�self�kwargs� r �X/usr/lib/python3.9/site-packages/oci/ai_document/models/data_science_labeling_dataset.py�__init__ s ��z#DataScienceLabelingDataset.__init__c C s | j S )z� **[Required]** Gets the dataset_id of this DataScienceLabelingDataset. OCID of the Data Labeling dataset. :return: The dataset_id of this DataScienceLabelingDataset. :rtype: str �r �r r r r r 0 s z%DataScienceLabelingDataset.dataset_idc C s || _ dS )z� Sets the dataset_id of this DataScienceLabelingDataset. OCID of the Data Labeling dataset. :param dataset_id: The dataset_id of this DataScienceLabelingDataset. :type: str Nr )r r r r r r <