LoopsDeployment¶
- class baseten.client.managementapi.LoopsDeployment(*, id, active_run_id=None, base_model, base_url, status, user, sampler=None)¶
Bases:
BaseModel- Parameters:
id (str)
active_run_id (str | None)
base_model (str)
base_url (str)
status (LoopsDeploymentStatus)
user (User)
sampler (LoopsSampler | None)
- model_config = {}¶
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].