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