CpuShapeTaskProfileExtendedInformation¶
-
class
oci.batch.models.CpuShapeTaskProfileExtendedInformation(**kwargs)¶ Bases:
oci.batch.models.batch_task_profile_extended_information.BatchTaskProfileExtendedInformationExtended information for the CPU-specific task profile.
Attributes
TYPE_CPU_ARCHITECTURE_TASK_PROFILE_EXTENDED_INFORMATIONstr(object=’’) -> str TYPE_CPU_SHAPE_TASK_PROFILE_EXTENDED_INFORMATIONstr(object=’’) -> str TYPE_GPU_SHAPE_TASK_PROFILE_EXTENDED_INFORMATIONstr(object=’’) -> str shape_name[Required] Gets the shape_name of this CpuShapeTaskProfileExtendedInformation. type[Required] Gets the type of this BatchTaskProfileExtendedInformation. Methods
__init__(**kwargs)Initializes a new CpuShapeTaskProfileExtendedInformation 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 CpuShapeTaskProfileExtendedInformation object with values from keyword arguments. The default value of the
typeattribute of this class isCPU_SHAPE_TASK_PROFILE_EXTENDED_INFORMATIONand 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 CpuShapeTaskProfileExtendedInformation. 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 CpuShapeTaskProfileExtendedInformation.
-
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 CpuShapeTaskProfileExtendedInformation. A name of the CPU shape.
Returns: The shape_name of this CpuShapeTaskProfileExtendedInformation. Return type: str
-
type¶ [Required] Gets the type of this BatchTaskProfileExtendedInformation. 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”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The type of this BatchTaskProfileExtendedInformation. Return type: str
-