ruạṛ
a N��f�H � @ 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)) �str�datetime�#ModelDeploymentConfigurationDetails�CategoryLogDetailszdict(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 �timeCreated�displayNamer � projectId� createdBy� compartmentId�#modelDeploymentConfigurationDetails�categoryLogDetails�modelDeploymentUrl�lifecycleState�freeformTags�definedTagsN)� swagger_types� 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<