📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/shelleycutler.com/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.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: notebook_session_configuration_details.cpython-39.opt-1.pyc
a ���f4 � @ 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� �Zdd� Zdd� Z dd� ZdS )�#NotebookSessionConfigurationDetailsz9 Details for the notebook session configuration. c K sF dddddd�| _ ddddd d�| _d | _d | _d | _d | _d | _d S )a� Initializes a new NotebookSessionConfigurationDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param shape: The value to assign to the shape property of this NotebookSessionConfigurationDetails. :type shape: str :param block_storage_size_in_gbs: The value to assign to the block_storage_size_in_gbs property of this NotebookSessionConfigurationDetails. :type block_storage_size_in_gbs: int :param subnet_id: The value to assign to the subnet_id property of this NotebookSessionConfigurationDetails. :type subnet_id: str :param private_endpoint_id: The value to assign to the private_endpoint_id property of this NotebookSessionConfigurationDetails. :type private_endpoint_id: str :param notebook_session_shape_config_details: The value to assign to the notebook_session_shape_config_details property of this NotebookSessionConfigurationDetails. :type notebook_session_shape_config_details: oci.data_science.models.NotebookSessionShapeConfigDetails �str�intZ!NotebookSessionShapeConfigDetails)�shape�block_storage_size_in_gbs� subnet_id�private_endpoint_id�%notebook_session_shape_config_detailsr ZblockStorageSizeInGBsZsubnetIdZprivateEndpointIdZ!notebookSessionShapeConfigDetailsN)Z swagger_typesZ attribute_map�_shape�_block_storage_size_in_gbs� _subnet_id�_private_endpoint_id�&_notebook_session_shape_config_details)�self�kwargs� r �b/usr/lib/python3.9/site-packages/oci/data_science/models/notebook_session_configuration_details.py�__init__ s"