ruạṛ
a ���fZ � @ 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� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zed"d#� �Zejd$d#� �Zed%d&� �Zejd'd&� �Zed(d)� �Zejd*d)� �Zed+d,� �Zejd-d,� �Zed.d/� �Zejd0d/� �Zed1d2� �Zejd3d2� �Zed4d5� �Zejd6d5� �Zed7d8� �Zejd9d8� �Zed:d;� �Zejd<d;� �Zed=d>� �Zejd?d>� �Zed@dA� �ZejdBdA� �ZedCdD� �ZejdEdD� �ZedFdG� �ZejdHdG� �ZdIdJ� ZdKdL� ZdMdN� Z dOS )P�ModelSummaryz' The metadata about the model. c K s� ddddddddddddddddddddddd d �| _ ddd ddddddddddddddddddd d!d �| _d"| _d"| _d"| _d"| _d"| _d"| _d"| _d"| _ d"| _ d"| _d"| _d"| _ d"| _d"| _d"| _d"| _d"| _d"| _d"| _d"| _d"| _d"| _d"| _d"S )#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 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 description: The value to assign to the description property of this ModelSummary. :type description: str :param compartment_id: The value to assign to the compartment_id property of this ModelSummary. :type compartment_id: str :param model_type: The value to assign to the model_type property of this ModelSummary. :type model_type: str :param model_version: The value to assign to the model_version property of this ModelSummary. :type model_version: str :param project_id: The value to assign to the project_id property of this ModelSummary. :type project_id: str :param time_created: The value to assign to the time_created property of this ModelSummary. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this ModelSummary. :type time_updated: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this ModelSummary. :type lifecycle_state: str :param lifecycle_details: The value to assign to the lifecycle_details property of this ModelSummary. :type lifecycle_details: str :param precision: The value to assign to the precision property of this ModelSummary. :type precision: float :param tenancy_id: The value to assign to the tenancy_id property of this ModelSummary. :type tenancy_id: str :param alias_name: The value to assign to the alias_name property of this ModelSummary. :type alias_name: str :param training_dataset: The value to assign to the training_dataset property of this ModelSummary. :type training_dataset: oci.ai_document.models.Dataset :param testing_dataset: The value to assign to the testing_dataset property of this ModelSummary. :type testing_dataset: oci.ai_document.models.Dataset :param validation_dataset: The value to assign to the validation_dataset property of this ModelSummary. :type validation_dataset: oci.ai_document.models.Dataset :param component_models: The value to assign to the component_models property of this ModelSummary. :type component_models: list[oci.ai_document.models.ComponentModel] :param is_composed_model: The value to assign to the is_composed_model property of this ModelSummary. :type is_composed_model: bool :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)) :param system_tags: The value to assign to the system_tags property of this ModelSummary. :type system_tags: dict(str, dict(str, object)) :param locks: The value to assign to the locks property of this ModelSummary. :type locks: list[oci.ai_document.models.ResourceLock] �strZdatetime�floatZDatasetzlist[ComponentModel]�boolzdict(str, str)zdict(str, dict(str, object))zlist[ResourceLock])�id�display_name�description�compartment_id� model_type� model_version� project_id�time_created�time_updated�lifecycle_state�lifecycle_details� precision� tenancy_id� alias_name�training_dataset�testing_dataset�validation_dataset�component_models�is_composed_model� freeform_tags�defined_tags�system_tags�locksr ZdisplayNamer Z compartmentIdZ modelTypeZmodelVersionZ projectIdZtimeCreatedZtimeUpdatedZlifecycleStateZlifecycleDetailsr Z tenancyIdZ aliasNameZtrainingDatasetZtestingDatasetZvalidationDatasetZcomponentModelsZisComposedModelZfreeformTagsZdefinedTagsZ systemTagsr N)Z swagger_typesZ attribute_map�_id� _display_name�_description�_compartment_id�_model_type�_model_version�_project_id� _time_created� _time_updated�_lifecycle_state�_lifecycle_details� _precision�_tenancy_id�_alias_name�_training_dataset�_testing_dataset�_validation_dataset�_component_models�_is_composed_model�_freeform_tags� _defined_tags�_system_tags�_locks)�self�kwargs� r: �H/usr/lib/python3.9/site-packages/oci/ai_document/models/model_summary.py�__init__ s� c��zModelSummary.__init__c C s | j S )z� **[Required]** Gets the id of this ModelSummary. A unique identifier that is immutable after creation. :return: The id of this ModelSummary. :rtype: str �r! �r8 r: r: r; r � s zModelSummary.idc C s || _ dS )z� Sets the id of this ModelSummary. A unique identifier that is immutable after creation. :param id: The id of this ModelSummary. :type: str Nr= )r8 r r: r: r; r � s c C s | j S )z� Gets the display_name of this ModelSummary. A human-friendly name for the model, which can be changed. :return: The display_name of this ModelSummary. :rtype: str �r"