abacusai.pipeline_step_version_reference
========================================

.. py:module:: abacusai.pipeline_step_version_reference


Classes
-------

.. autoapisummary::

   abacusai.pipeline_step_version_reference.PipelineStepVersionReference


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

.. py:class:: PipelineStepVersionReference(client, pipelineStepVersionReferenceId=None, pipelineStepVersion=None, objectType=None, datasetVersion=None, modelVersion=None, deploymentVersion=None, batchPredictionId=None, modelMonitorVersion=None, notebookVersion=None, featureGroupVersion=None, status=None, error=None)

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


   A reference from a pipeline step version to the versions that were output from the pipeline step.

   :param client: An authenticated API Client instance
   :type client: ApiClient
   :param pipelineStepVersionReferenceId: The id of the reference.
   :type pipelineStepVersionReferenceId: str
   :param pipelineStepVersion: The pipeline step version the reference is connected to.
   :type pipelineStepVersion: str
   :param objectType: The object type of the reference.
   :type objectType: str
   :param datasetVersion: The dataset version the reference is connected to.
   :type datasetVersion: str
   :param modelVersion: The model version the reference is connected to.
   :type modelVersion: str
   :param deploymentVersion: The deployment version the reference is connected to.
   :type deploymentVersion: str
   :param batchPredictionId: The batch prediction id the reference is connected to.
   :type batchPredictionId: str
   :param modelMonitorVersion: The model monitor version the reference is connected to.
   :type modelMonitorVersion: str
   :param notebookVersion: The notebook version the reference is connected to.
   :type notebookVersion: str
   :param featureGroupVersion: The feature group version the reference is connected to.
   :type featureGroupVersion: str
   :param status: The status of the reference
   :type status: str
   :param error: The error message if the reference is in an error state.
   :type error: str


   .. py:attribute:: pipeline_step_version_reference_id
      :value: None



   .. py:attribute:: pipeline_step_version
      :value: None



   .. py:attribute:: object_type
      :value: None



   .. py:attribute:: dataset_version
      :value: None



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



   .. py:attribute:: deployment_version
      :value: None



   .. py:attribute:: batch_prediction_id
      :value: None



   .. py:attribute:: model_monitor_version
      :value: None



   .. py:attribute:: notebook_version
      :value: None



   .. py:attribute:: feature_group_version
      :value: None



   .. py:attribute:: status
      :value: None



   .. py:attribute:: error
      :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



