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 )#�UpdateModelDetailsz' Details for updating a model. c K sd ddddddddd�| _ dddd d ddd d�| _d| _d| _d| _d| _d| _d| _d| _d| _ dS )a> Initializes a new UpdateModelDetails 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 UpdateModelDetails. :type display_name: str :param description: The value to assign to the description property of this UpdateModelDetails. :type description: str :param freeform_tags: The value to assign to the freeform_tags property of this UpdateModelDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this UpdateModelDetails. :type defined_tags: dict(str, dict(str, object)) :param custom_metadata_list: The value to assign to the custom_metadata_list property of this UpdateModelDetails. :type custom_metadata_list: list[oci.data_science.models.Metadata] :param defined_metadata_list: The value to assign to the defined_metadata_list property of this UpdateModelDetails. :type defined_metadata_list: list[oci.data_science.models.Metadata] :param model_version_set_id: The value to assign to the model_version_set_id property of this UpdateModelDetails. :type model_version_set_id: str :param version_label: The value to assign to the version_label property of this UpdateModelDetails. :type version_label: str �strzdict(str, str)zdict(str, dict(str, object))zlist[Metadata])�display_name�description� freeform_tags�defined_tags�custom_metadata_list�defined_metadata_list�model_version_set_id� version_labelZdisplayNamer ZfreeformTagsZdefinedTagsZcustomMetadataListZdefinedMetadataListZmodelVersionSetIdZversionLabelN) Z swagger_typesZ attribute_map� _display_name�_description�_freeform_tags� _defined_tags�_custom_metadata_list�_defined_metadata_list�_model_version_set_id�_version_label)�self�kwargs� r �P/usr/lib/python3.9/site-packages/oci/data_science/models/update_model_details.py�__init__ s4 '��zUpdateModelDetails.__init__c C s | j S )aG Gets the display_name of this UpdateModelDetails. A user-friendly display name for the resource. It does not have to be unique and can be modified. Avoid entering confidential information. Example: `My Model` :return: The display_name of this UpdateModelDetails. :rtype: str �r �r r r r r W s zUpdateModelDetails.display_namec C s || _ dS )aR Sets the display_name of this UpdateModelDetails. A user-friendly display name for the resource. It does not have to be unique and can be modified. Avoid entering confidential information. Example: `My Model` :param display_name: The display_name of this UpdateModelDetails. :type: str Nr )r r r r r r d s c C s | j S )z� Gets the description of this UpdateModelDetails. A short description of the model. :return: The description of this UpdateModelDetails. :rtype: str �r r r r r r q s zUpdateModelDetails.descriptionc C s || _ dS )z� Sets the description of this UpdateModelDetails. A short description of the model. :param description: The description of this UpdateModelDetails. :type: str Nr )r r r r r r } s c C s | j S )a� Gets the freeform_tags of this UpdateModelDetails. Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See `Resource Tags`__. Example: `{"Department": "Finance"}` __ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm :return: The freeform_tags of this UpdateModelDetails. :rtype: dict(str, str) �r r r r r r � s z UpdateModelDetails.freeform_tagsc C s || _ dS )a� Sets the freeform_tags of this UpdateModelDetails. Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See `Resource Tags`__. Example: `{"Department": "Finance"}` __ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm :param freeform_tags: The freeform_tags of this UpdateModelDetails. :type: dict(str, str) Nr )r r r r r r � s c C s | j S )a� Gets the defined_tags of this UpdateModelDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. See `Resource Tags`__. Example: `{"Operations": {"CostCenter": "42"}}` __ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm :return: The defined_tags of this UpdateModelDetails. :rtype: dict(str, dict(str, object)) �r r r r r r � s zUpdateModelDetails.defined_tagsc C s || _ dS )a� Sets the defined_tags of this UpdateModelDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. See `Resource Tags`__. Example: `{"Operations": {"CostCenter": "42"}}` __ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm :param defined_tags: The defined_tags of this UpdateModelDetails. :type: dict(str, dict(str, object)) Nr! )r r r r r r � s c C s | j S )a Gets the custom_metadata_list of this UpdateModelDetails. An array of custom metadata details for the model. :return: The custom_metadata_list of this UpdateModelDetails. :rtype: list[oci.data_science.models.Metadata] �r r r r r r � s z'UpdateModelDetails.custom_metadata_listc C s || _ dS )a Sets the custom_metadata_list of this UpdateModelDetails. An array of custom metadata details for the model. :param custom_metadata_list: The custom_metadata_list of this UpdateModelDetails. :type: list[oci.data_science.models.Metadata] Nr"