📂 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
›
ai_language
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/ai_language/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: classification_multi_label_mode_details.cpython-39.pyc
a ���fW � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�ClassificationType� )�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 )�#ClassificationMultiLabelModeDetailsz? Possible text classification multi label mode details c K s. ddd�| _ ddd�| _d| _d| _d| _dS )aI Initializes a new ClassificationMultiLabelModeDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.ai_language.models.ClassificationMultiLabelModeDetails.classification_mode` attribute of this class is ``MULTI_LABEL`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param classification_mode: The value to assign to the classification_mode property of this ClassificationMultiLabelModeDetails. Allowed values for this property are: "MULTI_CLASS", "MULTI_LABEL" :type classification_mode: str :param version: The value to assign to the version property of this ClassificationMultiLabelModeDetails. :type version: str �str)Zclassification_mode�versionZclassificationModer NZMULTI_LABEL)Z swagger_typesZ attribute_mapZ_classification_mode�_version)�self�kwargs� r �b/usr/lib/python3.9/site-packages/oci/ai_language/models/classification_multi_label_mode_details.py�__init__ s ��z,ClassificationMultiLabelModeDetails.__init__c C s | j S )a= Gets the version of this ClassificationMultiLabelModeDetails. Optional if nothing specified latest base model will be used for training. Supported versions can be found at /modelTypes/{modelType} :return: The version of this ClassificationMultiLabelModeDetails. :rtype: str �r �r r r r r 0 s z+ClassificationMultiLabelModeDetails.versionc C s || _ dS )aC Sets the version of this ClassificationMultiLabelModeDetails. Optional if nothing specified latest base model will be used for training. Supported versions can be found at /modelTypes/{modelType} :param version: The version of this ClassificationMultiLabelModeDetails. :type: str Nr )r r r r r r <