ruạṛ
a ���fRI � @ 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 dZ d Zd d� Ze dd � �Zejdd � �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejd d� �Ze d!d"� �Zejd#d"� �Ze d$d%� �Zejd&d%� �Ze d'd(� �Zejd)d(� �Ze d*d+� �Zejd,d+� �Ze d-d.� �Zejd/d.� �Ze d0d1� �Zejd2d1� �Zd3d4� Zd5d6� Zd7d8� Zd9S ):�ModelDeploymentSummaryz5 Summary information for a model deployment. �CREATING�ACTIVE�DELETING�FAILED�INACTIVE�UPDATING�DELETED�NEEDS_ATTENTIONc K s� dddddddddddddd� | _ dd d ddd dddddddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _dS )a� Initializes a new ModelDeploymentSummary 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 ModelDeploymentSummary. :type id: str :param time_created: The value to assign to the time_created property of this ModelDeploymentSummary. :type time_created: datetime :param display_name: The value to assign to the display_name property of this ModelDeploymentSummary. :type display_name: str :param description: The value to assign to the description property of this ModelDeploymentSummary. :type description: str :param project_id: The value to assign to the project_id property of this ModelDeploymentSummary. :type project_id: str :param created_by: The value to assign to the created_by property of this ModelDeploymentSummary. :type created_by: str :param compartment_id: The value to assign to the compartment_id property of this ModelDeploymentSummary. :type compartment_id: str :param model_deployment_configuration_details: The value to assign to the model_deployment_configuration_details property of this ModelDeploymentSummary. :type model_deployment_configuration_details: oci.data_science.models.ModelDeploymentConfigurationDetails :param category_log_details: The value to assign to the category_log_details property of this ModelDeploymentSummary. :type category_log_details: oci.data_science.models.CategoryLogDetails :param model_deployment_url: The value to assign to the model_deployment_url property of this ModelDeploymentSummary. :type model_deployment_url: str :param lifecycle_state: The value to assign to the lifecycle_state property of this ModelDeploymentSummary. Allowed values for this property are: "CREATING", "ACTIVE", "DELETING", "FAILED", "INACTIVE", "UPDATING", "DELETED", "NEEDS_ATTENTION", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param freeform_tags: The value to assign to the freeform_tags property of this ModelDeploymentSummary. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this ModelDeploymentSummary. :type defined_tags: dict(str, dict(str, object)) �strZdatetimeZ#ModelDeploymentConfigurationDetailsZCategoryLogDetailszdict(str, str)zdict(str, dict(str, object))) �id�time_created�display_name�description� project_id� created_by�compartment_id�&model_deployment_configuration_details�category_log_details�model_deployment_url�lifecycle_state� freeform_tags�defined_tagsr ZtimeCreatedZdisplayNamer Z projectIdZ createdByZ compartmentIdZ#modelDeploymentConfigurationDetailsZcategoryLogDetailsZmodelDeploymentUrlZlifecycleStateZfreeformTagsZdefinedTagsN)Z swagger_typesZ attribute_map�_id� _time_created� _display_name�_description�_project_id�_created_by�_compartment_id�'_model_deployment_configuration_details�_category_log_details�_model_deployment_url�_lifecycle_state�_freeform_tags� _defined_tags)�self�kwargs� r, �T/usr/lib/python3.9/site-packages/oci/data_science/models/model_deployment_summary.py�__init__2 sR =��zModelDeploymentSummary.__init__c C s | j S )a **[Required]** Gets the id of this ModelDeploymentSummary. The `OCID`__ of the model deployment. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The id of this ModelDeploymentSummary. :rtype: str �r �r* r, r, r- r � s zModelDeploymentSummary.idc C s || _ dS )a Sets the id of this ModelDeploymentSummary. The `OCID`__ of the model deployment. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param id: The id of this ModelDeploymentSummary. :type: str Nr/ )r* r r, r, r- r � s c C s | j S )ap **[Required]** Gets the time_created of this ModelDeploymentSummary. The date and time the resource was created, in the timestamp format defined by `RFC3339`__. Example: 2019-08-25T21:10:29.41Z __ https://tools.ietf.org/html/rfc3339 :return: The time_created of this ModelDeploymentSummary. :rtype: datetime �r r0 r, r, r- r � s z#ModelDeploymentSummary.time_createdc C s || _ dS )al Sets the time_created of this ModelDeploymentSummary. The date and time the resource was created, in the timestamp format defined by `RFC3339`__. Example: 2019-08-25T21:10:29.41Z __ https://tools.ietf.org/html/rfc3339 :param time_created: The time_created of this ModelDeploymentSummary. :type: datetime Nr1 )r* r r, r, r- r � s c C s | j S )ae **[Required]** Gets the display_name of this ModelDeploymentSummary. A user-friendly display name for the resource. Does not have to be unique, and can be modified. Avoid entering confidential information. Example: `My ModelDeployment` :return: The display_name of this ModelDeploymentSummary. :rtype: str �r r0 r, r, r- r � s z#ModelDeploymentSummary.display_namec C s || _ dS )aa Sets the display_name of this ModelDeploymentSummary. A user-friendly display name for the resource. Does not have to be unique, and can be modified. Avoid entering confidential information. Example: `My ModelDeployment` :param display_name: The display_name of this ModelDeploymentSummary. :type: str Nr2 )r* r r, r, r- r � s c C s | j S )z� Gets the description of this ModelDeploymentSummary. A short description of the model deployment. :return: The description of this ModelDeploymentSummary. :rtype: str �r r0 r, r, r- r � s z"ModelDeploymentSummary.descriptionc C s || _ dS )z� Sets the description of this ModelDeploymentSummary. A short description of the model deployment. :param description: The description of this ModelDeploymentSummary. :type: str Nr3 )r* r r, r, r- r � s c C s | j S )aL **[Required]** Gets the project_id of this ModelDeploymentSummary. The `OCID`__ of the project associated with the model deployment. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The project_id of this ModelDeploymentSummary. :rtype: str �r! r0 r, r, r- r s z!ModelDeploymentSummary.project_idc C s || _ dS )aF Sets the project_id of this ModelDeploymentSummary. The `OCID`__ of the project associated with the model deployment. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param project_id: The project_id of this ModelDeploymentSummary. :type: str Nr4 )r* r r, r, r- r s c C s | j S )aE **[Required]** Gets the created_by of this ModelDeploymentSummary. The `OCID`__ of the user who created the model deployment. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The created_by of this ModelDeploymentSummary. :rtype: str �r"