You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/d/datascience_notebook_session.html.markdown
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,9 @@ The following attributes are exported:
41
41
*`lifecycle_details` - Details about the state of the notebook session.
42
42
*`notebook_session_configuration_details` - Details for the notebook session configuration.
43
43
* `block_storage_size_in_gbs` - A notebook session instance is provided with a block storage volume. This specifies the size of the volume in GBs.
44
+
* `notebook_session_shape_config_details` - Details for the notebook session shape configuration.
45
+
* `memory_in_gbs` - A notebook session instance of type VM.Standard.E3.Flex allows memory to be specified. This specifies the size of the memory in GBs.
46
+
* `ocpus` - A notebook session instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.
44
47
* `shape` - The shape used to launch the notebook session compute instance. The list of available shapes in a given compartment can be retrieved using the `ListNotebookSessionShapes` endpoint.
45
48
* `subnet_id` - A notebook session instance is provided with a VNIC for network access. This specifies the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet to create a VNIC in. The subnet should be in a VCN with a NAT gateway for egress to the internet.
46
49
*`notebook_session_url` - The URL to interact with the notebook session.
Copy file name to clipboardExpand all lines: website/docs/d/datascience_notebook_sessions.html.markdown
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,6 +59,9 @@ The following attributes are exported:
59
59
*`lifecycle_details` - Details about the state of the notebook session.
60
60
*`notebook_session_configuration_details` - Details for the notebook session configuration.
61
61
* `block_storage_size_in_gbs` - A notebook session instance is provided with a block storage volume. This specifies the size of the volume in GBs.
62
+
* `notebook_session_shape_config_details` - Details for the notebook session shape configuration.
63
+
* `memory_in_gbs` - A notebook session instance of type VM.Standard.E3.Flex allows memory to be specified. This specifies the size of the memory in GBs.
64
+
* `ocpus` - A notebook session instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.
62
65
* `shape` - The shape used to launch the notebook session compute instance. The list of available shapes in a given compartment can be retrieved using the `ListNotebookSessionShapes` endpoint.
63
66
* `subnet_id` - A notebook session instance is provided with a VNIC for network access. This specifies the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet to create a VNIC in. The subnet should be in a VCN with a NAT gateway for egress to the internet.
64
67
*`notebook_session_url` - The URL to interact with the notebook session.
@@ -45,6 +51,9 @@ The following arguments are supported:
45
51
*`freeform_tags` - (Optional) (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
46
52
*`notebook_session_configuration_details` - (Required) (Updatable) Details for the notebook session configuration.
47
53
* `block_storage_size_in_gbs` - (Optional) (Updatable) A notebook session instance is provided with a block storage volume. This specifies the size of the volume in GBs.
54
+
* `notebook_session_shape_config_details` - (Optional) (Updatable) Details for the notebook session shape configuration.
55
+
* `memory_in_gbs` - (Optional) (Updatable) A notebook session instance of type VM.Standard.E3.Flex allows memory to be specified. This specifies the size of the memory in GBs.
56
+
* `ocpus` - (Optional) (Updatable) A notebook session instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.
48
57
* `shape` - (Required) (Updatable) The shape used to launch the notebook session compute instance. The list of available shapes in a given compartment can be retrieved using the `ListNotebookSessionShapes` endpoint.
49
58
* `subnet_id` - (Required) (Updatable) A notebook session instance is provided with a VNIC for network access. This specifies the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet to create a VNIC in. The subnet should be in a VCN with a NAT gateway for egress to the internet.
50
59
*`project_id` - (Required) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the project to associate with the notebook session.
@@ -66,6 +75,9 @@ The following attributes are exported:
66
75
*`lifecycle_details` - Details about the state of the notebook session.
67
76
*`notebook_session_configuration_details` - Details for the notebook session configuration.
68
77
* `block_storage_size_in_gbs` - A notebook session instance is provided with a block storage volume. This specifies the size of the volume in GBs.
78
+
* `notebook_session_shape_config_details` - Details for the notebook session shape configuration.
79
+
* `memory_in_gbs` - A notebook session instance of type VM.Standard.E3.Flex allows memory to be specified. This specifies the size of the memory in GBs.
80
+
* `ocpus` - A notebook session instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.
69
81
* `shape` - The shape used to launch the notebook session compute instance. The list of available shapes in a given compartment can be retrieved using the `ListNotebookSessionShapes` endpoint.
70
82
* `subnet_id` - A notebook session instance is provided with a VNIC for network access. This specifies the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet to create a VNIC in. The subnet should be in a VCN with a NAT gateway for egress to the internet.
71
83
*`notebook_session_url` - The URL to interact with the notebook session.
0 commit comments