GetCacheSummaryResponse¶
- class baseten.client.managementapi.GetCacheSummaryResponse(*, timestamp, project_id, file_summaries)¶
Bases:
BaseModel- Parameters:
timestamp (Annotated[str, FieldInfo(annotation=NoneType, required=True, title='Timestamp', description='Timestamp when the cache summary was captured')])
project_id (Annotated[str, FieldInfo(annotation=NoneType, required=True, title='Project Id', description='Project ID associated with the cache')])
file_summaries (Annotated[list[FileSummary], FieldInfo(annotation=NoneType, required=True, title='File Summaries', description='List of files in the cache')])
- model_config = {}¶
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].