NotebookSessionShapeConfigDetails¶
-
class
oci.data_science.models.
NotebookSessionShapeConfigDetails
(**kwargs)¶ Bases:
object
Details for the notebook session shape configuration.
Methods
__init__
(**kwargs)Initializes a new NotebookSessionShapeConfigDetails object with values from keyword arguments. Attributes
memory_in_gbs
Gets the memory_in_gbs of this NotebookSessionShapeConfigDetails. ocpus
Gets the ocpus of this NotebookSessionShapeConfigDetails. -
__init__
(**kwargs)¶ Initializes a new NotebookSessionShapeConfigDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - ocpus (float) – The value to assign to the ocpus property of this NotebookSessionShapeConfigDetails.
- memory_in_gbs (float) – The value to assign to the memory_in_gbs property of this NotebookSessionShapeConfigDetails.
-
memory_in_gbs
¶ Gets the memory_in_gbs of this NotebookSessionShapeConfigDetails. The total amount of memory available to the notebook session instance, in gigabytes.
Returns: The memory_in_gbs of this NotebookSessionShapeConfigDetails. Return type: float
-
ocpus
¶ Gets the ocpus of this NotebookSessionShapeConfigDetails. The total number of OCPUs available to the notebook session instance.
Returns: The ocpus of this NotebookSessionShapeConfigDetails. Return type: float
-