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 ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z edd� �Zejdd� �Zdd� Zdd� Zd d!� Zd"S )#�CreateEndpointDetailsz) The data to create an endpoint. c K sd ddddddddd�| _ dddd d ddd d�| _d| _d| _d| _d| _d| _d| _d| _d| _ dS )a4 Initializes a new CreateEndpointDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param display_name: The value to assign to the display_name property of this CreateEndpointDetails. :type display_name: str :param description: The value to assign to the description property of this CreateEndpointDetails. :type description: str :param compartment_id: The value to assign to the compartment_id property of this CreateEndpointDetails. :type compartment_id: str :param model_id: The value to assign to the model_id property of this CreateEndpointDetails. :type model_id: str :param dedicated_ai_cluster_id: The value to assign to the dedicated_ai_cluster_id property of this CreateEndpointDetails. :type dedicated_ai_cluster_id: str :param content_moderation_config: The value to assign to the content_moderation_config property of this CreateEndpointDetails. :type content_moderation_config: oci.generative_ai.models.ContentModerationConfig :param freeform_tags: The value to assign to the freeform_tags property of this CreateEndpointDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateEndpointDetails. :type defined_tags: dict(str, dict(str, object)) �strZContentModerationConfigzdict(str, str)zdict(str, dict(str, object)))�display_name�description�compartment_id�model_id�dedicated_ai_cluster_id�content_moderation_config� freeform_tags�defined_tagsZdisplayNamer Z compartmentIdZmodelIdZdedicatedAiClusterIdZcontentModerationConfigZfreeformTagsZdefinedTagsN) Z swagger_typesZ attribute_map� _display_name�_description�_compartment_id� _model_id�_dedicated_ai_cluster_id�_content_moderation_config�_freeform_tags� _defined_tags)�self�kwargs� r �T/usr/lib/python3.9/site-packages/oci/generative_ai/models/create_endpoint_details.py�__init__ s4 '��zCreateEndpointDetails.__init__c C s | j S )z� Gets the display_name of this CreateEndpointDetails. A user-friendly name. Does not have to be unique, and it's changeable. :return: The display_name of this CreateEndpointDetails. :rtype: str �r �r r r r r W s z"CreateEndpointDetails.display_namec C s || _ dS )z� Sets the display_name of this CreateEndpointDetails. A user-friendly name. Does not have to be unique, and it's changeable. :param display_name: The display_name of this CreateEndpointDetails. :type: str Nr )r r r r r r c s c C s | j S )z� Gets the description of this CreateEndpointDetails. An optional description of the endpoint. :return: The description of this CreateEndpointDetails. :rtype: str �r r r r r r o s z!CreateEndpointDetails.descriptionc C s || _ dS )z� Sets the description of this CreateEndpointDetails. An optional description of the endpoint. :param description: The description of this CreateEndpointDetails. :type: str Nr )r r r r r r { s c C s | j S )z� **[Required]** Gets the compartment_id of this CreateEndpointDetails. The compartment OCID to create the endpoint in. :return: The compartment_id of this CreateEndpointDetails. :rtype: str �r r r r r r � s z$CreateEndpointDetails.compartment_idc C s || _ dS )z� Sets the compartment_id of this CreateEndpointDetails. The compartment OCID to create the endpoint in. :param compartment_id: The compartment_id of this CreateEndpointDetails. :type: str Nr )r r r r r r � s c C s | j S )z� **[Required]** Gets the model_id of this CreateEndpointDetails. The OCID of the model that's used to create this endpoint. :return: The model_id of this CreateEndpointDetails. :rtype: str �r r r r r r � s zCreateEndpointDetails.model_idc C s || _ dS )z� Sets the model_id of this CreateEndpointDetails. The OCID of the model that's used to create this endpoint. :param model_id: The model_id of this CreateEndpointDetails. :type: str Nr! )r r r r r r � s c C s | j S )a **[Required]** Gets the dedicated_ai_cluster_id of this CreateEndpointDetails. The OCID of the dedicated AI cluster on which a model will be deployed to. :return: The dedicated_ai_cluster_id of this CreateEndpointDetails. :rtype: str �r r r r r r � s z-CreateEndpointDetails.dedicated_ai_cluster_idc C s || _ dS )a Sets the dedicated_ai_cluster_id of this CreateEndpointDetails. The OCID of the dedicated AI cluster on which a model will be deployed to. :param dedicated_ai_cluster_id: The dedicated_ai_cluster_id of this CreateEndpointDetails. :type: str Nr"