Data Source: oci_datascience_notebook_session_shapes
This data source provides the list of Notebook Session Shapes in Oracle Cloud Infrastructure Data Science service.
Lists the valid notebook session shapes.
Example Usage
data "oci_datascience_notebook_session_shapes" "test_notebook_session_shapes" {
#Required
compartment_id = var.compartment_id
}
Argument Reference
The following arguments are supported:
compartment_id- (Required) Filter results by the OCID of the compartment.
Attributes Reference
The following attributes are exported:
notebook_session_shapes- The list of notebook_session_shapes.
NotebookSessionShape Reference
The following attributes are exported:
core_count- The number of cores associated with this notebook session shape.memory_in_gbs- The amount of memory in GBs associated with this notebook session shape.name- The name of the notebook session shape.shape_series- The family that the compute shape belongs to.