CreateGpuShapeTaskProfileExtendedInformationDetails

class oci.batch.models.CreateGpuShapeTaskProfileExtendedInformationDetails(**kwargs)

Bases: oci.batch.models.create_batch_task_profile_extended_information_details.CreateBatchTaskProfileExtendedInformationDetails

Extended information for the GPU-specific task profile.

Attributes

TYPE_CPU_ARCHITECTURE_TASK_PROFILE_EXTENDED_INFORMATION str(object=’’) -> str
TYPE_CPU_SHAPE_TASK_PROFILE_EXTENDED_INFORMATION str(object=’’) -> str
TYPE_GPU_SHAPE_TASK_PROFILE_EXTENDED_INFORMATION str(object=’’) -> str
shape_name [Required] Gets the shape_name of this CreateGpuShapeTaskProfileExtendedInformationDetails.
type [Required] Gets the type of this CreateBatchTaskProfileExtendedInformationDetails.

Methods

__init__(**kwargs) Initializes a new CreateGpuShapeTaskProfileExtendedInformationDetails 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_CPU_ARCHITECTURE_TASK_PROFILE_EXTENDED_INFORMATION = 'CPU_ARCHITECTURE_TASK_PROFILE_EXTENDED_INFORMATION'
TYPE_CPU_SHAPE_TASK_PROFILE_EXTENDED_INFORMATION = 'CPU_SHAPE_TASK_PROFILE_EXTENDED_INFORMATION'
TYPE_GPU_SHAPE_TASK_PROFILE_EXTENDED_INFORMATION = 'GPU_SHAPE_TASK_PROFILE_EXTENDED_INFORMATION'
__init__(**kwargs)

Initializes a new CreateGpuShapeTaskProfileExtendedInformationDetails object with values from keyword arguments. The default value of the type attribute of this class is GPU_SHAPE_TASK_PROFILE_EXTENDED_INFORMATION and 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 CreateGpuShapeTaskProfileExtendedInformationDetails. Allowed values for this property are: “CPU_ARCHITECTURE_TASK_PROFILE_EXTENDED_INFORMATION”, “CPU_SHAPE_TASK_PROFILE_EXTENDED_INFORMATION”, “GPU_SHAPE_TASK_PROFILE_EXTENDED_INFORMATION”
  • shape_name (str) – The value to assign to the shape_name property of this CreateGpuShapeTaskProfileExtendedInformationDetails.
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 CreateGpuShapeTaskProfileExtendedInformationDetails. A name of the GPU shape.

Returns:The shape_name of this CreateGpuShapeTaskProfileExtendedInformationDetails.
Return type:str
type

[Required] Gets the type of this CreateBatchTaskProfileExtendedInformationDetails. Type of extended information.

Allowed values for this property are: “CPU_ARCHITECTURE_TASK_PROFILE_EXTENDED_INFORMATION”, “CPU_SHAPE_TASK_PROFILE_EXTENDED_INFORMATION”, “GPU_SHAPE_TASK_PROFILE_EXTENDED_INFORMATION”

Returns:The type of this CreateBatchTaskProfileExtendedInformationDetails.
Return type:str