ruạṛ
a ���f/A � @ 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!� �Ze d#d$� �Zejd%d$� �Ze d&d'� �Zejd(d'� �Ze d)d*� �Zejd+d*� �Ze d,d-� �Zejd.d-� �Zd/d0� Zd1d2� Zd3d4� Zd5S )6�ModelSummaryz* Summary information for a model. �ACTIVE�DELETED�FAILED�INACTIVEc K s� dddddddddddddd� | _ ddd d ddd ddddddd� | _d| _d| _d| _d| _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 model_version_set_id: The value to assign to the model_version_set_id property of this ModelSummary. :type model_version_set_id: str :param model_version_set_name: The value to assign to the model_version_set_name property of this ModelSummary. :type model_version_set_name: str :param version_id: The value to assign to the version_id property of this ModelSummary. :type version_id: int :param version_label: The value to assign to the version_label property of this ModelSummary. :type version_label: 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)) �strZdatetime�intzdict(str, str)zdict(str, dict(str, object))) �compartment_id� project_id�id�display_name� created_by�time_created�lifecycle_state�model_version_set_id�model_version_set_name� version_id� version_label� freeform_tags�defined_tagsZ compartmentIdZ projectIdr ZdisplayNameZ createdByZtimeCreatedZlifecycleStateZmodelVersionSetIdZmodelVersionSetNameZ versionIdZversionLabelZfreeformTagsZdefinedTagsN)Z swagger_typesZ attribute_map�_compartment_id�_project_id�_id� _display_name�_created_by� _time_created�_lifecycle_state�_model_version_set_id�_model_version_set_name�_version_id�_version_label�_freeform_tags� _defined_tags)�self�kwargs� r) �I/usr/lib/python3.9/site-packages/oci/data_science/models/model_summary.py�__init__"