ManagedComputeClusterInstanceConfigurationDetails¶
-
class
oci.data_science.models.ManagedComputeClusterInstanceConfigurationDetails(**kwargs)¶ Bases:
objectThe compute target instance configuration details for managed compute cluster type compute target.
Methods
__init__(**kwargs)Initializes a new ManagedComputeClusterInstanceConfigurationDetails object with values from keyword arguments. Attributes
boot_volume_size_in_gbsGets the boot_volume_size_in_gbs of this ManagedComputeClusterInstanceConfigurationDetails. instance_shape[Required] Gets the instance_shape of this ManagedComputeClusterInstanceConfigurationDetails. instance_shape_detailsGets the instance_shape_details of this ManagedComputeClusterInstanceConfigurationDetails. -
__init__(**kwargs)¶ Initializes a new ManagedComputeClusterInstanceConfigurationDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - instance_shape (str) – The value to assign to the instance_shape property of this ManagedComputeClusterInstanceConfigurationDetails.
- boot_volume_size_in_gbs (int) – The value to assign to the boot_volume_size_in_gbs property of this ManagedComputeClusterInstanceConfigurationDetails.
- instance_shape_details (oci.data_science.models.ManagedComputeClusterInstanceShapeDetails) – The value to assign to the instance_shape_details property of this ManagedComputeClusterInstanceConfigurationDetails.
-
boot_volume_size_in_gbs¶ Gets the boot_volume_size_in_gbs of this ManagedComputeClusterInstanceConfigurationDetails. The size of the boot volume to attach to the instance.
Returns: The boot_volume_size_in_gbs of this ManagedComputeClusterInstanceConfigurationDetails. Return type: int
-
instance_shape¶ [Required] Gets the instance_shape of this ManagedComputeClusterInstanceConfigurationDetails. The shape used to launch the instances in compute target. Supported shapes can be retrieved using compute target shapes api.
Returns: The instance_shape of this ManagedComputeClusterInstanceConfigurationDetails. Return type: str
-
instance_shape_details¶ Gets the instance_shape_details of this ManagedComputeClusterInstanceConfigurationDetails.
Returns: The instance_shape_details of this ManagedComputeClusterInstanceConfigurationDetails. Return type: oci.data_science.models.ManagedComputeClusterInstanceShapeDetails
-