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:
  • restart_check_delay_seconds (int | None)

  • restart_threshold_seconds (int | None)

  • stop_traffic_threshold_seconds (int | None)

  • startup_threshold_seconds (int | None)

  • extra_data (Any)

model_config = {'extra': 'allow'}

Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].