Class NotebookSessionShapeConfigDetails
Details for the notebook session shape configuration.
Inherited Members
Namespace: Oci.DatascienceService.Models
Assembly: OCI.DotNetSDK.Datascience.dll
Syntax
public class NotebookSessionShapeConfigDetails
Properties
CpuBaseline
Declaration
[JsonProperty(PropertyName = "cpuBaseline")]
[JsonConverter(typeof(ResponseEnumConverter))]
public NotebookSessionShapeConfigDetails.CpuBaselineEnum? CpuBaseline { get; set; }
Property Value
Type | Description |
---|---|
NotebookSessionShapeConfigDetails.CpuBaselineEnum? | The baseline OCPU utilization for a subcore burstable VM instance. If this attribute is left bank, it will default to |
MemoryInGBs
Declaration
[JsonProperty(PropertyName = "memoryInGBs")]
public float? MemoryInGBs { get; set; }
Property Value
Type | Description |
---|---|
float? | The total amount of memory available to the notebook session instance, in gigabytes. |
Ocpus
Declaration
[JsonProperty(PropertyName = "ocpus")]
public float? Ocpus { get; set; }
Property Value
Type | Description |
---|---|
float? | The total number of OCPUs available to the notebook session instance. |