HealthChecks¶
- class baseten.client.modelconfig.HealthChecks(*, restart_check_delay_seconds=None, restart_threshold_seconds=None, stop_traffic_threshold_seconds=None, startup_threshold_seconds=None, **extra_data)¶
Bases:
BaseModel- Parameters:
- model_config = {'extra': 'allow'}¶
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].