abacusai.cpu_gpu_memory_specs ============================= .. py:module:: abacusai.cpu_gpu_memory_specs Classes ------- .. autoapisummary:: abacusai.cpu_gpu_memory_specs.CpuGpuMemorySpecs Module Contents --------------- .. py:class:: CpuGpuMemorySpecs(client, default=None, data=None) Bases: :py:obj:`abacusai.return_class.AbstractApiClass` Includes the memory specs of the CPU/GPU :param client: An authenticated API Client instance :type client: ApiClient :param default: the default memory size for the processing unit :type default: int :param data: the list of memory sizes for the processing unit :type data: list .. py:attribute:: default :value: None .. py:attribute:: data :value: None .. py:attribute:: deprecated_keys .. py:method:: __repr__() .. py:method:: to_dict() Get a dict representation of the parameters in this class :returns: The dict value representation of the class parameters :rtype: dict