GetTrainerServerCheckpointFilesResponse¶
- class baseten.client.managementapi.GetTrainerServerCheckpointFilesResponse(*, presigned_urls, next_page_token=None, total_count)¶
Bases:
BaseModel- Parameters:
presigned_urls (list[CheckpointFile])
next_page_token (int | None)
total_count (int)
- model_config = {}¶
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].