📂 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_notebook_session_details.cpython-39.pyc
a ���f�8 � @ 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� �Zedd� �Zejdd� �Zdd � Zd!d"� Zd#d$� Zd%S )&�CreateNotebookSessionDetailsz� Parameters needed to create a new notebook session. Notebook sessions are interactive coding environments for data scientists. c K sn dddddddddd� | _ d d ddd ddddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ dS )a� Initializes a new CreateNotebookSessionDetails 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 CreateNotebookSessionDetails. :type display_name: str :param project_id: The value to assign to the project_id property of this CreateNotebookSessionDetails. :type project_id: str :param compartment_id: The value to assign to the compartment_id property of this CreateNotebookSessionDetails. :type compartment_id: str :param notebook_session_configuration_details: The value to assign to the notebook_session_configuration_details property of this CreateNotebookSessionDetails. :type notebook_session_configuration_details: oci.data_science.models.NotebookSessionConfigurationDetails :param notebook_session_config_details: The value to assign to the notebook_session_config_details property of this CreateNotebookSessionDetails. :type notebook_session_config_details: oci.data_science.models.NotebookSessionConfigDetails :param freeform_tags: The value to assign to the freeform_tags property of this CreateNotebookSessionDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateNotebookSessionDetails. :type defined_tags: dict(str, dict(str, object)) :param notebook_session_runtime_config_details: The value to assign to the notebook_session_runtime_config_details property of this CreateNotebookSessionDetails. :type notebook_session_runtime_config_details: oci.data_science.models.NotebookSessionRuntimeConfigDetails :param notebook_session_storage_mount_configuration_details_list: The value to assign to the notebook_session_storage_mount_configuration_details_list property of this CreateNotebookSessionDetails. :type notebook_session_storage_mount_configuration_details_list: list[oci.data_science.models.StorageMountConfigurationDetails] �strZ#NotebookSessionConfigurationDetailsZNotebookSessionConfigDetailszdict(str, str)zdict(str, dict(str, object))Z#NotebookSessionRuntimeConfigDetailsz&list[StorageMountConfigurationDetails]) �display_name� project_id�compartment_id�¬ebook_session_configuration_details�notebook_session_config_details� freeform_tags�defined_tags�'notebook_session_runtime_config_details�9notebook_session_storage_mount_configuration_details_listZdisplayNameZ projectIdZ compartmentIdZ#notebookSessionConfigurationDetailsZnotebookSessionConfigDetailsZfreeformTagsZdefinedTagsZ#notebookSessionRuntimeConfigDetailsZ3notebookSessionStorageMountConfigurationDetailsListN)Z swagger_typesZ attribute_map� _display_name�_project_id�_compartment_id�'_notebook_session_configuration_details� _notebook_session_config_details�_freeform_tags� _defined_tags�(_notebook_session_runtime_config_details�:_notebook_session_storage_mount_configuration_details_list)�self�kwargs� r �[/usr/lib/python3.9/site-packages/oci/data_science/models/create_notebook_session_details.py�__init__ s: +� �z%CreateNotebookSessionDetails.__init__c C s | j S )ad Gets the display_name of this CreateNotebookSessionDetails. A user-friendly display name for the resource. It does not have to be unique and can be modified. Avoid entering confidential information. Example: `My NotebookSession` :return: The display_name of this CreateNotebookSessionDetails. :rtype: str �r �r r r r r ^ s z)CreateNotebookSessionDetails.display_namec C s || _ dS )ao Sets the display_name of this CreateNotebookSessionDetails. A user-friendly display name for the resource. It does not have to be unique and can be modified. Avoid entering confidential information. Example: `My NotebookSession` :param display_name: The display_name of this CreateNotebookSessionDetails. :type: str Nr )r r r r r r k s c C s | j S )aZ **[Required]** Gets the project_id of this CreateNotebookSessionDetails. The `OCID`__ of the project to associate with the notebook session. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The project_id of this CreateNotebookSessionDetails. :rtype: str �r r r r r r x s z'CreateNotebookSessionDetails.project_idc C s || _ dS )aT Sets the project_id of this CreateNotebookSessionDetails. The `OCID`__ of the project to associate with the notebook session. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param project_id: The project_id of this CreateNotebookSessionDetails. :type: str Nr! )r r r r r r � s c C s | j S )am **[Required]** Gets the compartment_id of this CreateNotebookSessionDetails. The `OCID`__ of the compartment where you want to create the notebook session. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The compartment_id of this CreateNotebookSessionDetails. :rtype: str �r r r r r r � s z+CreateNotebookSessionDetails.compartment_idc C s || _ dS )ak Sets the compartment_id of this CreateNotebookSessionDetails. The `OCID`__ of the compartment where you want to create the notebook session. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param compartment_id: The compartment_id of this CreateNotebookSessionDetails. :type: str Nr"