ruạṛ
a ���f1 � @ 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 @ sJ e Zd ZdZdd� Zedd� �Zejdd� �Zdd� Zd d � Z dd� Z d S )�ComponentModelz4 The custom model selected for Composition. c K s ddi| _ ddi| _d| _dS )aQ Initializes a new ComponentModel object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param model_id: The value to assign to the model_id property of this ComponentModel. :type model_id: str �model_id�strZmodelIdN)Z swagger_typesZ attribute_map� _model_id)�self�kwargs� r �J/usr/lib/python3.9/site-packages/oci/ai_document/models/component_model.py�__init__ s ��zComponentModel.__init__c C s | j S )a/ Gets the model_id of this ComponentModel. The `OCID`__ of active custom Key Value model that need to be composed. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The model_id of this ComponentModel. :rtype: str �r �r r r r r &