APIKeyInfo¶
- class baseten.client.managementapi.APIKeyInfo(*, prefix, name=None, type, model_ids=None, team_name=None, owner=None)¶
Bases:
BaseModel- Parameters:
prefix (str)
name (str | None)
type (APIKeyCategory)
team_name (str | None)
owner (APIKeyOwner | None)
- model_config = {}¶
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].