InProgressPromotion¶
- class baseten.client.managementapi.InProgressPromotion(*, status, percent_traffic_to_new_version, error_message=None, rolling_deploy=None)¶
Bases:
BaseModel- Parameters:
status (InProgressPromotionStatus)
percent_traffic_to_new_version (int)
error_message (str | None)
rolling_deploy (bool | None)
- model_config = {}¶
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].