📂 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.6 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: model_metadata_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 @ s� e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zdd� Zdd� Z dd� ZdS )�ModelMetadataDetailsz� training model details For this release only one model is allowed to be input here. One of the three modelType, ModelId, endpointId should be given other wise error will be thrown from API c K sF dddddd�| _ dddddd�| _d | _d | _d | _d | _d | _d S ) a� Initializes a new ModelMetadataDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param model_type: The value to assign to the model_type property of this ModelMetadataDetails. :type model_type: str :param model_id: The value to assign to the model_id property of this ModelMetadataDetails. :type model_id: str :param endpoint_id: The value to assign to the endpoint_id property of this ModelMetadataDetails. :type endpoint_id: str :param language_code: The value to assign to the language_code property of this ModelMetadataDetails. :type language_code: str :param configuration: The value to assign to the configuration property of this ModelMetadataDetails. :type configuration: dict(str, ConfigurationDetails) �strzdict(str, ConfigurationDetails))� model_type�model_id�endpoint_id� language_code� configurationZ modelTypeZmodelIdZ endpointIdZlanguageCoder N)Z swagger_typesZ attribute_map�_model_type� _model_id�_endpoint_id�_language_code�_configuration)�self�kwargs� r �Q/usr/lib/python3.9/site-packages/oci/ai_language/models/model_metadata_details.py�__init__ s"