AuditLogEventModelDeleted¶ class baseten.client.managementapi.AuditLogEventModelDeleted(*, event_type, model_id, model_name)¶ Bases: BaseModel Parameters: event_type (Literal['MODEL_DELETED']) model_id (str) model_name (str) model_config = {'extra': 'forbid'}¶ Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].