FixedGpuFleetShape¶
-
class
oci.batch.models.FixedGpuFleetShape(**kwargs)¶ Bases:
oci.batch.models.gpu_fleet_shape.GpuFleetShapeFixed shape of the GPU fleet. Describes hardware resources of each node in the fleet.
Attributes
TYPE_FIXED_GPU_FLEET_SHAPEstr(object=’’) -> str disk_size_in_gbsGets the disk_size_in_gbs of this FixedGpuFleetShape. shape_name[Required] Gets the shape_name of this FixedGpuFleetShape. type[Required] Gets the type of this GpuFleetShape. Methods
__init__(**kwargs)Initializes a new FixedGpuFleetShape object with values from keyword arguments. get_subtype(object_dictionary)Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. -
TYPE_FIXED_GPU_FLEET_SHAPE= 'FIXED_GPU_FLEET_SHAPE'¶
-
__init__(**kwargs)¶ Initializes a new FixedGpuFleetShape object with values from keyword arguments. The default value of the
typeattribute of this class isFIXED_GPU_FLEET_SHAPEand it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):Parameters: - type (str) – The value to assign to the type property of this FixedGpuFleetShape. Allowed values for this property are: “FIXED_GPU_FLEET_SHAPE”
- shape_name (str) – The value to assign to the shape_name property of this FixedGpuFleetShape.
- disk_size_in_gbs (int) – The value to assign to the disk_size_in_gbs property of this FixedGpuFleetShape.
-
disk_size_in_gbs¶ Gets the disk_size_in_gbs of this FixedGpuFleetShape. Amount of disk space in GBs required for the shape.
Returns: The disk_size_in_gbs of this FixedGpuFleetShape. Return type: int
-
static
get_subtype(object_dictionary)¶ Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
-
shape_name¶ [Required] Gets the shape_name of this FixedGpuFleetShape. The name of the fixed GPU fleet shape.
Returns: The shape_name of this FixedGpuFleetShape. Return type: str
-
type¶ [Required] Gets the type of this GpuFleetShape. Type of the GPU fleet shape. Also serves as a discriminator for sub-entities.
Allowed values for this property are: “FIXED_GPU_FLEET_SHAPE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The type of this GpuFleetShape. Return type: str
-