UpdateNotebookSessionDetails

class oci.data_science.models.UpdateNotebookSessionDetails(**kwargs)

Bases: object

Details for updating a notebook session. notebookSessionConfigurationDetails can only be updated while the notebook session is in the INACTIVE state. Changes to the notebookSessionConfigurationDetails take effect the next time the ActivateNotebookSession action is invoked on the notebook session resource.

Methods

__init__(**kwargs) Initializes a new UpdateNotebookSessionDetails object with values from keyword arguments.

Attributes

defined_tags Gets the defined_tags of this UpdateNotebookSessionDetails.
display_name Gets the display_name of this UpdateNotebookSessionDetails.
freeform_tags Gets the freeform_tags of this UpdateNotebookSessionDetails.
notebook_session_configuration_details Gets the notebook_session_configuration_details of this UpdateNotebookSessionDetails.
notebook_session_runtime_config_details Gets the notebook_session_runtime_config_details of this UpdateNotebookSessionDetails.
notebook_session_storage_mount_configuration_details_list Gets the notebook_session_storage_mount_configuration_details_list of this UpdateNotebookSessionDetails.
__init__(**kwargs)

Initializes a new UpdateNotebookSessionDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • display_name (str) – The value to assign to the display_name property of this UpdateNotebookSessionDetails.
  • notebook_session_configuration_details (oci.data_science.models.NotebookSessionConfigurationDetails) – The value to assign to the notebook_session_configuration_details property of this UpdateNotebookSessionDetails.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateNotebookSessionDetails.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateNotebookSessionDetails.
  • notebook_session_runtime_config_details (oci.data_science.models.NotebookSessionRuntimeConfigDetails) – The value to assign to the notebook_session_runtime_config_details property of this UpdateNotebookSessionDetails.
  • notebook_session_storage_mount_configuration_details_list (list[oci.data_science.models.StorageMountConfigurationDetails]) – The value to assign to the notebook_session_storage_mount_configuration_details_list property of this UpdateNotebookSessionDetails.
defined_tags

Gets the defined_tags of this UpdateNotebookSessionDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example: {“Operations”: {“CostCenter”: “42”}}

Returns:The defined_tags of this UpdateNotebookSessionDetails.
Return type:dict(str, dict(str, object))
display_name

Gets the display_name of this UpdateNotebookSessionDetails. 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

Returns:The display_name of this UpdateNotebookSessionDetails.
Return type:str
freeform_tags

Gets the freeform_tags of this UpdateNotebookSessionDetails. 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”}

Returns:The freeform_tags of this UpdateNotebookSessionDetails.
Return type:dict(str, str)
notebook_session_configuration_details

Gets the notebook_session_configuration_details of this UpdateNotebookSessionDetails.

Returns:The notebook_session_configuration_details of this UpdateNotebookSessionDetails.
Return type:oci.data_science.models.NotebookSessionConfigurationDetails
notebook_session_runtime_config_details

Gets the notebook_session_runtime_config_details of this UpdateNotebookSessionDetails.

Returns:The notebook_session_runtime_config_details of this UpdateNotebookSessionDetails.
Return type:oci.data_science.models.NotebookSessionRuntimeConfigDetails
notebook_session_storage_mount_configuration_details_list

Gets the notebook_session_storage_mount_configuration_details_list of this UpdateNotebookSessionDetails. Collection of NotebookSessionStorageMountConfigurationDetails.

Returns:The notebook_session_storage_mount_configuration_details_list of this UpdateNotebookSessionDetails.
Return type:list[oci.data_science.models.StorageMountConfigurationDetails]