Class ManagedComputeClusterInstanceShapeDetails
Instance shape configuration for managed compute cluster type compute target. Specify only when a flex shape is selected.
Inherited Members
Namespace: Oci.DatascienceService.Models
Assembly: OCI.DotNetSDK.Datascience.dll
Syntax
public class ManagedComputeClusterInstanceShapeDetails
Properties
MemoryInGBs
Declaration
[JsonProperty(PropertyName = "memoryInGBs")]
public float? MemoryInGBs { get; set; }
Property Value
| Type | Description |
|---|---|
| float? | The total amount of memory allocated to the instance, in gigabytes. |
Ocpus
Declaration
[JsonProperty(PropertyName = "ocpus")]
public float? Ocpus { get; set; }
Property Value
| Type | Description |
|---|---|
| float? | The total number of OCPUs allocated to the instance. |