abacusai.pipeline_step_version_reference

Classes

PipelineStepVersionReference

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

Module Contents

class abacusai.pipeline_step_version_reference.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: abacusai.return_class.AbstractApiClass

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

Parameters:
  • client (ApiClient) – An authenticated API Client instance

  • pipelineStepVersionReferenceId (str) – The id of the reference.

  • pipelineStepVersion (str) – The pipeline step version the reference is connected to.

  • objectType (str) – The object type of the reference.

  • datasetVersion (str) – The dataset version the reference is connected to.

  • modelVersion (str) – The model version the reference is connected to.

  • deploymentVersion (str) – The deployment version the reference is connected to.

  • batchPredictionId (str) – The batch prediction id the reference is connected to.

  • modelMonitorVersion (str) – The model monitor version the reference is connected to.

  • notebookVersion (str) – The notebook version the reference is connected to.

  • featureGroupVersion (str) – The feature group version the reference is connected to.

  • status (str) – The status of the reference

  • error (str) – The error message if the reference is in an error state.

pipeline_step_version_reference_id = None
pipeline_step_version = None
object_type = None
dataset_version = None
model_version = None
deployment_version = None
batch_prediction_id = None
model_monitor_version = None
notebook_version = None
feature_group_version = None
status = None
error = None
deprecated_keys
__repr__()
to_dict()

Get a dict representation of the parameters in this class

Returns:

The dict value representation of the class parameters

Return type:

dict