abacusai.model_blueprint_export

Classes

ModelBlueprintExport

Model Blueprint

Module Contents

class abacusai.model_blueprint_export.ModelBlueprintExport(client, modelVersion=None, currentTrainingConfig=None, modelBlueprintStages={})

Bases: abacusai.return_class.AbstractApiClass

Model Blueprint

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

  • modelVersion (str) – Version of the model that the blueprint is for.

  • currentTrainingConfig (dict) – The current training configuration for the model. It can be used to get training configs and train a new model

  • modelBlueprintStages (ModelBlueprintStage) – The stages of the model blueprint. Each one includes the stage name, display name, description, parameters, and predecessors.

model_version
current_training_config
model_blueprint_stages
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