ModelTombstone

class baseten.client.managementapi.ModelTombstone(*, id, deleted)

Bases: BaseModel

Parameters:
  • id (Annotated[str, FieldInfo(annotation=NoneType, required=True, title='Id', description='Unique identifier of the model')])

  • deleted (Annotated[bool, FieldInfo(annotation=NoneType, required=True, title='Deleted', description='Whether the model was deleted')])

model_config = {}

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