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