abacusai.memory_options ======================= .. py:module:: abacusai.memory_options Classes ------- .. autoapisummary:: abacusai.memory_options.MemoryOptions Module Contents --------------- .. py:class:: MemoryOptions(client, cpu={}, gpu={}) Bases: :py:obj:`abacusai.return_class.AbstractApiClass` The overall memory options for executing a job :param client: An authenticated API Client instance :type client: ApiClient :param cpu: Contains information about the default CPU and list of CPU memory & size options :type cpu: CpuGpuMemorySpecs :param gpu: Contains information about the default GPU and list of GPU memory & size options :type gpu: CpuGpuMemorySpecs .. py:attribute:: cpu .. py:attribute:: gpu .. 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