ruạṛ
a M��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 d d� Z dd� Zdd� ZdS )�PreDeployedLanguageModelsz+ Description of Language Entities. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new PreDeployedLanguageModels object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this PreDeployedLanguageModels. :type id: str :param compartment_id: The value to assign to the compartment_id property of this PreDeployedLanguageModels. :type compartment_id: str :param description: The value to assign to the description property of this PreDeployedLanguageModels. :type description: str �str)�id�compartment_id�descriptionr � compartmentIdr N)� swagger_types� attribute_map�_id�_compartment_id�_description)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/ai_language/models/pre_deployed_language_models.py�__init__ s ��z"PreDeployedLanguageModels.__init__c C s | j S )z� **[Required]** Gets the id of this PreDeployedLanguageModels. Unique identifier that is immutable on creation :return: The id of this PreDeployedLanguageModels. :rtype: str �r �r r r r r 2 s zPreDeployedLanguageModels.idc C s || _ dS )z� Sets the id of this PreDeployedLanguageModels. Unique identifier that is immutable on creation :param id: The id of this PreDeployedLanguageModels. :type: str Nr )r r r r r r >