ruạṛ
a N��fK � @ 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� �Zd6d7� Zd8d9� Zd:d;� Zd<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� ddddddddddddddd�| _ dd d ddd ddddddddd�| _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 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)) �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�lifecycle_details� freeform_tags�defined_tagsr �timeCreated�displayNamer � projectId� createdBy� compartmentId�#modelDeploymentConfigurationDetails�categoryLogDetails�modelDeploymentUrl�lifecycleState�lifecycleDetails�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�_lifecycle_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/model_deployment.py�__init__0 sX A��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= r? r? r@ 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 NrB )r= r r? r? r@ 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 �r0 rC r? r? r@ 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 NrD )r= r r? r? r@ 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 �r1 rC r? r? r@ 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 NrE )r= r r? r? r@ 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 �r2 rC r? r? r@ r � s zModelDeployment.descriptionc C s || _ dS )z� Sets the description of this ModelDeployment. A short description of the model deployment. :param description: The description of this ModelDeployment. :type: str NrF )r= r r? r? r@ r s c C s | j S )a> **[Required]** Gets the project_id of this ModelDeployment. 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 ModelDeployment. :rtype: str �r3 rC r? r? r@ r s zModelDeployment.project_idc C s || _ dS )a8 Sets the project_id of this ModelDeployment. 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 ModelDeployment. :type: str NrG )r= r r? r? r@ r s c C s | j S )a7 **[Required]** Gets the created_by of this ModelDeployment. 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 ModelDeployment. :rtype: str �r4 rC r? r? r@ r ) s zModelDeployment.created_byc C s || _ dS )a1 Sets the created_by of this ModelDeployment. The `OCID`__ of the user who created the model deployment. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param created_by: The created_by of this ModelDeployment. :type: str NrH )r= r r? r? r@ r 7 s c C s | j S )a8 **[Required]** Gets the compartment_id of this ModelDeployment. The `OCID`__ of the model deployment's compartment. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The compartment_id of this ModelDeployment. :rtype: str �r5 rC r? r? r@ r E s zModelDeployment.compartment_idc C s || _ dS )a6 Sets the compartment_id of this ModelDeployment. The `OCID`__ of the model deployment's compartment. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param compartment_id: The compartment_id of this ModelDeployment. :type: str NrI )r= r r? r? r@ r S s c C s | j S )z� Gets the model_deployment_configuration_details of this ModelDeployment. :return: The model_deployment_configuration_details of this ModelDeployment. :rtype: oci.data_science.models.ModelDeploymentConfigurationDetails �r6 rC r? r? r@ r a s z6ModelDeployment.model_deployment_configuration_detailsc C s || _ dS )a! Sets the model_deployment_configuration_details of this ModelDeployment. :param model_deployment_configuration_details: The model_deployment_configuration_details of this ModelDeployment. :type: oci.data_science.models.ModelDeploymentConfigurationDetails NrJ )r= r r? r? r@ r k s c C s | j S )z� Gets the category_log_details of this ModelDeployment. :return: The category_log_details of this ModelDeployment. :rtype: oci.data_science.models.CategoryLogDetails �r7 rC r? r? r@ r u s z$ModelDeployment.category_log_detailsc C s || _ dS )z� Sets the category_log_details of this ModelDeployment. :param category_log_details: The category_log_details of this ModelDeployment. :type: oci.data_science.models.CategoryLogDetails NrK )r= r r? r? r@ r s c C s | j S )z� **[Required]** Gets the model_deployment_url of this ModelDeployment. The URL to interact with the model deployment. :return: The model_deployment_url of this ModelDeployment. :rtype: str �r8 rC r? r? r@ r � s z$ModelDeployment.model_deployment_urlc C s || _ dS )z� Sets the model_deployment_url of this ModelDeployment. The URL to interact with the model deployment. :param model_deployment_url: The model_deployment_url of this ModelDeployment. :type: str NrL )r= r r? r? r@ r � s c C s | j S )a� **[Required]** Gets the lifecycle_state of this ModelDeployment. The state of the model deployment. 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'. :return: The lifecycle_state of this ModelDeployment. :rtype: str )r9 rC r? r? r@ r � s zModelDeployment.lifecycle_statec C s g d�}t ||�sd}|| _dS )z� Sets the lifecycle_state of this ModelDeployment. The state of the model deployment. :param lifecycle_state: The lifecycle_state of this ModelDeployment. :type: str )r r r r r r r r �UNKNOWN_ENUM_VALUEN)r r9 )r= r �allowed_valuesr? r? r@ r � s c C s | j S )z� Gets the lifecycle_details of this ModelDeployment. Details about the state of the model deployment. :return: The lifecycle_details of this ModelDeployment. :rtype: str �r: rC r? r? r@ r � s z!ModelDeployment.lifecycle_detailsc C s || _ dS )z� Sets the lifecycle_details of this ModelDeployment. Details about the state of the model deployment. :param lifecycle_details: The lifecycle_details of this ModelDeployment. :type: str NrO )r= r r? r? r@ r � s c C s | j S )a� Gets the freeform_tags of this ModelDeployment. Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See `Resource Tags`__. Example: `{"Department": "Finance"}` __ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm :return: The freeform_tags of this ModelDeployment. :rtype: dict(str, str) �r; rC r? r? r@ r � s zModelDeployment.freeform_tagsc C s || _ dS )a� Sets the freeform_tags of this ModelDeployment. Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See `Resource Tags`__. Example: `{"Department": "Finance"}` __ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm :param freeform_tags: The freeform_tags of this ModelDeployment. :type: dict(str, str) NrP )r= r r? r? r@ r � s c C s | j S )a� Gets the defined_tags of this ModelDeployment. Defined tags for this resource. Each key is predefined and scoped to a namespace. See `Resource Tags`__. Example: `{"Operations": {"CostCenter": "42"}}` __ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm :return: The defined_tags of this ModelDeployment. :rtype: dict(str, dict(str, object)) �r<