ruạṛ
a ���f�R � @ 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 ZdZdZdZdZdZdZdd� Z e d d � �Zejdd � �Ze dd � �Z e jdd � �Z e dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejd d� �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.� �Ze d0d1� �Zejd2d1� �Ze d3d4� �Zejd5d4� �Ze d6d7� �Zejd8d7� �Ze d9d:� �Zejd;d:� �Ze d<d=� �Zejd>d=� �Zd?d@� ZdAdB� ZdCdD� Z dES )F�ModelSummaryz Summary of the model. �TEXT_GENERATION�TEXT_SUMMARIZATION�TEXT_EMBEDDINGS� FINE_TUNE�CHATc K s� ddddddddddddddddddd �| _ d ddd ddddddddddddddd �| _d| _d| _d| _d| _d| _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 id: The value to assign to the id property of this ModelSummary. :type id: str :param compartment_id: The value to assign to the compartment_id property of this ModelSummary. :type compartment_id: str :param capabilities: The value to assign to the capabilities property of this ModelSummary. Allowed values for items in this list are: "TEXT_GENERATION", "TEXT_SUMMARIZATION", "TEXT_EMBEDDINGS", "FINE_TUNE", "CHAT", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type capabilities: list[str] :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 display_name: The value to assign to the display_name property of this ModelSummary. :type display_name: str :param vendor: The value to assign to the vendor property of this ModelSummary. :type vendor: str :param version: The value to assign to the version property of this ModelSummary. :type version: str :param time_created: The value to assign to the time_created property of this ModelSummary. :type time_created: datetime :param base_model_id: The value to assign to the base_model_id property of this ModelSummary. :type base_model_id: str :param type: The value to assign to the type property of this ModelSummary. :type type: str :param fine_tune_details: The value to assign to the fine_tune_details property of this ModelSummary. :type fine_tune_details: oci.generative_ai.models.FineTuneDetails :param model_metrics: The value to assign to the model_metrics property of this ModelSummary. :type model_metrics: oci.generative_ai.models.ModelMetrics :param is_long_term_supported: The value to assign to the is_long_term_supported property of this ModelSummary. :type is_long_term_supported: bool :param time_deprecated: The value to assign to the time_deprecated property of this ModelSummary. :type time_deprecated: datetime :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)) �strz list[str]ZdatetimeZFineTuneDetailsZModelMetrics�boolzdict(str, str)zdict(str, dict(str, object)))�id�compartment_id�capabilities�lifecycle_state�lifecycle_details�display_name�vendor�version�time_created� base_model_id�type�fine_tune_details� model_metrics�is_long_term_supported�time_deprecated� freeform_tags�defined_tags�system_tagsr Z compartmentIdr ZlifecycleStateZlifecycleDetailsZdisplayNamer r ZtimeCreatedZbaseModelIdr ZfineTuneDetailsZmodelMetricsZisLongTermSupportedZtimeDeprecatedZfreeformTagsZdefinedTagsZ systemTagsN)Z swagger_typesZ attribute_map�_id�_compartment_id� _capabilities�_lifecycle_state�_lifecycle_details� _display_name�_vendor�_version� _time_created�_base_model_id�_type�_fine_tune_details�_model_metrics�_is_long_term_supported�_time_deprecated�_freeform_tags� _defined_tags�_system_tags)�self�kwargs� r4 �J/usr/lib/python3.9/site-packages/oci/generative_ai/models/model_summary.py�__init__&