CancelPromotionResponse¶
- class baseten.client.managementapi.CancelPromotionResponse(*, status, message)¶
Bases:
BaseModel- Parameters:
status (CancelPromotionStatus)
message (str)
- model_config = {}¶
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].