ruạṛ
a N��f�0 � @ 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 ZdZdZdZdZdZdd� Ze dd � �Z e jd d � �Z e dd� �Zejd d� �Ze dd� �Z e jdd� �Z e dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze d d!� �Zejd"d!� �Zd#d$� Zd%d&� Zd'd(� Zd)S )*�ModelSummaryz* Summary information for a model. �ACTIVE�DELETED�FAILED�INACTIVEc K sn dddddddddd� | _ dddd d ddd dd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ dS )a� Initializes a new ModelSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param compartment_id: The value to assign to the compartment_id property of this ModelSummary. :type compartment_id: str :param project_id: The value to assign to the project_id property of this ModelSummary. :type project_id: str :param id: The value to assign to the id property of this ModelSummary. :type id: str :param display_name: The value to assign to the display_name property of this ModelSummary. :type display_name: str :param created_by: The value to assign to the created_by property of this ModelSummary. :type created_by: str :param time_created: The value to assign to the time_created property of this ModelSummary. :type time_created: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this ModelSummary. Allowed values for this property are: "ACTIVE", "DELETED", "FAILED", "INACTIVE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param freeform_tags: The value to assign to the freeform_tags property of this ModelSummary. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this ModelSummary. :type defined_tags: dict(str, dict(str, object)) �str�datetimezdict(str, str)zdict(str, dict(str, object))) �compartment_id� project_id�id�display_name� created_by�time_created�lifecycle_state� freeform_tags�defined_tags� compartmentId� projectIdr �displayName� createdBy�timeCreated�lifecycleState�freeformTags�definedTagsN)� swagger_types� attribute_map�_compartment_id�_project_id�_id� _display_name�_created_by� _time_created�_lifecycle_state�_freeform_tags� _defined_tags)�self�kwargs� r+ ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_science/models/model_summary.py�__init__ s: -� �zModelSummary.__init__c C s | j S )a' **[Required]** Gets the compartment_id of this ModelSummary. The `OCID`__ of the model's compartment. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The compartment_id of this ModelSummary. :rtype: str �r �r) r+ r+ r, r n s zModelSummary.compartment_idc C s || _ dS )a% Sets the compartment_id of this ModelSummary. The `OCID`__ of the model's compartment. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param compartment_id: The compartment_id of this ModelSummary. :type: str Nr. )r) r r+ r+ r, r | s c C s | j S )a- **[Required]** Gets the project_id of this ModelSummary. The `OCID`__ of the project associated with the model. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The project_id of this ModelSummary. :rtype: str �r! r/ r+ r+ r, r � s zModelSummary.project_idc C s || _ dS )a' Sets the project_id of this ModelSummary. The `OCID`__ of the project associated with the model. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param project_id: The project_id of this ModelSummary. :type: str Nr0 )r) r r+ r+ r, r � s c C s | j S )a **[Required]** Gets the id of this ModelSummary. The `OCID`__ of the model. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The id of this ModelSummary. :rtype: str �r"