Model Blueprint
KEY | TYPE | Description |
---|---|---|
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. |