ruạṛ
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 ZdZdZdZdd� Zedd� �Ze dd � �Z e jd d � �Z dd� Zd d� Z dd� ZdS )�ServingModez[ The model's serving mode, which is either on-demand serving or dedicated serving. � ON_DEMAND� DEDICATEDc K s ddi| _ ddi| _d| _dS )a� Initializes a new ServingMode object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class: * :class:`~oci.generative_ai_inference.models.DedicatedServingMode` * :class:`~oci.generative_ai_inference.models.OnDemandServingMode` The following keyword arguments are supported (corresponding to the getters/setters of this class): :param serving_type: The value to assign to the serving_type property of this ServingMode. Allowed values for this property are: "ON_DEMAND", "DEDICATED" :type serving_type: str �serving_type�str�servingTypeN)Z swagger_typesZ attribute_map� _serving_type)�self�kwargs� r �S/usr/lib/python3.9/site-packages/oci/generative_ai_inference/models/serving_mode.py�__init__ s ��zServingMode.__init__c C s( | d }|dkrdS |dkr dS dS dS )z� Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. r r ZDedicatedServingModer ZOnDemandServingModer Nr )Zobject_dictionary�typer r r �get_subtype4 s zServingMode.get_subtypec C s | j S )a7 **[Required]** Gets the serving_type of this ServingMode. The serving mode type, which is either on-demand serving or dedicated serving. Allowed values for this property are: "ON_DEMAND", "DEDICATED" :return: The serving_type of this ServingMode. :rtype: str )r �r r r r r D s zServingMode.serving_typec C s* ddg}t ||�s td|� ���|| _dS )z� Sets the serving_type of this ServingMode. The serving mode type, which is either on-demand serving or dedicated serving. :param serving_type: The serving_type of this ServingMode. :type: str r r z9Invalid value for `serving_type`, must be None or one of N)r � ValueErrorr )r r Zallowed_valuesr r r r R s �c C s t | �S �N)r r r r r �__repr__c s zServingMode.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__f s zServingMode.__eq__c C s | |k S r r r r r r �__ne__l s zServingMode.__ne__N)�__name__� __module__�__qualname__�__doc__ZSERVING_TYPE_ON_DEMANDZSERVING_TYPE_DEDICATEDr �staticmethodr �propertyr �setterr r r r r r r r s r N)Zoci.utilr r r Zoci.decoratorsr �objectr r r r r �<module> s
cải xoăn