ruạṛ
a ���f/: � @ 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 @ sh 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&� �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 s� ddddddddddddd�| _ dddd d ddd ddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ dS )a� 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 :param model_version_set_id: The value to assign to the model_version_set_id property of this CreateModelDetails. :type model_version_set_id: str :param version_label: The value to assign to the version_label property of this CreateModelDetails. :type version_label: 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�model_version_set_id� version_labelZ compartmentIdZ projectIdZdisplayNamer ZfreeformTagsZdefinedTagsZcustomMetadataListZdefinedMetadataListZinputSchemaZoutputSchemaZmodelVersionSetIdZversionLabelN)Z swagger_typesZ attribute_map�_compartment_id�_project_id� _display_name�_description�_freeform_tags� _defined_tags�_custom_metadata_list�_defined_metadata_list� _input_schema�_output_schema�_model_version_set_id�_version_label)�self�kwargs� r"