GetCacheSummaryResponse¶
- class baseten.client.managementapi.GetCacheSummaryResponse(*, timestamp, project_id, file_summaries)¶
Bases:
BaseModel- Parameters:
timestamp (str)
project_id (str)
file_summaries (list[FileSummary])
- model_config = {}¶
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].