Environment¶
- class baseten.client.managementapi.Environment(*, name, created_at, model_id, current_deployment, candidate_deployment=None, in_progress_promotion=None, autoscaling_settings, promotion_settings, instance_type)¶
Bases:
BaseModel- Parameters:
name (str)
created_at (AwareDatetime)
model_id (str)
current_deployment (Deployment | None)
candidate_deployment (Deployment | None)
in_progress_promotion (InProgressPromotion | None)
autoscaling_settings (AutoscalingSettings)
promotion_settings (PromotionSettings)
instance_type (InstanceType)
- model_config = {}¶
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].