📂 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
›
lib
›
python3.9
›
site-packages
›
oci
›
data_labeling_service
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/data_labeling_service/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_dataset_details.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 @ sh 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 edd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zed"d#� �Zejd$d#� �Zed%d&� �Zejd'd&� �Zd(d)� Zd*d+� Zd,d-� Zd.S )/�CreateDatasetDetailsz� Parameters needed to create a new Dataset. A Dataset allows a user to describe the data source that provides the Records and how Annotations should be applied to the Records. c K s� ddddddddddddd �| _ d ddd ddddddddd �| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ dS )a' Initializes a new CreateDatasetDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param display_name: The value to assign to the display_name property of this CreateDatasetDetails. :type display_name: str :param description: The value to assign to the description property of this CreateDatasetDetails. :type description: str :param compartment_id: The value to assign to the compartment_id property of this CreateDatasetDetails. :type compartment_id: str :param annotation_format: The value to assign to the annotation_format property of this CreateDatasetDetails. :type annotation_format: str :param dataset_source_details: The value to assign to the dataset_source_details property of this CreateDatasetDetails. :type dataset_source_details: oci.data_labeling_service.models.DatasetSourceDetails :param dataset_format_details: The value to assign to the dataset_format_details property of this CreateDatasetDetails. :type dataset_format_details: oci.data_labeling_service.models.DatasetFormatDetails :param initial_record_generation_configuration: The value to assign to the initial_record_generation_configuration property of this CreateDatasetDetails. :type initial_record_generation_configuration: oci.data_labeling_service.models.InitialRecordGenerationConfiguration :param initial_import_dataset_configuration: The value to assign to the initial_import_dataset_configuration property of this CreateDatasetDetails. :type initial_import_dataset_configuration: oci.data_labeling_service.models.InitialImportDatasetConfiguration :param label_set: The value to assign to the label_set property of this CreateDatasetDetails. :type label_set: oci.data_labeling_service.models.LabelSet :param labeling_instructions: The value to assign to the labeling_instructions property of this CreateDatasetDetails. :type labeling_instructions: str :param freeform_tags: The value to assign to the freeform_tags property of this CreateDatasetDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateDatasetDetails. :type defined_tags: dict(str, dict(str, object)) �strZDatasetSourceDetailsZDatasetFormatDetailsZ$InitialRecordGenerationConfigurationZ!InitialImportDatasetConfigurationZLabelSetzdict(str, str)zdict(str, dict(str, object)))�display_name�description�compartment_id�annotation_format�dataset_source_details�dataset_format_details�'initial_record_generation_configuration�$initial_import_dataset_configuration� label_set�labeling_instructions� freeform_tags�defined_tagsZdisplayNamer Z compartmentIdZannotationFormatZdatasetSourceDetailsZdatasetFormatDetailsZ$initialRecordGenerationConfigurationZ!initialImportDatasetConfigurationZlabelSetZlabelingInstructionsZfreeformTagsZdefinedTagsN)Z swagger_typesZ attribute_map� _display_name�_description�_compartment_id�_annotation_format�_dataset_source_details�_dataset_format_details�(_initial_record_generation_configuration�%_initial_import_dataset_configuration� _label_set�_labeling_instructions�_freeform_tags� _defined_tags)�self�kwargs� r"