PipelineShapeConfigDetails¶
-
class
oci.data_science.models.
PipelineShapeConfigDetails
(**kwargs)¶ Bases:
object
Details for the pipeline step run shape configuration. Specify only when a flex shape is selected.
Methods
__init__
(**kwargs)Initializes a new PipelineShapeConfigDetails object with values from keyword arguments. Attributes
memory_in_gbs
Gets the memory_in_gbs of this PipelineShapeConfigDetails. ocpus
Gets the ocpus of this PipelineShapeConfigDetails. -
__init__
(**kwargs)¶ Initializes a new PipelineShapeConfigDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - ocpus (float) – The value to assign to the ocpus property of this PipelineShapeConfigDetails.
- memory_in_gbs (float) – The value to assign to the memory_in_gbs property of this PipelineShapeConfigDetails.
-
memory_in_gbs
¶ Gets the memory_in_gbs of this PipelineShapeConfigDetails. 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.
Returns: The memory_in_gbs of this PipelineShapeConfigDetails. Return type: float
-
ocpus
¶ Gets the ocpus of this PipelineShapeConfigDetails. A pipeline step run instance of type VM.Standard.E3.Flex allows the ocpu count to be specified.
Returns: The ocpus of this PipelineShapeConfigDetails. Return type: float
-