Show / Hide Table of Contents

Class NotebookSessionRuntimeConfigDetails

Notebook Session runtime configuration details.

Inheritance
object
NotebookSessionRuntimeConfigDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DatascienceService.Models
Assembly: OCI.DotNetSDK.Datascience.dll
Syntax
public class NotebookSessionRuntimeConfigDetails

Properties

CustomEnvironmentVariables

Declaration
[JsonProperty(PropertyName = "customEnvironmentVariables")]
public Dictionary<string, string> CustomEnvironmentVariables { get; set; }
Property Value
Type Description
Dictionary<string, string>

Custom environment variables for Notebook Session. These key-value pairs will be available for customers in Notebook Sessions.

NotebookSessionGitConfigDetails

Declaration
[JsonProperty(PropertyName = "notebookSessionGitConfigDetails")]
public NotebookSessionGitConfigDetails NotebookSessionGitConfigDetails { get; set; }
Property Value
Type Description
NotebookSessionGitConfigDetails
In this article
Back to top