ruạṛ
a N��fD1 � @ 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 @ s4 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 � �Zd"d#� Zd$d%� Zd&d'� Zd(S ))�CreateModelDetailsz� Parameters needed to create a new model. Models are mathematical representations of the relationships between data. Models are represented by their associated metadata and artifact. c K sx ddddddddddd� | _ dddd d ddd ddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _dS )aT Initializes a new CreateModelDetails 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 CreateModelDetails. :type compartment_id: str :param project_id: The value to assign to the project_id property of this CreateModelDetails. :type project_id: str :param display_name: The value to assign to the display_name property of this CreateModelDetails. :type display_name: str :param description: The value to assign to the description property of this CreateModelDetails. :type description: str :param freeform_tags: The value to assign to the freeform_tags property of this CreateModelDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateModelDetails. :type defined_tags: dict(str, dict(str, object)) :param custom_metadata_list: The value to assign to the custom_metadata_list property of this CreateModelDetails. :type custom_metadata_list: list[oci.data_science.models.Metadata] :param defined_metadata_list: The value to assign to the defined_metadata_list property of this CreateModelDetails. :type defined_metadata_list: list[oci.data_science.models.Metadata] :param input_schema: The value to assign to the input_schema property of this CreateModelDetails. :type input_schema: str :param output_schema: The value to assign to the output_schema property of this CreateModelDetails. :type output_schema: str �strzdict(str, str)zdict(str, dict(str, object))zlist[Metadata]) �compartment_id� project_id�display_name�description� freeform_tags�defined_tags�custom_metadata_list�defined_metadata_list�input_schema� output_schema� compartmentId� projectId�displayNamer �freeformTags�definedTags�customMetadataList�definedMetadataList�inputSchema�outputSchemaN)� swagger_types� attribute_map�_compartment_id�_project_id� _display_name�_description�_freeform_tags� _defined_tags�_custom_metadata_list�_defined_metadata_list� _input_schema�_output_schema)�self�kwargs� r) ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_science/models/create_model_details.py�__init__ s@ /�� zCreateModelDetails.__init__c C s | j S )aB **[Required]** Gets the compartment_id of this CreateModelDetails. The `OCID`__ of the compartment to create the model in. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The compartment_id of this CreateModelDetails. :rtype: str �r �r'