ruạṛ
a ���f�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 ZdZdZdZdZdZdZdZ dd � Z ed d� �Zej dd� �Zed d� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd � �Zej d!d � �Zed"d#� �Zej d$d#� �Zed%d&� �Zej d'd&� �Zed(d)� �Zej d*d)� �Zed+d,� �Zej d-d,� �Zed.d/� �Zej d0d/� �Zed1d2� �Zej d3d2� �Zed4d5� �Zej d6d5� �Zd7d8� Zd9d:� Zd;d<� Zd=S )>� Customizationz) Description of a Customization. �DELETING�DELETED�FAILED�UPDATING�ACTIVE�CREATINGc K s� dddddddddddddddd�| _ d d ddd ddddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _dS )a Initializes a new Customization 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 Customization. :type id: str :param display_name: The value to assign to the display_name property of this Customization. :type display_name: str :param compartment_id: The value to assign to the compartment_id property of this Customization. :type compartment_id: str :param alias: The value to assign to the alias property of this Customization. :type alias: str :param description: The value to assign to the description property of this Customization. :type description: str :param model_details: The value to assign to the model_details property of this Customization. :type model_details: oci.ai_speech.models.CustomizationModelDetails :param lifecycle_state: The value to assign to the lifecycle_state property of this Customization. Allowed values for this property are: "DELETING", "DELETED", "FAILED", "UPDATING", "ACTIVE", "CREATING", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param lifecycle_details: The value to assign to the lifecycle_details property of this Customization. :type lifecycle_details: str :param time_created: The value to assign to the time_created property of this Customization. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this Customization. :type time_updated: datetime :param training_dataset: The value to assign to the training_dataset property of this Customization. :type training_dataset: oci.ai_speech.models.CustomizationDatasetDetails :param entities: The value to assign to the entities property of this Customization. :type entities: list[oci.ai_speech.models.CustomizationReferencedEntities] :param freeform_tags: The value to assign to the freeform_tags property of this Customization. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this Customization. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this Customization. :type system_tags: dict(str, dict(str, object)) �strZCustomizationModelDetailsZdatetimeZCustomizationDatasetDetailsz%list[CustomizationReferencedEntities]zdict(str, str)zdict(str, dict(str, object)))�id�display_name�compartment_id�alias�description� model_details�lifecycle_state�lifecycle_details�time_created�time_updated�training_dataset�entities� freeform_tags�defined_tags�system_tagsr ZdisplayNameZ compartmentIdr r ZmodelDetailsZlifecycleStateZlifecycleDetailsZtimeCreatedZtimeUpdatedZtrainingDatasetr ZfreeformTagsZdefinedTagsZ systemTagsN)Z swagger_typesZ attribute_map�_id� _display_name�_compartment_id�_alias�_description�_model_details�_lifecycle_state�_lifecycle_details� _time_created� _time_updated�_training_dataset� _entities�_freeform_tags� _defined_tags�_system_tags)�self�kwargs� r. �F/usr/lib/python3.9/site-packages/oci/ai_speech/models/customization.py�__init__* s^ E��zCustomization.__init__c C s | j S )a **[Required]** Gets the id of this Customization. The `OCID`__ of the job. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The id of this Customization. :rtype: str �r �r, r. r. r/ r � s zCustomization.idc C s || _ dS )z� Sets the id of this Customization. The `OCID`__ of the job. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param id: The id of this Customization. :type: str Nr1 )r, r r. r. r/ r � s c C s | j S )z� Gets the display_name of this Customization. A user-friendly display name for the job. :return: The display_name of this Customization. :rtype: str �r r2 r. r. r/ r � s zCustomization.display_namec C s || _ dS )z� Sets the display_name of this Customization. A user-friendly display name for the job. :param display_name: The display_name of this Customization. :type: str Nr3 )r, r r. r. r/ r � s c C s | j S )aB **[Required]** Gets the compartment_id of this Customization. The `OCID`__ of the compartment where you want to create the job. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The compartment_id of this Customization. :rtype: str �r r2 r. r. r/ r � s zCustomization.compartment_idc C s || _ dS )a@ Sets the compartment_id of this Customization. The `OCID`__ of the compartment where you want to create the job. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param compartment_id: The compartment_id of this Customization. :type: str Nr4 )r, r r. r. r/ r � s c C s | j S )z� Gets the alias of this Customization. Customization Details Alias :return: The alias of this Customization. :rtype: str �r r2 r. r. r/ r � s zCustomization.aliasc C s || _ dS )z� Sets the alias of this Customization. Customization Details Alias :param alias: The alias of this Customization. :type: str Nr5 )r, r r. r. r/ r � s c C s | j S )z� Gets the description of this Customization. A short description of the job. :return: The description of this Customization. :rtype: str �r! r2 r. r. r/ r s zCustomization.descriptionc C s || _ dS )z� Sets the description of this Customization. A short description of the job. :param description: The description of this Customization. :type: str Nr6 )r, r r. r. r/ r s c C s | j S )z� **[Required]** Gets the model_details of this Customization. :return: The model_details of this Customization. :rtype: oci.ai_speech.models.CustomizationModelDetails �r"