ruạṛ
a ���f8P � @ 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� �Ze d3d4� �Zejd5d4� �Ze d6d7� �Zejd8d7� �Zd9d:� Zd;d<� Zd=d>� Z d?S )@�ModelDeploymentzw Model deployments are used by data scientists to perform predictions from the model hosted on an HTTP server. �CREATING�ACTIVE�DELETING�FAILED�INACTIVE�UPDATING�DELETED�NEEDS_ATTENTIONc 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 ModelDeployment 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 ModelDeployment. :type id: str :param time_created: The value to assign to the time_created property of this ModelDeployment. :type time_created: datetime :param display_name: The value to assign to the display_name property of this ModelDeployment. :type display_name: str :param description: The value to assign to the description property of this ModelDeployment. :type description: str :param project_id: The value to assign to the project_id property of this ModelDeployment. :type project_id: str :param created_by: The value to assign to the created_by property of this ModelDeployment. :type created_by: str :param compartment_id: The value to assign to the compartment_id property of this ModelDeployment. :type compartment_id: str :param model_deployment_configuration_details: The value to assign to the model_deployment_configuration_details property of this ModelDeployment. :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 ModelDeployment. :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 ModelDeployment. :type model_deployment_url: str :param model_deployment_system_data: The value to assign to the model_deployment_system_data property of this ModelDeployment. :type model_deployment_system_data: oci.data_science.models.ModelDeploymentSystemData :param lifecycle_state: The value to assign to the lifecycle_state property of this ModelDeployment. 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 lifecycle_details: The value to assign to the lifecycle_details property of this ModelDeployment. :type lifecycle_details: str :param freeform_tags: The value to assign to the freeform_tags property of this ModelDeployment. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this ModelDeployment. :type defined_tags: dict(str, dict(str, object)) �strZdatetimeZ#ModelDeploymentConfigurationDetailsZCategoryLogDetailsZModelDeploymentSystemDatazdict(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�model_deployment_system_data�lifecycle_state�lifecycle_details� freeform_tags�defined_tagsr ZtimeCreatedZdisplayNamer Z projectIdZ createdByZ compartmentIdZ#modelDeploymentConfigurationDetailsZcategoryLogDetailsZmodelDeploymentUrlZmodelDeploymentSystemDataZlifecycleStateZlifecycleDetailsZfreeformTagsZdefinedTagsN)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�_model_deployment_system_data�_lifecycle_state�_lifecycle_details�_freeform_tags� _defined_tags)�self�kwargs� r0 �L/usr/lib/python3.9/site-packages/oci/data_science/models/model_deployment.py�__init__2 s^ E��zModelDeployment.__init__c C s | j S )a **[Required]** Gets the id of this ModelDeployment. The `OCID`__ of the model deployment. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The id of this ModelDeployment. :rtype: str �r �r. r0 r0 r1 r � s zModelDeployment.idc C s || _ dS )a Sets the id of this ModelDeployment. The `OCID`__ of the model deployment. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param id: The id of this ModelDeployment. :type: str Nr3 )r. r r0 r0 r1 r � s c C s | j S )ab **[Required]** Gets the time_created of this ModelDeployment. 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 ModelDeployment. :rtype: datetime �r r4 r0 r0 r1 r � s zModelDeployment.time_createdc C s || _ dS )a^ Sets the time_created of this ModelDeployment. 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 ModelDeployment. :type: datetime Nr5 )r. r r0 r0 r1 r � s c C s | j S )aW **[Required]** Gets the display_name of this ModelDeployment. 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 ModelDeployment. :rtype: str �r! r4 r0 r0 r1 r � s zModelDeployment.display_namec C s || _ dS )aS Sets the display_name of this ModelDeployment. 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 ModelDeployment. :type: str Nr6 )r. r r0 r0 r1 r � s c C s | j S )z� Gets the description of this ModelDeployment. A short description of the model deployment. :return: The description of this ModelDeployment. :rtype: str �r"