ruạṛ
a N��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� �Zdd� Z dd� Zdd� ZdS )�UpdateModelDeploymentDetailsa� Details for updating a model deployment. You can update `modelDeploymentConfigurationDetails` and change `instanceShapeName` and `modelId` when the model deployment is in the ACTIVE lifecycle state. The `bandwidthMbps` or `instanceCount` can only be updated while the model deployment is in the `INACTIVE` state. Changes to the `bandwidthMbps` or `instanceCount` will take effect the next time the `ActivateModelDeployment` action is invoked on the model deployment resource. c K sP ddddddd�| _ ddd d ddd�| _d | _d | _d | _d | _d | _d | _d S )a� Initializes a new UpdateModelDeploymentDetails 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 UpdateModelDeploymentDetails. :type display_name: str :param description: The value to assign to the description property of this UpdateModelDeploymentDetails. :type description: str :param model_deployment_configuration_details: The value to assign to the model_deployment_configuration_details property of this UpdateModelDeploymentDetails. :type model_deployment_configuration_details: oci.data_science.models.UpdateModelDeploymentConfigurationDetails :param category_log_details: The value to assign to the category_log_details property of this UpdateModelDeploymentDetails. :type category_log_details: oci.data_science.models.UpdateCategoryLogDetails :param freeform_tags: The value to assign to the freeform_tags property of this UpdateModelDeploymentDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this UpdateModelDeploymentDetails. :type defined_tags: dict(str, dict(str, object)) �str�)UpdateModelDeploymentConfigurationDetails�UpdateCategoryLogDetailszdict(str, str)zdict(str, dict(str, object)))�display_name�description�&model_deployment_configuration_details�category_log_details� freeform_tags�defined_tags�displayNamer �#modelDeploymentConfigurationDetails�categoryLogDetails�freeformTags�definedTagsN)� swagger_types� attribute_map� _display_name�_description�'_model_deployment_configuration_details�_category_log_details�_freeform_tags� _defined_tags)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_science/models/update_model_deployment_details.py�__init__ s( � � z%UpdateModelDeploymentDetails.__init__c C s | j S )ab Gets the display_name of this UpdateModelDeploymentDetails. 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 UpdateModelDeploymentDetails. :rtype: str �r �r r r r r I s z)UpdateModelDeploymentDetails.display_namec C s || _ dS )am Sets the display_name of this UpdateModelDeploymentDetails. 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 UpdateModelDeploymentDetails. :type: str Nr"