BasetenLatestCheckpointConfig

class baseten.client.managementapi.BasetenLatestCheckpointConfig(*, project_name=None, job_id=None, typ='baseten_latest_checkpoint')

Bases: BaseModel

Parameters:
  • project_name (str | None)

  • job_id (str | None)

  • typ (Literal['baseten_latest_checkpoint'])

model_config = {}

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