CheckpointFile

class baseten.client.managementapi.CheckpointFile(*, url, relative_file_name, node_rank, size_bytes, last_modified)

Bases: BaseModel

Parameters:
  • url (str)

  • relative_file_name (str)

  • node_rank (int)

  • size_bytes (int)

  • last_modified (str)

model_config = {}

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