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