AuditLogEventChainDeleted¶ class baseten.client.managementapi.AuditLogEventChainDeleted(*, event_type, chain_id, chain_name, chain_deployment_name)¶ Bases: BaseModel Parameters: event_type (Literal['CHAIN_DELETED']) chain_id (str) chain_name (str) chain_deployment_name (str | None) model_config = {'extra': 'forbid'}¶ Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].