ModelWeightSnapshot

class baseten.client.managementapi.ModelWeightSnapshot(*, model, snapshot_uri, received_at)

Bases: BaseModel

Parameters:
  • model (Annotated[str, FieldInfo(annotation=NoneType, required=True, title='Model', description='Unique identifier of the model')])

  • snapshot_uri (Annotated[str, FieldInfo(annotation=NoneType, required=True, title='Snapshot Uri', description='Path to the model weight snapshot')])

  • received_at (Annotated[AwareDatetime, FieldInfo(annotation=NoneType, required=True, title='Received At', description='Time of the snapshot')])

model_config = {}

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