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? | The total amount of memory available to the pipeline step run instance GBs. |
MemoryInGBsParameterized
Declaration
[JsonProperty(PropertyName = "memoryInGBsParameterized")]
public string MemoryInGBsParameterized { get; set; }
Property Value
Type | Description |
---|---|
string | The total amount of memory available to the pipeline step run instance in GBs specified as a parameter. This overrides the memoryInGBs value. The request will fail if the parameters used are null or invalid. |
Ocpus
Declaration
[JsonProperty(PropertyName = "ocpus")]
public float? Ocpus { get; set; }
Property Value
Type | Description |
---|---|
float? | The total number of OCPUs available to the pipeline step run instance. |
OcpusParameterized
Declaration
[JsonProperty(PropertyName = "ocpusParameterized")]
public string OcpusParameterized { get; set; }
Property Value
Type | Description |
---|---|
string | The total number of OCPUs available to the pipeline step run instance specified as a parameter. This overrides the ocpus value. The request will fail if the parameters used are null or invalid. |