CreateComputeGpuMemoryClusterDetails

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

Bases: object

The customer facing object includes GPU memory cluster details.

Methods

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

Attributes

availability_domain [Required] Gets the availability_domain of this CreateComputeGpuMemoryClusterDetails.
compartment_id [Required] Gets the compartment_id of this CreateComputeGpuMemoryClusterDetails.
compute_cluster_id [Required] Gets the compute_cluster_id of this CreateComputeGpuMemoryClusterDetails.
defined_tags Gets the defined_tags of this CreateComputeGpuMemoryClusterDetails.
display_name Gets the display_name of this CreateComputeGpuMemoryClusterDetails.
freeform_tags Gets the freeform_tags of this CreateComputeGpuMemoryClusterDetails.
gpu_memory_fabric_id Gets the gpu_memory_fabric_id of this CreateComputeGpuMemoryClusterDetails.
instance_configuration_id [Required] Gets the instance_configuration_id of this CreateComputeGpuMemoryClusterDetails.
size Gets the size of this CreateComputeGpuMemoryClusterDetails.
__init__(**kwargs)

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

Parameters:
  • availability_domain (str) – The value to assign to the availability_domain property of this CreateComputeGpuMemoryClusterDetails.
  • compartment_id (str) – The value to assign to the compartment_id property of this CreateComputeGpuMemoryClusterDetails.
  • gpu_memory_fabric_id (str) – The value to assign to the gpu_memory_fabric_id property of this CreateComputeGpuMemoryClusterDetails.
  • compute_cluster_id (str) – The value to assign to the compute_cluster_id property of this CreateComputeGpuMemoryClusterDetails.
  • instance_configuration_id (str) – The value to assign to the instance_configuration_id property of this CreateComputeGpuMemoryClusterDetails.
  • size (int) – The value to assign to the size property of this CreateComputeGpuMemoryClusterDetails.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this CreateComputeGpuMemoryClusterDetails.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this CreateComputeGpuMemoryClusterDetails.
  • display_name (str) – The value to assign to the display_name property of this CreateComputeGpuMemoryClusterDetails.
availability_domain

[Required] Gets the availability_domain of this CreateComputeGpuMemoryClusterDetails. The availability domain of the GPU memory cluster.

Returns:The availability_domain of this CreateComputeGpuMemoryClusterDetails.
Return type:str
compartment_id

[Required] Gets the compartment_id of this CreateComputeGpuMemoryClusterDetails. The OCID of the compartment that contains the compute GPU memory cluster. compartment.

Returns:The compartment_id of this CreateComputeGpuMemoryClusterDetails.
Return type:str
compute_cluster_id

[Required] Gets the compute_cluster_id of this CreateComputeGpuMemoryClusterDetails. The OCID of the compute cluster.

Returns:The compute_cluster_id of this CreateComputeGpuMemoryClusterDetails.
Return type:str
defined_tags

Gets the defined_tags of this CreateComputeGpuMemoryClusterDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.

Example: {“Operations”: {“CostCenter”: “42”}}

Returns:The defined_tags of this CreateComputeGpuMemoryClusterDetails.
Return type:dict(str, dict(str, object))
display_name

Gets the display_name of this CreateComputeGpuMemoryClusterDetails. A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.

Returns:The display_name of this CreateComputeGpuMemoryClusterDetails.
Return type:str
freeform_tags

Gets the freeform_tags of this CreateComputeGpuMemoryClusterDetails. Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags.

Example: {“Department”: “Finance”}

Returns:The freeform_tags of this CreateComputeGpuMemoryClusterDetails.
Return type:dict(str, str)
gpu_memory_fabric_id

Gets the gpu_memory_fabric_id of this CreateComputeGpuMemoryClusterDetails. The OCID of the GPU memory fabric.

Returns:The gpu_memory_fabric_id of this CreateComputeGpuMemoryClusterDetails.
Return type:str
instance_configuration_id

[Required] Gets the instance_configuration_id of this CreateComputeGpuMemoryClusterDetails. Instance Configuration to be used for this GPU Memory Cluster

Returns:The instance_configuration_id of this CreateComputeGpuMemoryClusterDetails.
Return type:str
size

Gets the size of this CreateComputeGpuMemoryClusterDetails. The number of instances currently running in the GpuMemoryCluster

Returns:The size of this CreateComputeGpuMemoryClusterDetails.
Return type:int