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