Class JobShapeConfigDetails
Details for the job run shape configuration. Specify only when a flex shape is selected.
Inherited Members
Namespace: Oci.DatascienceService.Models
Assembly: OCI.DotNetSDK.Datascience.dll
Syntax
public class JobShapeConfigDetails
Properties
CpuBaseline
Declaration
[JsonProperty(PropertyName = "cpuBaseline")]
[JsonConverter(typeof(ResponseEnumConverter))]
public JobShapeConfigDetails.CpuBaselineEnum? CpuBaseline { get; set; }
Property Value
Type | Description |
---|---|
JobShapeConfigDetails.CpuBaselineEnum? | The baseline OCPU utilization for a subcore burstable VM instance. If this attribute is left blank, 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 job run 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 job run instance. |