ComputeGpuMemoryClusterScaleConfig

class oci.core.models.ComputeGpuMemoryClusterScaleConfig(**kwargs)

Bases: object

Configuration settings for GPU Memory Cluster scaling.

Methods

__init__(**kwargs) Initializes a new ComputeGpuMemoryClusterScaleConfig object with values from keyword arguments.

Attributes

is_downsize_enabled Gets the is_downsize_enabled of this ComputeGpuMemoryClusterScaleConfig.
is_upsize_enabled Gets the is_upsize_enabled of this ComputeGpuMemoryClusterScaleConfig.
target_size Gets the target_size of this ComputeGpuMemoryClusterScaleConfig.
__init__(**kwargs)

Initializes a new ComputeGpuMemoryClusterScaleConfig object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • is_upsize_enabled (bool) – The value to assign to the is_upsize_enabled property of this ComputeGpuMemoryClusterScaleConfig.
  • is_downsize_enabled (bool) – The value to assign to the is_downsize_enabled property of this ComputeGpuMemoryClusterScaleConfig.
  • target_size (int) – The value to assign to the target_size property of this ComputeGpuMemoryClusterScaleConfig.
is_downsize_enabled

Gets the is_downsize_enabled of this ComputeGpuMemoryClusterScaleConfig. Whether downsizing is enabled.

Returns:The is_downsize_enabled of this ComputeGpuMemoryClusterScaleConfig.
Return type:bool
is_upsize_enabled

Gets the is_upsize_enabled of this ComputeGpuMemoryClusterScaleConfig. Whether upsizing is enabled.

Returns:The is_upsize_enabled of this ComputeGpuMemoryClusterScaleConfig.
Return type:bool
target_size

Gets the target_size of this ComputeGpuMemoryClusterScaleConfig. The configured target size for the GPU Memory cluster.

Returns:The target_size of this ComputeGpuMemoryClusterScaleConfig.
Return type:int