abacusai.model_blueprint_export
===============================

.. py:module:: abacusai.model_blueprint_export


Classes
-------

.. autoapisummary::

   abacusai.model_blueprint_export.ModelBlueprintExport


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

.. py:class:: ModelBlueprintExport(client, modelVersion=None, currentTrainingConfig=None, modelBlueprintStages={})

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


   Model Blueprint

   :param client: An authenticated API Client instance
   :type client: ApiClient
   :param modelVersion: Version of the model that the blueprint is for.
   :type modelVersion: str
   :param currentTrainingConfig: The current training configuration for the model. It can be used to get training configs and train a new model
   :type currentTrainingConfig: dict
   :param modelBlueprintStages: The stages of the model blueprint. Each one includes the stage name, display name, description, parameters, and predecessors.
   :type modelBlueprintStages: ModelBlueprintStage


   .. py:attribute:: model_version
      :value: None



   .. py:attribute:: current_training_config
      :value: None



   .. py:attribute:: model_blueprint_stages


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



