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