AuditLogEventChainEnvironmentUpdated

class baseten.client.managementapi.AuditLogEventChainEnvironmentUpdated(*, event_type, chain_id, chain_name, environment_name, redeploy_on_promotion, ramp_up_while_promoting, ramp_up_duration_seconds)

Bases: BaseModel

Parameters:
  • event_type (Literal['CHAIN_ENVIRONMENT_UPDATED'])

  • chain_id (str)

  • chain_name (str)

  • environment_name (str)

  • redeploy_on_promotion (bool | None)

  • ramp_up_while_promoting (bool | None)

  • ramp_up_duration_seconds (int | None)

model_config = {'extra': 'forbid'}

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