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 @ 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� �Zdd � Zd!d"� Zd#d$� Zd%S )&�CreateModelDetailsz5 The information needed to train a new model c K sn dddddddddd� | _ dd d ddd dddd� | _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 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 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 model_details: The value to assign to the model_details property of this CreateModelDetails. :type model_details: oci.ai_language.models.ModelDetails :param training_dataset: The value to assign to the training_dataset property of this CreateModelDetails. :type training_dataset: oci.ai_language.models.DatasetDetails :param test_strategy: The value to assign to the test_strategy property of this CreateModelDetails. :type test_strategy: oci.ai_language.models.TestStrategy :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)) �strZModelDetailsZDatasetDetailsZTestStrategyzdict(str, str)zdict(str, dict(str, object))) �display_name�description�compartment_id� project_id� model_details�training_dataset� test_strategy� freeform_tags�defined_tagsZdisplayNamer Z compartmentIdZ projectIdZmodelDetailsZtrainingDatasetZtestStrategyZfreeformTagsZdefinedTagsN)Z swagger_typesZ attribute_map� _display_name�_description�_compartment_id�_project_id�_model_details�_training_dataset�_test_strategy�_freeform_tags� _defined_tags)�self�kwargs� r �O/usr/lib/python3.9/site-packages/oci/ai_language/models/create_model_details.py�__init__ s: +� �zCreateModelDetails.__init__c C s | j S )a* Gets the display_name of this CreateModelDetails. A user-friendly display name for the resource. It does not have to be unique and can be modified. Avoid entering confidential information. :return: The display_name of this CreateModelDetails. :rtype: str �r �r r r r r ^ s zCreateModelDetails.display_namec C s || _ dS )a5 Sets the display_name of this CreateModelDetails. A user-friendly display name for the resource. It does not have to be unique and can be modified. Avoid entering confidential information. :param display_name: The display_name of this CreateModelDetails. :type: str Nr )r r r r r r j s c C s | j S )z� Gets the description of this CreateModelDetails. A short description of the a model. :return: The description of this CreateModelDetails. :rtype: str �r r r r r r v s zCreateModelDetails.descriptionc C s || _ dS )z� Sets the description of this CreateModelDetails. A short description of the a model. :param description: The description of this CreateModelDetails. :type: str Nr! )r r r r r r � s c C s | j S )a/ **[Required]** Gets the compartment_id of this CreateModelDetails. The `OCID`__ for the models compartment. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The compartment_id of this CreateModelDetails. :rtype: str �r r r r r r � s z!CreateModelDetails.compartment_idc C s || _ dS )a- Sets the compartment_id of this CreateModelDetails. The `OCID`__ for the models compartment. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param compartment_id: The compartment_id of this CreateModelDetails. :type: str Nr"