abacusai.model_blueprint_export
Module Contents
Classes
Model Blueprint |
- 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.
- __repr__()
Return repr(self).