JobShapeConfigDetails¶
-
class
oci.data_science.models.
JobShapeConfigDetails
(**kwargs)¶ Bases:
object
Details for the job run shape configuration. Specify only when a flex shape is selected.
Methods
__init__
(**kwargs)Initializes a new JobShapeConfigDetails object with values from keyword arguments. Attributes
memory_in_gbs
Gets the memory_in_gbs of this JobShapeConfigDetails. ocpus
Gets the ocpus of this JobShapeConfigDetails. -
__init__
(**kwargs)¶ Initializes a new JobShapeConfigDetails 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 JobShapeConfigDetails.
- memory_in_gbs (float) – The value to assign to the memory_in_gbs property of this JobShapeConfigDetails.
-
memory_in_gbs
¶ Gets the memory_in_gbs of this JobShapeConfigDetails. The total amount of memory available to the job run instance, in gigabytes.
Returns: The memory_in_gbs of this JobShapeConfigDetails. Return type: float
-
ocpus
¶ Gets the ocpus of this JobShapeConfigDetails. The total number of OCPUs available to the job run instance.
Returns: The ocpus of this JobShapeConfigDetails. Return type: float
-