Chain¶
- class baseten.client.managementapi.Chain(*, id, created_at, name, deployments_count, team_name)¶
Bases:
BaseModel- Parameters:
id (str)
created_at (AwareDatetime)
name (str)
deployments_count (int)
team_name (str)
- model_config = {}¶
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].