Oracle Cloud Infrastructure v2.30.0 published on Monday, Apr 14, 2025 by Pulumi
oci.DataScience.getNotebookSession
Explore with Pulumi AI
This data source provides details about a specific Notebook Session resource in Oracle Cloud Infrastructure Data Science service.
Gets the specified notebook session’s information.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testNotebookSession = oci.DataScience.getNotebookSession({
notebookSessionId: testNotebookSessionOciDatascienceNotebookSession.id,
});
import pulumi
import pulumi_oci as oci
test_notebook_session = oci.DataScience.get_notebook_session(notebook_session_id=test_notebook_session_oci_datascience_notebook_session["id"])
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/datascience"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := datascience.GetNotebookSession(ctx, &datascience.GetNotebookSessionArgs{
NotebookSessionId: testNotebookSessionOciDatascienceNotebookSession.Id,
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() =>
{
var testNotebookSession = Oci.DataScience.GetNotebookSession.Invoke(new()
{
NotebookSessionId = testNotebookSessionOciDatascienceNotebookSession.Id,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.DataScience.DataScienceFunctions;
import com.pulumi.oci.DataScience.inputs.GetNotebookSessionArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var testNotebookSession = DataScienceFunctions.getNotebookSession(GetNotebookSessionArgs.builder()
.notebookSessionId(testNotebookSessionOciDatascienceNotebookSession.id())
.build());
}
}
variables:
testNotebookSession:
fn::invoke:
function: oci:DataScience:getNotebookSession
arguments:
notebookSessionId: ${testNotebookSessionOciDatascienceNotebookSession.id}
Using getNotebookSession
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getNotebookSession(args: GetNotebookSessionArgs, opts?: InvokeOptions): Promise<GetNotebookSessionResult>
function getNotebookSessionOutput(args: GetNotebookSessionOutputArgs, opts?: InvokeOptions): Output<GetNotebookSessionResult>
def get_notebook_session(notebook_session_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetNotebookSessionResult
def get_notebook_session_output(notebook_session_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetNotebookSessionResult]
func GetNotebookSession(ctx *Context, args *GetNotebookSessionArgs, opts ...InvokeOption) (*GetNotebookSessionResult, error)
func GetNotebookSessionOutput(ctx *Context, args *GetNotebookSessionOutputArgs, opts ...InvokeOption) GetNotebookSessionResultOutput
> Note: This function is named GetNotebookSession
in the Go SDK.
public static class GetNotebookSession
{
public static Task<GetNotebookSessionResult> InvokeAsync(GetNotebookSessionArgs args, InvokeOptions? opts = null)
public static Output<GetNotebookSessionResult> Invoke(GetNotebookSessionInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetNotebookSessionResult> getNotebookSession(GetNotebookSessionArgs args, InvokeOptions options)
public static Output<GetNotebookSessionResult> getNotebookSession(GetNotebookSessionArgs args, InvokeOptions options)
fn::invoke:
function: oci:DataScience/getNotebookSession:getNotebookSession
arguments:
# arguments dictionary
The following arguments are supported:
- Notebook
Session Id This property is required. string - The OCID of the notebook session.
- Notebook
Session Id This property is required. string - The OCID of the notebook session.
- notebook
Session Id This property is required. String - The OCID of the notebook session.
- notebook
Session Id This property is required. string - The OCID of the notebook session.
- notebook_
session_ id This property is required. str - The OCID of the notebook session.
- notebook
Session Id This property is required. String - The OCID of the notebook session.
getNotebookSession Result
The following output properties are available:
- Compartment
Id string - The OCID of the notebook session's compartment.
- Created
By string - The OCID of the user who created the notebook session.
- Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example:
{"Operations.CostCenter": "42"}
- Display
Name string - 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
- Dictionary<string, string>
- 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"}
- Id string
- The OCID of the notebook session.
- Lifecycle
Details string - Details about the state of the notebook session.
- Notebook
Session List<GetConfig Details Notebook Session Notebook Session Config Detail> - Details for the notebook session configuration.
- Notebook
Session List<GetConfiguration Details Notebook Session Notebook Session Configuration Detail> - Details for the notebook session configuration.
- Notebook
Session stringId - Notebook
Session List<GetRuntime Config Details Notebook Session Notebook Session Runtime Config Detail> - Notebook Session runtime configuration details.
- Notebook
Session List<GetStorage Mount Configuration Details Lists Notebook Session Notebook Session Storage Mount Configuration Details List> - Collection of NotebookSessionStorageMountConfigurationDetails.
- Notebook
Session stringUrl - The URL to interact with the notebook session.
- Project
Id string - The OCID of the project associated with the notebook session.
- State string
- The state of the notebook session.
- Time
Created string - The date and time the resource was created in the timestamp format defined by RFC3339. Example: 2019-08-25T21:10:29.41Z
- Compartment
Id string - The OCID of the notebook session's compartment.
- Created
By string - The OCID of the user who created the notebook session.
- map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example:
{"Operations.CostCenter": "42"}
- Display
Name string - 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
- map[string]string
- 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"}
- Id string
- The OCID of the notebook session.
- Lifecycle
Details string - Details about the state of the notebook session.
- Notebook
Session []GetConfig Details Notebook Session Notebook Session Config Detail - Details for the notebook session configuration.
- Notebook
Session []GetConfiguration Details Notebook Session Notebook Session Configuration Detail - Details for the notebook session configuration.
- Notebook
Session stringId - Notebook
Session []GetRuntime Config Details Notebook Session Notebook Session Runtime Config Detail - Notebook Session runtime configuration details.
- Notebook
Session []GetStorage Mount Configuration Details Lists Notebook Session Notebook Session Storage Mount Configuration Details List - Collection of NotebookSessionStorageMountConfigurationDetails.
- Notebook
Session stringUrl - The URL to interact with the notebook session.
- Project
Id string - The OCID of the project associated with the notebook session.
- State string
- The state of the notebook session.
- Time
Created string - The date and time the resource was created in the timestamp format defined by RFC3339. Example: 2019-08-25T21:10:29.41Z
- compartment
Id String - The OCID of the notebook session's compartment.
- created
By String - The OCID of the user who created the notebook session.
- Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display
Name String - 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
- Map<String,String>
- 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"}
- id String
- The OCID of the notebook session.
- lifecycle
Details String - Details about the state of the notebook session.
- notebook
Session List<GetConfig Details Notebook Session Notebook Session Config Detail> - Details for the notebook session configuration.
- notebook
Session List<GetConfiguration Details Notebook Session Notebook Session Configuration Detail> - Details for the notebook session configuration.
- notebook
Session StringId - notebook
Session List<GetRuntime Config Details Notebook Session Notebook Session Runtime Config Detail> - Notebook Session runtime configuration details.
- notebook
Session List<GetStorage Mount Configuration Details Lists Notebook Session Notebook Session Storage Mount Configuration Details List> - Collection of NotebookSessionStorageMountConfigurationDetails.
- notebook
Session StringUrl - The URL to interact with the notebook session.
- project
Id String - The OCID of the project associated with the notebook session.
- state String
- The state of the notebook session.
- time
Created String - The date and time the resource was created in the timestamp format defined by RFC3339. Example: 2019-08-25T21:10:29.41Z
- compartment
Id string - The OCID of the notebook session's compartment.
- created
By string - The OCID of the user who created the notebook session.
- {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display
Name string - 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
- {[key: string]: string}
- 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"}
- id string
- The OCID of the notebook session.
- lifecycle
Details string - Details about the state of the notebook session.
- notebook
Session GetConfig Details Notebook Session Notebook Session Config Detail[] - Details for the notebook session configuration.
- notebook
Session GetConfiguration Details Notebook Session Notebook Session Configuration Detail[] - Details for the notebook session configuration.
- notebook
Session stringId - notebook
Session GetRuntime Config Details Notebook Session Notebook Session Runtime Config Detail[] - Notebook Session runtime configuration details.
- notebook
Session GetStorage Mount Configuration Details Lists Notebook Session Notebook Session Storage Mount Configuration Details List[] - Collection of NotebookSessionStorageMountConfigurationDetails.
- notebook
Session stringUrl - The URL to interact with the notebook session.
- project
Id string - The OCID of the project associated with the notebook session.
- state string
- The state of the notebook session.
- time
Created string - The date and time the resource was created in the timestamp format defined by RFC3339. Example: 2019-08-25T21:10:29.41Z
- compartment_
id str - The OCID of the notebook session's compartment.
- created_
by str - The OCID of the user who created the notebook session.
- Mapping[str, str]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display_
name str - 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
- Mapping[str, str]
- 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"}
- id str
- The OCID of the notebook session.
- lifecycle_
details str - Details about the state of the notebook session.
- notebook_
session_ Sequence[datascience.config_ details Get Notebook Session Notebook Session Config Detail] - Details for the notebook session configuration.
- notebook_
session_ Sequence[datascience.configuration_ details Get Notebook Session Notebook Session Configuration Detail] - Details for the notebook session configuration.
- notebook_
session_ strid - notebook_
session_ Sequence[datascience.runtime_ config_ details Get Notebook Session Notebook Session Runtime Config Detail] - Notebook Session runtime configuration details.
- notebook_
session_ Sequence[datascience.storage_ mount_ configuration_ details_ lists Get Notebook Session Notebook Session Storage Mount Configuration Details List] - Collection of NotebookSessionStorageMountConfigurationDetails.
- notebook_
session_ strurl - The URL to interact with the notebook session.
- project_
id str - The OCID of the project associated with the notebook session.
- state str
- The state of the notebook session.
- time_
created str - The date and time the resource was created in the timestamp format defined by RFC3339. Example: 2019-08-25T21:10:29.41Z
- compartment
Id String - The OCID of the notebook session's compartment.
- created
By String - The OCID of the user who created the notebook session.
- Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display
Name String - 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
- Map<String>
- 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"}
- id String
- The OCID of the notebook session.
- lifecycle
Details String - Details about the state of the notebook session.
- notebook
Session List<Property Map>Config Details - Details for the notebook session configuration.
- notebook
Session List<Property Map>Configuration Details - Details for the notebook session configuration.
- notebook
Session StringId - notebook
Session List<Property Map>Runtime Config Details - Notebook Session runtime configuration details.
- notebook
Session List<Property Map>Storage Mount Configuration Details Lists - Collection of NotebookSessionStorageMountConfigurationDetails.
- notebook
Session StringUrl - The URL to interact with the notebook session.
- project
Id String - The OCID of the project associated with the notebook session.
- state String
- The state of the notebook session.
- time
Created String - The date and time the resource was created in the timestamp format defined by RFC3339. Example: 2019-08-25T21:10:29.41Z
Supporting Types
GetNotebookSessionNotebookSessionConfigDetail
- Block
Storage Size In Gbs This property is required. int - A notebook session instance is provided with a block storage volume. This specifies the size of the volume in GBs.
- Notebook
Session Shape Config Details This property is required. List<GetNotebook Session Notebook Session Config Detail Notebook Session Shape Config Detail> - Details for the notebook session shape configuration.
- Private
Endpoint Id This property is required. string - The OCID of a Data Science private endpoint.
- Shape
This property is required. string - 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. - Subnet
Id This property is required. string - A notebook session instance is provided with a VNIC for network access. This specifies the OCID of the subnet to create a VNIC in. The subnet should be in a VCN with a NAT gateway for egress to the internet.
- Block
Storage Size In Gbs This property is required. int - A notebook session instance is provided with a block storage volume. This specifies the size of the volume in GBs.
- Notebook
Session Shape Config Details This property is required. []GetNotebook Session Notebook Session Config Detail Notebook Session Shape Config Detail - Details for the notebook session shape configuration.
- Private
Endpoint Id This property is required. string - The OCID of a Data Science private endpoint.
- Shape
This property is required. string - 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. - Subnet
Id This property is required. string - A notebook session instance is provided with a VNIC for network access. This specifies the OCID of the subnet to create a VNIC in. The subnet should be in a VCN with a NAT gateway for egress to the internet.
- block
Storage Size In Gbs This property is required. Integer - A notebook session instance is provided with a block storage volume. This specifies the size of the volume in GBs.
- notebook
Session Shape Config Details This property is required. List<GetNotebook Session Notebook Session Config Detail Notebook Session Shape Config Detail> - Details for the notebook session shape configuration.
- private
Endpoint Id This property is required. String - The OCID of a Data Science private endpoint.
- shape
This property is required. String - 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. - subnet
Id This property is required. String - A notebook session instance is provided with a VNIC for network access. This specifies the OCID of the subnet to create a VNIC in. The subnet should be in a VCN with a NAT gateway for egress to the internet.
- block
Storage Size In Gbs This property is required. number - A notebook session instance is provided with a block storage volume. This specifies the size of the volume in GBs.
- notebook
Session Shape Config Details This property is required. GetNotebook Session Notebook Session Config Detail Notebook Session Shape Config Detail[] - Details for the notebook session shape configuration.
- private
Endpoint Id This property is required. string - The OCID of a Data Science private endpoint.
- shape
This property is required. string - 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. - subnet
Id This property is required. string - A notebook session instance is provided with a VNIC for network access. This specifies the OCID of the subnet to create a VNIC in. The subnet should be in a VCN with a NAT gateway for egress to the internet.
- block_
storage_ size_ in_ gbs This property is required. int - A notebook session instance is provided with a block storage volume. This specifies the size of the volume in GBs.
- notebook_
session_ shape_ config_ details This property is required. Sequence[datascience.Get Notebook Session Notebook Session Config Detail Notebook Session Shape Config Detail] - Details for the notebook session shape configuration.
- private_
endpoint_ id This property is required. str - The OCID of a Data Science private endpoint.
- shape
This property is required. str - 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. - subnet_
id This property is required. str - A notebook session instance is provided with a VNIC for network access. This specifies the OCID of the subnet to create a VNIC in. The subnet should be in a VCN with a NAT gateway for egress to the internet.
- block
Storage Size In Gbs This property is required. Number - A notebook session instance is provided with a block storage volume. This specifies the size of the volume in GBs.
- notebook
Session Shape Config Details This property is required. List<Property Map> - Details for the notebook session shape configuration.
- private
Endpoint Id This property is required. String - The OCID of a Data Science private endpoint.
- shape
This property is required. String - 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. - subnet
Id This property is required. String - A notebook session instance is provided with a VNIC for network access. This specifies the OCID of the subnet to create a VNIC in. The subnet should be in a VCN with a NAT gateway for egress to the internet.
GetNotebookSessionNotebookSessionConfigDetailNotebookSessionShapeConfigDetail
- Memory
In Gbs This property is required. double - The total amount of memory available to the notebook session instance, in gigabytes.
- Ocpus
This property is required. double - The total number of OCPUs available to the notebook session instance.
- Memory
In Gbs This property is required. float64 - The total amount of memory available to the notebook session instance, in gigabytes.
- Ocpus
This property is required. float64 - The total number of OCPUs available to the notebook session instance.
- memory
In Gbs This property is required. Double - The total amount of memory available to the notebook session instance, in gigabytes.
- ocpus
This property is required. Double - The total number of OCPUs available to the notebook session instance.
- memory
In Gbs This property is required. number - The total amount of memory available to the notebook session instance, in gigabytes.
- ocpus
This property is required. number - The total number of OCPUs available to the notebook session instance.
- memory_
in_ gbs This property is required. float - The total amount of memory available to the notebook session instance, in gigabytes.
- ocpus
This property is required. float - The total number of OCPUs available to the notebook session instance.
- memory
In Gbs This property is required. Number - The total amount of memory available to the notebook session instance, in gigabytes.
- ocpus
This property is required. Number - The total number of OCPUs available to the notebook session instance.
GetNotebookSessionNotebookSessionConfigurationDetail
- Block
Storage Size In Gbs This property is required. int - A notebook session instance is provided with a block storage volume. This specifies the size of the volume in GBs.
- Notebook
Session Shape Config Details This property is required. List<GetNotebook Session Notebook Session Configuration Detail Notebook Session Shape Config Detail> - Details for the notebook session shape configuration.
- Private
Endpoint Id This property is required. string - The OCID of a Data Science private endpoint.
- Shape
This property is required. string - 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. - Subnet
Id This property is required. string - A notebook session instance is provided with a VNIC for network access. This specifies the OCID of the subnet to create a VNIC in. The subnet should be in a VCN with a NAT gateway for egress to the internet.
- Block
Storage Size In Gbs This property is required. int - A notebook session instance is provided with a block storage volume. This specifies the size of the volume in GBs.
- Notebook
Session Shape Config Details This property is required. []GetNotebook Session Notebook Session Configuration Detail Notebook Session Shape Config Detail - Details for the notebook session shape configuration.
- Private
Endpoint Id This property is required. string - The OCID of a Data Science private endpoint.
- Shape
This property is required. string - 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. - Subnet
Id This property is required. string - A notebook session instance is provided with a VNIC for network access. This specifies the OCID of the subnet to create a VNIC in. The subnet should be in a VCN with a NAT gateway for egress to the internet.
- block
Storage Size In Gbs This property is required. Integer - A notebook session instance is provided with a block storage volume. This specifies the size of the volume in GBs.
- notebook
Session Shape Config Details This property is required. List<GetNotebook Session Notebook Session Configuration Detail Notebook Session Shape Config Detail> - Details for the notebook session shape configuration.
- private
Endpoint Id This property is required. String - The OCID of a Data Science private endpoint.
- shape
This property is required. String - 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. - subnet
Id This property is required. String - A notebook session instance is provided with a VNIC for network access. This specifies the OCID of the subnet to create a VNIC in. The subnet should be in a VCN with a NAT gateway for egress to the internet.
- block
Storage Size In Gbs This property is required. number - A notebook session instance is provided with a block storage volume. This specifies the size of the volume in GBs.
- notebook
Session Shape Config Details This property is required. GetNotebook Session Notebook Session Configuration Detail Notebook Session Shape Config Detail[] - Details for the notebook session shape configuration.
- private
Endpoint Id This property is required. string - The OCID of a Data Science private endpoint.
- shape
This property is required. string - 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. - subnet
Id This property is required. string - A notebook session instance is provided with a VNIC for network access. This specifies the OCID of the subnet to create a VNIC in. The subnet should be in a VCN with a NAT gateway for egress to the internet.
- block_
storage_ size_ in_ gbs This property is required. int - A notebook session instance is provided with a block storage volume. This specifies the size of the volume in GBs.
- notebook_
session_ shape_ config_ details This property is required. Sequence[datascience.Get Notebook Session Notebook Session Configuration Detail Notebook Session Shape Config Detail] - Details for the notebook session shape configuration.
- private_
endpoint_ id This property is required. str - The OCID of a Data Science private endpoint.
- shape
This property is required. str - 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. - subnet_
id This property is required. str - A notebook session instance is provided with a VNIC for network access. This specifies the OCID of the subnet to create a VNIC in. The subnet should be in a VCN with a NAT gateway for egress to the internet.
- block
Storage Size In Gbs This property is required. Number - A notebook session instance is provided with a block storage volume. This specifies the size of the volume in GBs.
- notebook
Session Shape Config Details This property is required. List<Property Map> - Details for the notebook session shape configuration.
- private
Endpoint Id This property is required. String - The OCID of a Data Science private endpoint.
- shape
This property is required. String - 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. - subnet
Id This property is required. String - A notebook session instance is provided with a VNIC for network access. This specifies the OCID of the subnet to create a VNIC in. The subnet should be in a VCN with a NAT gateway for egress to the internet.
GetNotebookSessionNotebookSessionConfigurationDetailNotebookSessionShapeConfigDetail
- Memory
In Gbs This property is required. double - The total amount of memory available to the notebook session instance, in gigabytes.
- Ocpus
This property is required. double - The total number of OCPUs available to the notebook session instance.
- Memory
In Gbs This property is required. float64 - The total amount of memory available to the notebook session instance, in gigabytes.
- Ocpus
This property is required. float64 - The total number of OCPUs available to the notebook session instance.
- memory
In Gbs This property is required. Double - The total amount of memory available to the notebook session instance, in gigabytes.
- ocpus
This property is required. Double - The total number of OCPUs available to the notebook session instance.
- memory
In Gbs This property is required. number - The total amount of memory available to the notebook session instance, in gigabytes.
- ocpus
This property is required. number - The total number of OCPUs available to the notebook session instance.
- memory_
in_ gbs This property is required. float - The total amount of memory available to the notebook session instance, in gigabytes.
- ocpus
This property is required. float - The total number of OCPUs available to the notebook session instance.
- memory
In Gbs This property is required. Number - The total amount of memory available to the notebook session instance, in gigabytes.
- ocpus
This property is required. Number - The total number of OCPUs available to the notebook session instance.
GetNotebookSessionNotebookSessionRuntimeConfigDetail
- Custom
Environment Variables This property is required. Dictionary<string, string> - Custom environment variables for Notebook Session. These key-value pairs will be available for customers in Notebook Sessions.
- Notebook
Session Git Config Details This property is required. List<GetNotebook Session Notebook Session Runtime Config Detail Notebook Session Git Config Detail> - Git configuration Details.
- Custom
Environment Variables This property is required. map[string]string - Custom environment variables for Notebook Session. These key-value pairs will be available for customers in Notebook Sessions.
- Notebook
Session Git Config Details This property is required. []GetNotebook Session Notebook Session Runtime Config Detail Notebook Session Git Config Detail - Git configuration Details.
- custom
Environment Variables This property is required. Map<String,String> - Custom environment variables for Notebook Session. These key-value pairs will be available for customers in Notebook Sessions.
- notebook
Session Git Config Details This property is required. List<GetNotebook Session Notebook Session Runtime Config Detail Notebook Session Git Config Detail> - Git configuration Details.
- custom
Environment Variables This property is required. {[key: string]: string} - Custom environment variables for Notebook Session. These key-value pairs will be available for customers in Notebook Sessions.
- notebook
Session Git Config Details This property is required. GetNotebook Session Notebook Session Runtime Config Detail Notebook Session Git Config Detail[] - Git configuration Details.
- custom_
environment_ variables This property is required. Mapping[str, str] - Custom environment variables for Notebook Session. These key-value pairs will be available for customers in Notebook Sessions.
- notebook_
session_ git_ config_ details This property is required. Sequence[datascience.Get Notebook Session Notebook Session Runtime Config Detail Notebook Session Git Config Detail] - Git configuration Details.
- custom
Environment Variables This property is required. Map<String> - Custom environment variables for Notebook Session. These key-value pairs will be available for customers in Notebook Sessions.
- notebook
Session Git Config Details This property is required. List<Property Map> - Git configuration Details.
GetNotebookSessionNotebookSessionRuntimeConfigDetailNotebookSessionGitConfigDetail
- Notebook
Session Git Repo Config Collections This property is required. List<GetNotebook Session Notebook Session Runtime Config Detail Notebook Session Git Config Detail Notebook Session Git Repo Config Collection> - A collection of Git repository configurations.
- Notebook
Session Git Repo Config Collections This property is required. []GetNotebook Session Notebook Session Runtime Config Detail Notebook Session Git Config Detail Notebook Session Git Repo Config Collection - A collection of Git repository configurations.
- notebook
Session Git Repo Config Collections This property is required. List<GetNotebook Session Notebook Session Runtime Config Detail Notebook Session Git Config Detail Notebook Session Git Repo Config Collection> - A collection of Git repository configurations.
- notebook
Session Git Repo Config Collections This property is required. GetNotebook Session Notebook Session Runtime Config Detail Notebook Session Git Config Detail Notebook Session Git Repo Config Collection[] - A collection of Git repository configurations.
- notebook_
session_ git_ repo_ config_ collections This property is required. Sequence[datascience.Get Notebook Session Notebook Session Runtime Config Detail Notebook Session Git Config Detail Notebook Session Git Repo Config Collection] - A collection of Git repository configurations.
- notebook
Session Git Repo Config Collections This property is required. List<Property Map> - A collection of Git repository configurations.
GetNotebookSessionNotebookSessionRuntimeConfigDetailNotebookSessionGitConfigDetailNotebookSessionGitRepoConfigCollection
- Url
This property is required. string - The repository URL
- Url
This property is required. string - The repository URL
- url
This property is required. String - The repository URL
- url
This property is required. string - The repository URL
- url
This property is required. str - The repository URL
- url
This property is required. String - The repository URL
GetNotebookSessionNotebookSessionStorageMountConfigurationDetailsList
- Bucket
This property is required. string - The object storage bucket
- Destination
Directory Name This property is required. string - The local directory name to be mounted
- Destination
Path This property is required. string - The local path of the mounted directory, excluding directory name.
- Export
Id This property is required. string - OCID of the export
- Mount
Target Id This property is required. string - OCID of the mount target
- Namespace
This property is required. string - The object storage namespace
- Prefix
This property is required. string - Prefix in the bucket to mount
- Storage
Type This property is required. string - The type of storage.
- Bucket
This property is required. string - The object storage bucket
- Destination
Directory Name This property is required. string - The local directory name to be mounted
- Destination
Path This property is required. string - The local path of the mounted directory, excluding directory name.
- Export
Id This property is required. string - OCID of the export
- Mount
Target Id This property is required. string - OCID of the mount target
- Namespace
This property is required. string - The object storage namespace
- Prefix
This property is required. string - Prefix in the bucket to mount
- Storage
Type This property is required. string - The type of storage.
- bucket
This property is required. String - The object storage bucket
- destination
Directory Name This property is required. String - The local directory name to be mounted
- destination
Path This property is required. String - The local path of the mounted directory, excluding directory name.
- export
Id This property is required. String - OCID of the export
- mount
Target Id This property is required. String - OCID of the mount target
- namespace
This property is required. String - The object storage namespace
- prefix
This property is required. String - Prefix in the bucket to mount
- storage
Type This property is required. String - The type of storage.
- bucket
This property is required. string - The object storage bucket
- destination
Directory Name This property is required. string - The local directory name to be mounted
- destination
Path This property is required. string - The local path of the mounted directory, excluding directory name.
- export
Id This property is required. string - OCID of the export
- mount
Target Id This property is required. string - OCID of the mount target
- namespace
This property is required. string - The object storage namespace
- prefix
This property is required. string - Prefix in the bucket to mount
- storage
Type This property is required. string - The type of storage.
- bucket
This property is required. str - The object storage bucket
- destination_
directory_ name This property is required. str - The local directory name to be mounted
- destination_
path This property is required. str - The local path of the mounted directory, excluding directory name.
- export_
id This property is required. str - OCID of the export
- mount_
target_ id This property is required. str - OCID of the mount target
- namespace
This property is required. str - The object storage namespace
- prefix
This property is required. str - Prefix in the bucket to mount
- storage_
type This property is required. str - The type of storage.
- bucket
This property is required. String - The object storage bucket
- destination
Directory Name This property is required. String - The local directory name to be mounted
- destination
Path This property is required. String - The local path of the mounted directory, excluding directory name.
- export
Id This property is required. String - OCID of the export
- mount
Target Id This property is required. String - OCID of the mount target
- namespace
This property is required. String - The object storage namespace
- prefix
This property is required. String - Prefix in the bucket to mount
- storage
Type This property is required. String - The type of storage.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.