📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/shelleycutler.com/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.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_record_details.pyc
a N��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 ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z dd� Zdd� Zdd� ZdS ) �CreateRecordDetailszH A record represents an entry in a dataset that needs labeling. c K sZ dddddddd�| _ ddd d ddd d�| _d| _d| _d| _d| _d| _d| _d| _dS )a� Initializes a new CreateRecordDetails 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 CreateRecordDetails. :type name: str :param dataset_id: The value to assign to the dataset_id property of this CreateRecordDetails. :type dataset_id: str :param compartment_id: The value to assign to the compartment_id property of this CreateRecordDetails. :type compartment_id: str :param source_details: The value to assign to the source_details property of this CreateRecordDetails. :type source_details: oci.data_labeling_service_dataplane.models.CreateSourceDetails :param record_metadata: The value to assign to the record_metadata property of this CreateRecordDetails. :type record_metadata: oci.data_labeling_service_dataplane.models.RecordMetadata :param freeform_tags: The value to assign to the freeform_tags property of this CreateRecordDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateRecordDetails. :type defined_tags: dict(str, dict(str, object)) �str�CreateSourceDetails�RecordMetadatazdict(str, str)zdict(str, dict(str, object)))�name� dataset_id�compartment_id�source_details�record_metadata� freeform_tags�defined_tagsr � datasetId� compartmentId� sourceDetails�recordMetadata�freeformTags�definedTagsN) � swagger_types� attribute_map�_name�_dataset_id�_compartment_id�_source_details�_record_metadata�_freeform_tags� _defined_tags)�self�kwargs� r"