UpdateManagedComputeClusterInstanceConfigurationDetails¶
-
class
oci.data_science.models.UpdateManagedComputeClusterInstanceConfigurationDetails(**kwargs)¶ Bases:
objectThe compute target instance configuration details for managed compute cluster type compute target.
Methods
__init__(**kwargs)Initializes a new UpdateManagedComputeClusterInstanceConfigurationDetails object with values from keyword arguments. Attributes
boot_volume_size_in_gbsGets the boot_volume_size_in_gbs of this UpdateManagedComputeClusterInstanceConfigurationDetails. instance_shapeGets the instance_shape of this UpdateManagedComputeClusterInstanceConfigurationDetails. instance_shape_detailsGets the instance_shape_details of this UpdateManagedComputeClusterInstanceConfigurationDetails. -
__init__(**kwargs)¶ Initializes a new UpdateManagedComputeClusterInstanceConfigurationDetails 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 UpdateManagedComputeClusterInstanceConfigurationDetails.
- boot_volume_size_in_gbs (int) – The value to assign to the boot_volume_size_in_gbs property of this UpdateManagedComputeClusterInstanceConfigurationDetails.
- instance_shape_details (oci.data_science.models.ManagedComputeClusterInstanceShapeDetails) – The value to assign to the instance_shape_details property of this UpdateManagedComputeClusterInstanceConfigurationDetails.
-
boot_volume_size_in_gbs¶ Gets the boot_volume_size_in_gbs of this UpdateManagedComputeClusterInstanceConfigurationDetails. The size of the boot volume to attach to the instance.
Returns: The boot_volume_size_in_gbs of this UpdateManagedComputeClusterInstanceConfigurationDetails. Return type: int
-
instance_shape¶ Gets the instance_shape of this UpdateManagedComputeClusterInstanceConfigurationDetails. 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 UpdateManagedComputeClusterInstanceConfigurationDetails. Return type: str
-
instance_shape_details¶ Gets the instance_shape_details of this UpdateManagedComputeClusterInstanceConfigurationDetails.
Returns: The instance_shape_details of this UpdateManagedComputeClusterInstanceConfigurationDetails. Return type: oci.data_science.models.ManagedComputeClusterInstanceShapeDetails
-