ListLoopsCheckpointsQueryParams¶ class baseten.client.managementapi.ListLoopsCheckpointsQueryParams(*, run_id=None, base_model=None, checkpoint_path=None)¶ Bases: BaseModel Parameters: run_id (str | None) base_model (str | None) checkpoint_path (str | None) model_config = {}¶ Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].