abacusai.image_gen_model
========================

.. py:module:: abacusai.image_gen_model


Classes
-------

.. autoapisummary::

   abacusai.image_gen_model.ImageGenModel


Module Contents
---------------

.. py:class:: ImageGenModel(client, displayName=None, type=None, valueType=None, optional=None, default=None, helptext=None, options={})

   Bases: :py:obj:`abacusai.return_class.AbstractApiClass`


   Image generation model

   :param client: An authenticated API Client instance
   :type client: ApiClient
   :param displayName: The display name for the UI component.
   :type displayName: str
   :param type: The type of the UI component.
   :type type: str
   :param valueType: The data type of the values within the UI component.
   :type valueType: str
   :param optional: Whether the selection of a value is optional.
   :type optional: bool
   :param default: The default value for the image generation model.
   :type default: str
   :param helptext: The helptext for the UI component.
   :type helptext: str
   :param options: The options of models available for image generation.
   :type options: ImageGenModelOptions


   .. py:attribute:: display_name
      :value: None



   .. py:attribute:: type
      :value: None



   .. py:attribute:: value_type
      :value: None



   .. py:attribute:: optional
      :value: None



   .. py:attribute:: default
      :value: None



   .. py:attribute:: helptext
      :value: None



   .. py:attribute:: options


   .. 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



