📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
data_science
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/data_science/models/__pycache__
💾
Free:
45.9 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_model_deployment_details.cpython-39.pyc
a ���fN- � @ 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� �Zedd� �Z e jdd� �Z edd� �Zejdd� �Zdd� Zdd� Zd d!� Zd"S )#�CreateModelDeploymentDetailsz� Parameters needed to create a new model deployment. Model deployments are used by data scientists to perform predictions from the model hosted on an HTTP server. c K sd ddddddddd�| _ ddd d ddd dd�| _d| _d| _d| _d| _d| _d| _d| _d| _ dS )a� Initializes a new CreateModelDeploymentDetails 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 CreateModelDeploymentDetails. :type display_name: str :param description: The value to assign to the description property of this CreateModelDeploymentDetails. :type description: str :param project_id: The value to assign to the project_id property of this CreateModelDeploymentDetails. :type project_id: str :param compartment_id: The value to assign to the compartment_id property of this CreateModelDeploymentDetails. :type compartment_id: str :param model_deployment_configuration_details: The value to assign to the model_deployment_configuration_details property of this CreateModelDeploymentDetails. :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 CreateModelDeploymentDetails. :type category_log_details: oci.data_science.models.CategoryLogDetails :param freeform_tags: The value to assign to the freeform_tags property of this CreateModelDeploymentDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateModelDeploymentDetails. :type defined_tags: dict(str, dict(str, object)) �strZ#ModelDeploymentConfigurationDetailsZCategoryLogDetailszdict(str, str)zdict(str, dict(str, object)))�display_name�description� project_id�compartment_id�&model_deployment_configuration_details�category_log_details� freeform_tags�defined_tagsZdisplayNamer Z projectIdZ compartmentIdZ#modelDeploymentConfigurationDetailsZcategoryLogDetailsZfreeformTagsZdefinedTagsN) Z swagger_typesZ attribute_map� _display_name�_description�_project_id�_compartment_id�'_model_deployment_configuration_details�_category_log_details�_freeform_tags� _defined_tags)�self�kwargs� r �[/usr/lib/python3.9/site-packages/oci/data_science/models/create_model_deployment_details.py�__init__ s4 '��z%CreateModelDeploymentDetails.__init__c C s | j S )ab Gets the display_name of this CreateModelDeploymentDetails. 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 CreateModelDeploymentDetails. :rtype: str �r �r r r r r W s z)CreateModelDeploymentDetails.display_namec C s || _ dS )am Sets the display_name of this CreateModelDeploymentDetails. 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 CreateModelDeploymentDetails. :type: str Nr )r r r r r r d s c C s | j S )z� Gets the description of this CreateModelDeploymentDetails. A short description of the model deployment. :return: The description of this CreateModelDeploymentDetails. :rtype: str �r r r r r r q s z(CreateModelDeploymentDetails.descriptionc C s || _ dS )z� Sets the description of this CreateModelDeploymentDetails. A short description of the model deployment. :param description: The description of this CreateModelDeploymentDetails. :type: str Nr )r r r r r r } s c C s | j S )aZ **[Required]** Gets the project_id of this CreateModelDeploymentDetails. The `OCID`__ of the project to associate with the model deployment. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The project_id of this CreateModelDeploymentDetails. :rtype: str �r r r r r r � s z'CreateModelDeploymentDetails.project_idc C s || _ dS )aT Sets the project_id of this CreateModelDeploymentDetails. The `OCID`__ of the project to associate with the model deployment. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param project_id: The project_id of this CreateModelDeploymentDetails. :type: str Nr )r r r r r r � s c C s | j S )am **[Required]** Gets the compartment_id of this CreateModelDeploymentDetails. The `OCID`__ of the compartment where you want to create the model deployment. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The compartment_id of this CreateModelDeploymentDetails. :rtype: str �r r r r r r � s z+CreateModelDeploymentDetails.compartment_idc C s || _ dS )ak Sets the compartment_id of this CreateModelDeploymentDetails. The `OCID`__ of the compartment where you want to create the model deployment. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param compartment_id: The compartment_id of this CreateModelDeploymentDetails. :type: str Nr! )r r r r r r � s c C s | j S )a% **[Required]** Gets the model_deployment_configuration_details of this CreateModelDeploymentDetails. :return: The model_deployment_configuration_details of this CreateModelDeploymentDetails. :rtype: oci.data_science.models.ModelDeploymentConfigurationDetails �r r r r r r � s zCCreateModelDeploymentDetails.model_deployment_configuration_detailsc C s || _ dS )a; Sets the model_deployment_configuration_details of this CreateModelDeploymentDetails. :param model_deployment_configuration_details: The model_deployment_configuration_details of this CreateModelDeploymentDetails. :type: oci.data_science.models.ModelDeploymentConfigurationDetails Nr"