ruạṛ
a ���fl � @ 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 )�CustomizationInferenceEntityz; Entity Object for customization inference payload c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new CustomizationInferenceEntity object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param entity_type: The value to assign to the entity_type property of this CustomizationInferenceEntity. :type entity_type: str :param customization_id: The value to assign to the customization_id property of this CustomizationInferenceEntity. :type customization_id: str :param customization_alias: The value to assign to the customization_alias property of this CustomizationInferenceEntity. :type customization_alias: str �str)�entity_type�customization_id�customization_aliasZ entityTypeZcustomizationIdZcustomizationAliasN)Z swagger_typesZ attribute_map�_entity_type�_customization_id�_customization_alias)�self�kwargs� r �W/usr/lib/python3.9/site-packages/oci/ai_speech/models/customization_inference_entity.py�__init__ s ��z%CustomizationInferenceEntity.__init__c C s | j S )z� Gets the entity_type of this CustomizationInferenceEntity. Entity type :return: The entity_type of this CustomizationInferenceEntity. :rtype: str �r �r r r r r 4 s z(CustomizationInferenceEntity.entity_typec C s || _ dS )z� Sets the entity_type of this CustomizationInferenceEntity. Entity type :param entity_type: The entity_type of this CustomizationInferenceEntity. :type: str Nr )r r r r r r @ s c C s | j S )a= Gets the customization_id of this CustomizationInferenceEntity. The `OCID`__ of the customization to use. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The customization_id of this CustomizationInferenceEntity. :rtype: str �r r r r r r L s z-CustomizationInferenceEntity.customization_idc C s || _ dS )aL Sets the customization_id of this CustomizationInferenceEntity. The `OCID`__ of the customization to use. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param customization_id: The customization_id of this CustomizationInferenceEntity. :type: str Nr )r r r r r r Z s c C s | j S )z� Gets the customization_alias of this CustomizationInferenceEntity. Alias of the customization :return: The customization_alias of this CustomizationInferenceEntity. :rtype: str �r r r r r r h s z0CustomizationInferenceEntity.customization_aliasc C s || _ dS )z� Sets the customization_alias of this CustomizationInferenceEntity. Alias of the customization :param customization_alias: The customization_alias of this CustomizationInferenceEntity. :type: str Nr )r r r r r r t s c C s t | �S �N)r r r r r �__repr__� s z%CustomizationInferenceEntity.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s z#CustomizationInferenceEntity.__eq__c C s | |k S r r r r r r �__ne__� s z#CustomizationInferenceEntity.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"