Class PipelineShapeConfigDetails
Details for the pipeline step 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 PipelineShapeConfigDetails
Properties
CpuBaseline
Declaration
[JsonProperty(PropertyName = "cpuBaseline")]
[JsonConverter(typeof(ResponseEnumConverter))]
public PipelineShapeConfigDetails.CpuBaselineEnum? CpuBaseline { get; set; }
Property Value
Type | Description |
---|---|
PipelineShapeConfigDetails.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? | A pipeline step run instance of type VM.Standard.E3.Flex allows memory to be specified. This specifies the size of the memory in GBs. |
Ocpus
Declaration
[JsonProperty(PropertyName = "ocpus")]
public float? Ocpus { get; set; }
Property Value
Type | Description |
---|---|
float? | A pipeline step run instance of type VM.Standard.E3.Flex allows the ocpu count to be specified. |