ruạṛ
a N��f2M � @ 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 d � Zedd� �Z e jd d� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zed d!� �Zejd"d!� �Zed#d$� �Zejd%d$� �Zed&d'� �Zejd(d'� �Zed)d*� �Zejd+d*� �Zed,d-� �Zejd.d-� �Zed/d0� �Zejd1d0� �Zed2d3� �Zejd4d3� �Zd5d6� Zd7d8� Zd9d:� Zd;S )<�NotebookSessionzT Notebook sessions are interactive coding environments for data scientists. �CREATING�ACTIVE�DELETING�DELETED�FAILED�INACTIVE�UPDATINGc K s� ddddddddddddddd�| _ d d ddd dddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _dS )a� Initializes a new NotebookSession 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 NotebookSession. :type id: str :param time_created: The value to assign to the time_created property of this NotebookSession. :type time_created: datetime :param display_name: The value to assign to the display_name property of this NotebookSession. :type display_name: str :param project_id: The value to assign to the project_id property of this NotebookSession. :type project_id: str :param created_by: The value to assign to the created_by property of this NotebookSession. :type created_by: str :param compartment_id: The value to assign to the compartment_id property of this NotebookSession. :type compartment_id: str :param notebook_session_configuration_details: The value to assign to the notebook_session_configuration_details property of this NotebookSession. :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 NotebookSession. :type notebook_session_config_details: oci.data_science.models.NotebookSessionConfigDetails :param notebook_session_runtime_config_details: The value to assign to the notebook_session_runtime_config_details property of this NotebookSession. :type notebook_session_runtime_config_details: oci.data_science.models.NotebookSessionRuntimeConfigDetails :param notebook_session_url: The value to assign to the notebook_session_url property of this NotebookSession. :type notebook_session_url: str :param lifecycle_state: The value to assign to the lifecycle_state property of this NotebookSession. Allowed values for this property are: "CREATING", "ACTIVE", "DELETING", "DELETED", "FAILED", "INACTIVE", "UPDATING", '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 NotebookSession. :type lifecycle_details: str :param freeform_tags: The value to assign to the freeform_tags property of this NotebookSession. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this NotebookSession. :type defined_tags: dict(str, dict(str, object)) �str�datetime�#NotebookSessionConfigurationDetails�NotebookSessionConfigDetails�#NotebookSessionRuntimeConfigDetailszdict(str, str)zdict(str, dict(str, object)))�id�time_created�display_name� project_id� created_by�compartment_id�¬ebook_session_configuration_details�notebook_session_config_details�'notebook_session_runtime_config_details�notebook_session_url�lifecycle_state�lifecycle_details� freeform_tags�defined_tagsr �timeCreated�displayName� projectId� createdBy� compartmentId�#notebookSessionConfigurationDetails�notebookSessionConfigDetails�#notebookSessionRuntimeConfigDetails�notebookSessionUrl�lifecycleState�lifecycleDetails�freeformTags�definedTagsN)� swagger_types� attribute_map�_id� _time_created� _display_name�_project_id�_created_by�_compartment_id�'_notebook_session_configuration_details� _notebook_session_config_details�(_notebook_session_runtime_config_details�_notebook_session_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/notebook_session.py�__init__, sX A��zNotebookSession.__init__c C s | j S )a **[Required]** Gets the id of this NotebookSession. The `OCID`__ of the notebook session. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The id of this NotebookSession. :rtype: str �r0 �r>